cv.GPCForest - MATLAB File Help | Go to online doc for cv.GPCForest |
Implementation of the Global Patch Collider algorithm
From the following paper: PDF.
You can obtain a file "forest.yml.gz" either by manually training it, or by downloading one of the files pretrained on some publicly available dataset from here: GPC
[Wang_2016_CVPR]:
Shenlong Wang, Sean Ryan Fanello, Christoph Rhemann, Shahram Izadi, and Pushmeet Kohli. "The Global Patch Collider". In The IEEE Conference on Computer Vision and Pattern Recognition (CVPR), June 2016.
Superclasses | handle |
Sealed | false |
Construct on load | false |
GPCForest | Creates an instance of GPCForest |
id | Object ID |
addlistener | Add listener for event. | |
clear | Clears the algorithm state | |
delete | Destructor | |
empty | Returns true if the algorithm is empty | |
eq | == (EQ) Test handle equality. | |
findCorrespondences | Find correspondences between two images | |
findobj | Find objects matching specified conditions. | |
findprop | Find property of MATLAB handle object. | |
ge | >= (GE) Greater than or equal relation for handles. | |
getDefaultName | Returns the algorithm string identifier | |
gt | > (GT) Greater than relation for handles. | |
Sealed | isvalid | Test handle validity. |
le | <= (LE) Less than or equal relation for handles. | |
listener | Add listener for event without binding the listener to the source object. | |
load | Loads algorithm from a file or a string | |
lt | < (LT) Less than relation for handles. | |
ne | ~= (NE) Not equal relation for handles. | |
notify | Notify listeners of event. | |
save | Saves the algorithm to a file | |
train | Train the forest using individual samples for each tree |
ObjectBeingDestroyed | Notifies listeners that a particular object has been destroyed. |