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

Remove all calls to Clamp0To1 and / * 255 #56

Open daviddoria opened 13 years ago

daviddoria commented 13 years ago

Particularly on the input/output interface to ImageFloat.cpp - there is no reason for this scaling, and we certainly don't want to chop negative values.