FmType Fields |
The FmType type exposes the following members.
| Name | Description | |
|---|---|---|
| EightPoint |
for 8-point algorithm. N >= 8
| |
| LMeds |
CV_FM_LMEDS_ONLY | CV_FM_8POINT
| |
| LMedsOnly |
for LMedS algorithm. N >= 8
| |
| Ransac |
CV_FM_RANSAC_ONLY | CV_FM_8POINT
| |
| RansacOnly |
for RANSAC algorithm. N >= 8
| |
| SevenPoint |
for 7-point algorithm. N == 7
| |
| value__ |