Class LeastMedianOfSquaresProjective<Model,Point>

java.lang.Object
org.ddogleg.fitting.modelset.lmeds.LeastMedianOfSquares<Model,Point>
boofcv.alg.geo.robust.LeastMedianOfSquaresProjective<Model,Point>
All Implemented Interfaces:
ModelMatcherViews<Model,Point,ElevateViewInfo>, InlierFraction, ModelMatcher<Model,Point>, ModelMatcherPost<Model,Point>

public class LeastMedianOfSquaresProjective<Model,Point> extends LeastMedianOfSquares<Model,Point> implements ModelMatcherViews<Model,Point,ElevateViewInfo>
LeastMedianOfSquares for dealing with projective geometry. Shape of input images is provided and that allows for proper normalization / scaling of input data.