Class HomographyResidualTransfer

java.lang.Object
boofcv.alg.geo.h.HomographyResidualTransfer
All Implemented Interfaces:
ModelObservationResidualN<DMatrixRMaj,AssociatedPair>

public class HomographyResidualTransfer extends Object implements ModelObservationResidualN<DMatrixRMaj,AssociatedPair>

Computes the difference between the point projected by the homography and its observed location. Fast to compute but less theoretically correct than others.