NANA
函数
warp.hpp 文件参考

实现点集的仿射变换和透视变换 更多...

#include <NANA\core.hpp>
#include "geometrytypes.hpp"
warp.hpp 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

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\) 更多...
 

详细描述

实现点集的仿射变换和透视变换

日期
2021/11/20 7:23
作者
yurutu Contact: 70710.nosp@m.1557.nosp@m.@qq.c.nosp@m.om

TODO: long description

注解

在文件 warp.hpp 中定义.