예제 #1
0
	Point pointNormalizedXXcnToCanonicalXY( const Point& point ) const
	{
		return pointNormalizedXXcToCanonicalXY( point, _projectSize );
	}
예제 #2
0
inline Point2Double pointConvertCoordinateSystem<eCoordinateSystemXXcn, eCoordinateSystemXY>(const Point2Double& point,
                                                                                             const Point2Double& imgSize)
{
    return pointNormalizedXXcToCanonicalXY(point, imgSize);
}