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

Flag to display number of labels and number of nodes #62

Open daviddoria opened 13 years ago

daviddoria commented 13 years ago

It would be nice to have a -info flag that outputs to the terminal:

There are X source patches. There are Y nodes.

This would give you a feel/indication for how long the completion will take.

daviddoria commented 13 years ago

"I've been wanting to add an optional parameter to Complete() that is a pointer to a pure virtual interface for receiving notifications during completion which could including some notion of progress." ~Darren

This would be nice. Then the info suggested in this issue can be "thrown" and optionally (depending on the implementation of this pure virtual function the user provides) could be "caught" and displayed. We should probably provide a default implementation as well which just outputs everything that is "thrown".