darrenlafreniere / lafarren-image-completer

Implementation of the research titled: "Image Completion Using Efficient Belief Propagation via Priority Scheduling and Dynamic Pruning"
http://www.lafarren.com/image-completer/
GNU General Public License v3.0
32 stars 18 forks source link

Threads on linux #17

Closed daviddoria closed 13 years ago

daviddoria commented 13 years ago

When it hits line 238 of EnergyCalculatorPerPixel.cpp:

WorkerThread* workerThread = new WorkerThread(*this);

The processor usage is at 0% but it just stops/pauses.

daviddoria commented 13 years ago

Another issue is reported with the fix.