| cv.Estimator - MATLAB File Help | Go to online doc for cv.Estimator |
Rotation estimator base class
It takes features of all images, pairwise matches between all images and estimates rotations of all cameras.
Note: The coordinate system origin is implementation-dependent, but you can always normalize the rotations in respect to the first camera, for instance.
| Superclasses | handle |
| Sealed | false |
| Construct on load | false |
| Estimator | Constructor |
| id | Object ID |
| addlistener | Add listener for event. | |
| Static | calibrateRotatingCamera | Calibrate rotating camera |
| delete | Destructor | |
| eq | == (EQ) Test handle equality. | |
| estimate | Estimates camera parameters | |
| Static | estimateFocal | Estimates focal lengths for each given camera |
| findobj | Find objects matching specified conditions. | |
| findprop | Find property of MATLAB handle object. | |
| Static | focalsFromHomography | Tries to estimate focal lengths from the given homography under the assumption that the camera undergoes rotations around its centre only |
| ge | >= (GE) Greater than or equal relation for handles. | |
| 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. | |
| lt | < (LT) Less than relation for handles. | |
| ne | ~= (NE) Not equal relation for handles. | |
| notify | Notify listeners of event. | |
| typeid | Name of the C++ type (RTTI) |
| ObjectBeingDestroyed | Notifies listeners that a particular object has been destroyed. |