Commit graph

6 commits

Author SHA1 Message Date
Yann Lanthony
d190012d1d [stats] remove signal handling + misc fixes
* signal can only be used in the main thread, leading to an error when StatisticThread is instantiated inside a QThread
* misc fixes on imports and variable names
2017-11-10 18:28:00 +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
9d3f7252c1 [core] move process code into the node description
Now CommandLineNode contains the code to launch the command line as a
subprocess.
2017-10-31 21:28:44 +01:00
Yann Lanthony
74e4089c68 [stats] update stats one last time only if subprocess is still running 2017-10-23 14:42:39 +02:00
Yann Lanthony
23541db54d [core] stop StatisticsThread when node is processed 2017-10-13 17:13:31 +02:00
Yann Lanthony
e893a3dfc6 rename package 'processGraph' to 'core' 2017-10-09 12:16:20 +02:00
Renamed from meshroom/processGraph/stats.py (Browse further)