| cv.SelectiveSearchSegmentation - MATLAB File Help | Go to online doc for cv.SelectiveSearchSegmentation |
Selective search segmentation algorithm
The class implements the algorithm described in [uijlings2013selective].
[uijlings2013selective]:
Jasper RR Uijlings, Koen EA van de Sande, Theo Gevers, and Arnold WM Smeulders. "Selective search for object recognition". International journal of computer vision, 104(2):154-171, 2013.
| Superclasses | handle |
| Sealed | false |
| Construct on load | false |
| SelectiveSearchSegmentation | Constructor |
| id | Object ID |
| addGraphSegmentation | Add a new graph segmentation in the list of graph segementations to process | |
| addImage | Add a new image in the list of images to process | |
| addStrategy | Add a new strategy in the list of strategy to process | |
| addlistener | Add listener for event. | |
| clear | Clears the algorithm state | |
| clearGraphSegmentations | Clear the list of graph segmentations to process | |
| clearImages | Clear the list of images to process | |
| clearStrategies | Clear the list of strategy to process | |
| delete | Destructor | |
| empty | Checks if detector object is empty | |
| eq | == (EQ) Test handle equality. | |
| 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. | |
| process | PROCESSIMAGE Based on all images, graph segmentations and stragies, computes all possible rects and return them | |
| save | Saves the algorithm parameters to a file | |
| setBaseImage | Set a image used by switch functions to initialize the class | |
| switchToSelectiveSearchFast | Initialize the class with the 'Selective search fast' parameters | |
| switchToSelectiveSearchQuality | Initialize the class with the 'Selective search fast' parameters | |
| switchToSingleStrategy | Initialize the class with the 'Single strategy' parameters |
| ObjectBeingDestroyed | Notifies listeners that a particular object has been destroyed. |