Package boofcv.alg.geo.robust
Interface ModelMatcherViews<Model,Point,Camera>
- All Superinterfaces:
ModelMatcher<Model,
Point>
- All Known Implementing Classes:
LeastMedianOfSquaresProjective
,RansacProjective
ModelMatcher
with view specific information-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the new of views which need to be setvoid
Specify parameters for a particular viewMethods inherited from interface org.ddogleg.fitting.modelset.ModelMatcher
getFitQuality, getInputIndex, getMatchSet, getMinimumSize, getModelParameters, getModelType, getPointType, process, reset
-
Method Details
-
setView
Specify parameters for a particular view- Parameters:
view
- which view this belongs toviewInfo
- Information about this view. E.g. image dimension, intrinsic parameters, ...etc
-
getNumberOfViews
int getNumberOfViews()Returns the new of views which need to be set
-