summaryrefslogtreecommitdiff
path: root/tools/3D-Reconstruction
AgeCommit message (Collapse)Author
2022-12-21Remove references to deprecated NumPy type aliasesJerome Jiang
This change replaces references to a number of deprecated NumPy type aliases (np.bool, np.int, np.float, np.complex, np.object, np.str) with their recommended replacement (bool, int, float, complex, object, str). NumPy 1.24 drops the deprecated aliases so we must remove uses before updating NumPy. Change-Id: I9f5dfcbb11fe6534fce358054f210c7653f278c3
2020-03-16Add missing Copyright to python filesangiebird
BUG=webm:1655,webm:1654 Change-Id: I2063c59218e082f40958dddbdcb1c105d5440199
2020-01-10trivial: fix spelling errorsJohann
Found when updating a downstream client. Change-Id: Ibaa20d883ebfea9410d0252e7a19c7acdb78c907
2019-09-27Fix python3 format issueJerome Jiang
Change-Id: If0fed04c8682baee82efbdf5b4f90bcc8e8ac102
2019-08-22Add Search Smooth Models[Adapt/Fix]Dan Zhu
Change-Id: Ia88d16a14b0525d880ac17a133700431949ece31
2019-08-22Add Anandan modelDan Zhu
Change-Id: Ic3450125c83b41e7e4a953093b4d8177f04d220a
2019-08-22Fix some bugs of python codeDan Zhu
Change-Id: I509cbda24d7d0c8dac75209efa40e24c09a107c5 Exhaust: add exhaust search with neighbor constraint GroundTruth: be able to import motion field variable MotionEST: use new function names Util: be able to set the size of image Change-Id: I36cfdf4b1f28b8190b3ad2be61c241da1347cfc3
2019-07-23Change the child classes methods names to align with parent'sDan Zhu
Add comments to explain the coordinate system Change-Id: Ib87ae479e08b4e3c3e7d9a3d1b4ab30718b42cfd
2019-07-23Add Horn & Schunck EstimatorDan Zhu
Add Matrix solver Fix a little bug in MotionEST Change-Id: I8513475646f4f02df31b245fa750483449de9407
2019-07-23Add Exhaust Search (Neighbor Constrain) EstimatorDan Zhu
Change-Id: I1e306979a0d308285155c152837125fb2036091a
2019-07-23Add Ground Truth EstimatorDan Zhu
Change-Id: Iec6c7e49a64610e33a77c7d5d772e6b063a0f1e0
2019-07-23Based Class of Motion Field EstimatorsDan Zhu
Change-Id: Id01ce15273c0cab0cd61d064099d200708360265
2019-06-28add flags for empty blocksDan Zhu
Change-Id: Iedf3bdd87d203db5163d3cc47fcbef1fd002218f
2019-06-24script to compact frames to y4m videoDan Zhu
Change-Id: I2d8c3ccf49c172a54181aeb2e2b8169bf5402456
2019-06-24add output of frame infoDan Zhu
Change-Id: I70d750be13d9a654d1f21d7809d8d44c491ae477
2019-06-24Add Ray TracingDan Zhu
Add braces Change-Id: I5355ccd8f745dfbd4fe3923a81aa3c9f8fda07b3
2019-06-21Add Scene module to manage other objectsDan Zhu
and calculation Add interpolation in the Scene Delete Color interpolation Build triangle mesh Reconstruct the code of depth interpolation Add new data structure Node for back linking Change-Id: Ibb1e896a2e3623d4549d628539d81d79827ba684
2019-06-143D reconstruction tool build by ProcessingDan Zhu
(a java based language for data visualization) add MotionField module reformat the code by using newest clang-format version add necessary comments add new functions move basic settings to setup Change-Id: I64a6b2daec06037daa9e54c6b8d1eebe58aa6de0