Implementation of the research titled: "Image Completion Using Efficient Belief Propagation via Priority Scheduling and Dynamic Pruning"
GNU General Public License v3.0
32
stars
18
forks
source link
Guarding Poisson stuff #6
Closed
daviddoria closed 13 years ago
In Compositor.cpp, if I do something like this:
ifdef USE_POISSON
else
endif
it doesn't make sense because it will throw the error or use the Poisson patches. Should it just be
ifdef USE_POISSON
endif
?