| cv.ShapeTransformer - MATLAB File Help | Go to online doc for cv.ShapeTransformer |
Base class for shape transformation algorithms
| Superclasses | handle |
| Sealed | false |
| Construct on load | false |
| ShapeTransformer | Constructor |
| id | Object ID |
| addlistener | Add listener for event. | |
| applyTransformation | Apply a transformation, given a pre-estimated transformation parameters | |
| clear | Clears the algorithm state | |
| delete | Destructor | |
| empty | Returns true if the algorithm is empty | |
| eq | == (EQ) Test handle equality. | |
| estimateTransformation | Estimate the transformation parameters of the current transformer algorithm, based on point matches | |
| 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 parameters to a file | |
| warpImage | Apply a transformation, given a pre-estimated transformation parameters, to an Image |
| ObjectBeingDestroyed | Notifies listeners that a particular object has been destroyed. |