C# EMGU 3.4.1学习笔记(十一)示例程序:仿射变换

本示例是《OpenCV3编程入门》中7.4.5中的示例程序的C# + EMGU 3.4.1版,演示了以WarpAffine和GetRotationMatrix2D函数为核心的对图像进行仿射变换的操作。 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.
相关文章
相关标签/搜索