资源列表
检查图像边缘
- 这是一个非常好的用的基于labview的图像边缘检测程序(Image edge detection based on LabVIEW)
sobel
- sobel算子图像处理源码,可计算图像亮度的一阶梯度(graph process with sobel edge)
UnityOpenCV
- 本压缩包中包含Unity专用的OpenCV进行人脸识别,帮助大家进行人脸跟踪处理;(The compression package contains Unity dedicated OpenCV for face recognition, to help you face tracking processing;)
chengxu
- 利用最大类间方差算法求解自适应阈值,对图像进行分割(The Otsu algorithm is used to solve the adaptive threshold, and the image is segmented)
张正友标定
- 用于相机标定,网上查的,需要配置OPENCV 及CVUT库函数(For camera calibration, online search, you need to configure the OPENCV and CVUT library functions)
信号
- 利用matlab来对数据进行其各种对应的变换和相位获取(Matlab is used to transform the data and acquire phase)
图像预处理小程序
- 图像的双边滤波,畸变校正,计算图像的SNR等等小程序啦,提供给使用MATLAB新手们(calculate the picture's SNR and pre-processing in matlab)
4fab7b56a46f4
- 根据现有的程序,对两幅图像分别进行二维小波变换,分别对变换后得到的水平,垂直以及对角细节子带的小波系数进行直方图统计,然后用广义高斯函数去近似三个直方图,分别得到尺度参数和形状参数,求出对应图像的KL距离。(According to the existing programs, the two images respectively, two-dimensional wavelet transform respectively to levels after transformation, ve
小波变换
- 用小波变换对图像进行分层处理,针对不同的子图像对不同方向进行滤波,达到对图像去噪的目的!(The wavelet transform is used to process the image in different layers, and different images are filtered in different directions, so as to achieve the purpose of image denoising!)
SBF算法
- SBF算法是傅里叶积分的近似估计,其算法思路是用线性插值函数近似被积函数,将线性插值函数分解为有限多个相似基函数(similar basis function)的线性和,对每个基函数进行傅里叶正弦或余弦积分,其结果可表示为简洁的解析形式,故积分运算可转化成一些相对简单的代数运算。在对图像进行去噪!(The SBF algorithm is to approximate the Fu Liye integral algorithm, the idea is to approximate the i
同态滤波
- 同态滤波通过设计一个滤波器函数,使得不同频率部分放大的倍数不同,得到想看到的图像的部分!(Homomorphic filtering through the design of a filter function, so that different frequency amplification part of different times, to get the part of the image you want to see!)
Radon变换Matlab
- 实现地震资料的多次波处理,实现相同点的叠加,进而切除(to complish the goal that the noise can be suppressed in the seismic data)