-
基于CCS环境下的算法代码(C语言)
基于CCS环境下,一些常用的DSP算法程序,主要包括:FIR、IIR、FFT等相关算法以及实现程序,并在一些工程中的应用。
- 2022-03-16 03:06:32下载
- 积分:1
-
OpenCV中值滤波
基于OpenCV中值滤波方法,中值滤波是在1971年由Tukey提出来的,它是一种非线性的且比较典型的滤波技术。在某些条件下它能够克服如均值滤波、最小均方滤波等产生的图像细节不清晰,对消除椒盐噪声极其有效,在分析处理一些光学条纹测量图像时有着重要的作用,可是在分析条纹中心方法中没有太大的用处,在处理图像中,可以维持边缘信息,是很典型的平滑噪声法。
- 2022-05-13 02:10:49下载
- 积分:1
-
图像处理中的角点检测
openCV函数库中提供了很多关于角点检测的函数,PreCornerDetect 用于计算角点检测特征图,cvCornerEigenValsAndVecs 用于计算图像块的特征值和特征向量,FindCornerSubPix 可用于寻找精确的角点位置,此程序通过相关的角点检测函数,实现对图像中的角点特征的提取和标记
- 2022-06-29 17:06:23下载
- 积分:1
-
基于小波变换的图像压缩
图像压缩技术是用来减少图像或文本的存储空间的技术。与其他技术相比,使用DWT进行压缩可以提供良好的效果。DWT子带将图像分为四个子带,如LL、LH、HL、HH。
- 2022-04-20 14:22:40下载
- 积分:1
-
遥感图像纠正
待纠正的影像和参考影像,通过获取同名点坐标,解算多项式纠正系数。然后通过多项式纠正带畸变的影像,得到无几何畸变的影像。the program designs for rectifying the image with reference image
- 2022-07-14 02:57:33下载
- 积分:1
-
具有较高优先级的队列出列编号
编号队列具有更高的出列优先级编号队列具有更高的出列优先级编号队列具有更高的出列优先级编号队列具有更高的出列优先级
- 2023-03-04 19:55:03下载
- 积分:1
-
摄像头驱动
摄像头驱动
- 2022-03-24 07:08:19下载
- 积分: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
-
vtk多边形布尔运算源码,
vtk多边形布尔运算源码,处理效果很棒,但对100000个以上的三角面片处理比较慢-vtk polygonal Boolean operations source code, the operation result is great, but for more than 100,000 triangles it is a little slower
- 2023-03-18 14:40:04下载
- 积分:1
-
人脸识别的matlab代码
这个代码是一个完整的人脸识别代码。包括:一个训练主程序,一个测试主程序,一个SVM主程序,一个pca主成分分析程序。同时还包括一个小型训练样本集合一个测试样本集。
- 2023-05-24 03:30:05下载
- 积分:1