-
Harris特征点检测
Harris Corner是最典型的角点检测子Corner Detector。角点经常被检测在边缘的交界处、被遮挡的边缘、纹理性很强的部分。满足这些条件一般都是稳定的、重复性比较高的点,所以实际上他们是不是角点并不重要(因为我们的目标就是找一些稳定、重复性高的点以作为特征点)。
- 2022-09-23 08:40:04下载
- 积分:1
-
jpeg图像库
vc++版本的jpeg库,已经转换为2008版本了,方便大家编译、使用!是个静态库,.lib的,运行时省去了dll动态库,程序发布变得更加方便了。开源项目,自己修改的。
- 2023-03-19 23:35:04下载
- 积分:1
-
图像亮度对比度调整
利用OPEN CV 在VC上实现图像的亮度和对比度的调整,可以实现图像的不同亮度和对比度的调整和图像的显示。
- 2022-06-14 04:57:32下载
- 积分:1
-
opencv 2.4如何读取摄像头的操作
opencv 2.4如何读取摄像头的操作,代码很简单,进行了简单的canny处理;
- 2022-03-19 19:36:14下载
- 积分:1
-
vc++ opencv实现扫描线填充多边形
利用opencv新建图像,在图像中实现鼠标点击画点,自动连线,以及右击自动闭合功能,再右击填充颜色。其中主要运用扫描线算法实现颜色的填充,效果还不错、。
- 2022-12-28 11:20:03下载
- 积分:1
-
Efficient Salient Region Detection with Soft Image Abstraction
资源描述Detecting visually salient regions in images is one of the fundamental problems in computer vision. We propose anovel method to decompose an image into large scale perceptually homogeneous elements for efficient salient region detection, using a soft image abstraction representation.
By considering both appearance similarity and spatial distribution of image pixels, the proposed representation abstracts out unnecessary image details, allowing the assignment of comparable saliency values across similar regions,and producing perceptually accurate salient region detection. We evaluate our salient region detection approach on the largest publicly available dataset with pixel accurate annotations. The experimental results show that the proposed method outperforms 18 alternate methods, reducing the mean absolute error by 25.2% compared to the previous best result, while being computationally more efficient.
- 2022-03-24 19:39:44下载
- 积分:1
-
粒子滤波跟踪算法C++
资源描述采用颜色直方图作为特征的粒子滤波算法和卡尔曼滤波算法
- 2022-06-18 07:58:21下载
- 积分:1
-
opencv基于mfc平台的双摄像头
opencv的mfc平台,基于directshow采集摄像头编号,用于双摄像头的图像采集,可以用于标定时的图像同步采集
- 2022-01-25 22:18:47下载
- 积分:1
-
VTK对DICOM三维重建代码
利用VTK编程语言,对dcm序列进行三维重建
- 2022-01-20 23:27:21下载
- 积分:1
-
数字图像处理 基本操作
基本的图像处理操作,包括模糊、锐化、滤波、腐蚀、膨胀等基本操作
- 2023-07-31 12:50:05下载
- 积分:1