74 for(
int i=0;
i<5;
i++)
107 for (
int i=0;
i<3; ++
i)
108 for(
int j=0;
j<3; ++
j)
void initMatchesNormalization(PointMatchVector_t &iMatches)
void transformPoint(double iX, double iY, double &oX, double &oY)
double calcError(Homography *aH, PointMatch &aM)
void transform(double iX, double iY, double &oX, double &oY)
void filter(std::vector< PointMatchPtr > &ioMatches, std::vector< PointMatchPtr > &ioRemovedMatches)
std::shared_ptr< PointMatch > PointMatchPtr
std::vector< PointMatchPtr > PointMatchVector_t
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.