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

Test ENABLE_ENERGY_CALCULATOR_FFT #54

Open daviddoria opened 13 years ago

daviddoria commented 13 years ago

Darren: Currently to enable the FFT calculator, open EnergyCalculatorFftConfig.h, and set ENABLE_ENERGY_CALCULATOR_FFT to 1.

David: This should be a flag instead.

Darren: I'd like to test it more with large images and make sure it gives enough benefit. Ideally, it'd always be compiled in, and EnergyCalculatorContainer::Get() would have more smarts about which calculator to return for a given patch number/patch size/image size. I'd like to get this in before publishing.