摘要: 在图像处理和与计算机视觉领域,兴趣点(interest points),或称作关键点(keypoints)、特征点(feature points) 被大量用于解决物体识别,图像识别、图像匹配、视觉跟踪、三维重建等一系列的问题。我们不再观察整幅图,而是选择某些特殊的点,然后对他们进行局部有的放矢的分析 阅读全文
posted @ 2019-08-10 16:39 浮沉沉浮 阅读(1129) 评论(0) 推荐(0) 编辑
摘要: 官网:borderInterpolate borderInterpolate 函数原型 int borderInterpolate( int p, int len, int borderType ); 源码在filter.cpp中 功能 根据不同的外插方法(borderType),如 BORDER_ 阅读全文
posted @ 2019-08-10 16:13 浮沉沉浮 阅读(1142) 评论(0) 推荐(0) 编辑
摘要: 利用cvtColor 进行灰度转换时,不能将 灰度图 转为灰度图,所以在转换前,需对原始图像进行判断。 将这个改成以下 完整代码: 阅读全文
posted @ 2019-08-10 11:21 浮沉沉浮 阅读(4267) 评论(0) 推荐(0) 编辑