(OpenCV — 4)常用数据结构和函数

1 点的表示: Point 类 Point 类数据结构表示了 二维坐标系下的点,即由其图像坐标 x 和 y 指定的 2D点。用法如下 : Point point; point.x = 10; point.y = 8 ; //或者 Point point= Poin 七 (10 , 8) ; 另外 , 在 OpenCV 中有如下定义: typedef Point_<int
相关文章
相关标签/搜索