![]() |
Image Component Library (ICL)
|
result structure More...
#include <RansacFitter.h>
Public Member Functions | |
| bool | found () const |
| returns whether any model was found More... | |
Public Attributes | |
| icl64f | error |
| reached error More... | |
| Model | model |
| model (zero sized if no model was found) More... | |
| DataSet | consensusSet |
| consensus set of best match (i.e. inliers) More... | |
| int | iterationCount |
| number of iterations needed More... | |
result structure
|
inline |
returns whether any model was found
| DataSet icl::math::RansacFitter< DataPoint, Model >::Result::consensusSet |
consensus set of best match (i.e. inliers)
empty if no model was found
| icl64f icl::math::RansacFitter< DataPoint, Model >::Result::error |
reached error
| int icl::math::RansacFitter< DataPoint, Model >::Result::iterationCount |
number of iterations needed
| Model icl::math::RansacFitter< DataPoint, Model >::Result::model |
model (zero sized if no model was found)
1.8.15