Class LeastMedianOfSquaresCalibrated<Model,Point>

java.lang.Object
boofcv.alg.geo.robust.LeastMedianOfSquaresCalibrated<Model,Point>
All Implemented Interfaces:
ModelMatcherMultiview<Model,Point>, ModelMatcher<Model,Point>, ModelMatcherPost<Model,Point>

public class LeastMedianOfSquaresCalibrated<Model,Point> extends Object implements ModelMatcherMultiview<Model,Point>, ModelMatcherPost<Model,Point>
Extension of LeastMedianOfSquares for two calibrated camera views. Input point must be normalized image coordinates.