Commit graph

6 commits

Author SHA1 Message Date
Yann Lanthony
b147788e5c [bin] use sys.exit + build meshroom_compute executable
* cx_Freeze removes builtin 'exit' function, use sys.exit in executables instead
* build: generate an executable for "meshroom_compute"
2019-02-27 15:00:43 +01:00
Fabien Castan
2416b64308 [bin] statistics: use findNode to support node expressions 2017-11-08 17:45:46 +01:00
Fabien Castan
1439b2c6bb [bin] statistics: fix syntax error on print 2017-11-08 17:45:16 +01:00
Fabien Castan
1e4f8f8a61 Add chunk notion for parallelization and implement specific updateInternals in CameraInit node
* Add chunk notion for parallelization
* Allows Node desc to implement custom updateInternals
* CameraInit node implement a specific updateInternals to update the
input image list
* FeatureExtraction, FeatureMatching, DepthMap, DepthMapFilter:
implement parallelization
2017-11-07 15:47:14 +01:00
Fabien Castan
5d8771f07e [core] graph: retrieve nodes and edges at the same time 2017-10-24 20:19:24 +02:00
Fabien Castan
e47e592713 rename executables to remove the extension and add meshroom prefix 2017-10-11 16:32:40 +02:00
Renamed from bin/statistics.py (Browse further)