NANA
|
实现点集的仿射变换和透视变换 更多...
函数 | |
template<typename _Tp > | |
void | NANA::ComputerGeometry::warpAffinePoint (const Matrix &M, const PointXY_< _Tp > &src, PointXY_< _Tp > &dst) |
对当前点集进行放射变换 更多... | |
template<typename _Tp > | |
void | NANA::ComputerGeometry::warpPerspectivePoint2D (const Matrix &M, const PointXY_< _Tp > &src, PointXY_< _Tp > &dst) |
实现点集的透视变换矩阵 透视变换矩阵大小: \(3 \times 3\) 更多... | |