Darwin  1.10(beta)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
drwnPatchMatchGraphRepaint Class Reference

Class for repainting an image from matches within the PatchMatchGraph. More...

Public Member Functions

 drwnPatchMatchGraphRepaint (const drwnPatchMatchGraph &graph)
 
virtual cv::Mat retarget (unsigned imgIndx) const
 retargets an image based on matched patches
 
void updateImageLabels (unsigned imgIndx, const cv::Mat &labels)
 update labels from in-memory matrix
 

Protected Member Functions

void cacheImageLabels ()
 caches labels for all images
 
virtual void cacheImageLabels (unsigned imgIndx)
 caches labels for given image
 

Protected Attributes

const drwnPatchMatchGraph_graph
 the graph that is being learned
 
vector< cv::Mat > _labels
 the labels that will be used for retargetting
 

Detailed Description

Class for repainting an image from matches within the PatchMatchGraph.

See Also
PatchMatchGraph Project

The documentation for this class was generated from the following files: