登录
首页 » Special Effects » Visual C++ digital image processing algorithms and implementation of a typical (...

Visual C++ digital image processing algorithms and implementation of a typical (...

于 2022-02-03 发布 文件大小:3.19 MB
0 180
下载积分: 2 下载次数: 1

代码说明:

Visual C++ 数字图像处理典型算法及实现(2)-Visual C++ digital image processing algorithms and implementation of a typical (2)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • bmp image processing for use Address : http :// blog.programfan.com/trackback.as...
    用于处理bmp图象 引用地址:http://blog.programfan.com/trackback.asp?id=13315-bmp image processing for use Address : http :// blog.programfan.com/trackback.asp id = 13 315
    2022-01-23 11:19:55下载
    积分:1
  • 在各种聚类算法中,ISODATA可以说是应用最广泛的。以与代表点的最小距离作为样本聚类的依据,因此比较适合各类物体在特征空间以超球体分布的方式分布,对于分布形状...
    在各种聚类算法中,ISODATA可以说是应用最广泛的。以与代表点的最小距离作为样本聚类的依据,因此比较适合各类物体在特征空间以超球体分布的方式分布,对于分布形状较复杂的情况需要采用别的度量。
    2022-01-26 06:02:11下载
    积分:1
  • 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,...
    30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 image processing VC++ Source code, including 256 colors to grayscale, Hough transform, image_j1, PCA, Walsh transform, contrast stretching, binarization transformation, anti-color, box encoding, Fourier Transform , Gaussian smoothing, gray balance, mean filter, Laplacian sharpening (edge detection), discrete cosine transform, the brightness increases and decreases in inverse filtering deal, check on the number of check index, the gradient sharpening, image processing, mirror image, image translation, image scaling, image thinning, image rotation, Wiener filtering treatment using Canny edge extraction operator, threshold transform, histogram equalization.
    2022-02-12 05:12:39下载
    积分:1
  • good use of edge detection procedures :) ED
    很好用的边缘检测程序:) ED-256 is an edge detection program with support for any bitmap. As of 2.1, the program allows both edge detection and prototype classification on the images.-good use of edge detection procedures :) ED-256 is an edge detection program with support for any bitmap. As of 2.1, the program allows both prototype edge detection and classification on the images.
    2022-12-22 23:20:03下载
    积分:1
  • 活动轮廓模型(蛇模型)的风险投资+源码,可以编译和运行
    活动轮廓模型(snake模型)的VC++源码,可以编译并且运行-Active contour model (snake model) VC++ Source, you can compile and run
    2022-03-17 22:18:17下载
    积分:1
  • : As many of the traditional de
    :由于许多传统的去噪方法在强背景噪声情况下提取声音信号的能力变弱甚至失效, 提出 应用独立成分分析( I C A) 方法对声音信号进行特征提取, 并证明了这种 I C A 变换能增强语音和音 乐信号的超高斯性. 在此基础上, 应用 I C A基函数作为滤波器, 通过阈值化的去噪方法对含有强高 斯背景噪声的声音信号进行去噪仿真实验. 结果表明, 本方法明显优于传统的均值滤波和小波去噪 方法, 为强背景噪声下弱信号的检测提供 了新的途径.-: As many of the traditional de-noising method in case of strong background noise, the ability to extract the voice signal even weaker failure, the application of independent component analysis (ICA) method of voice signal feature extraction, and prove that this transformation can be enhanced voice ICA and music of super-Gaussian signals. On this basis, the application of ICA basis function as a filter, through the threshold of the denoising method of Gaussian background noise contains strong voice signal denoising simulation. The results show that this method is obviously superior to the traditional mean filtering and wavelet denoising methods for the strong background noise under the weak signal detection provides a new way.
    2022-02-15 19:19:12下载
    积分:1
  • activemedia机器人上的图像处理算法库,使很好的视觉编程的平台。...
    activemedia机器人上的图像处理算法库,使很好的视觉编程的平台。-activemedia robot image processing algorithm library, a good visual programming platform.
    2022-03-20 18:19:08下载
    积分:1
  • 这个是摄象机线性散步定标的源码,是在MATLAB下运行的
    这个是摄象机线性散步定标的源码,是在MATLAB下运行的-This is a linear walk camera calibration source is running under MATLAB
    2022-03-17 17:12:59下载
    积分:1
  • 小波去噪指标RMSE和MSE的代码,希望能给大家带来帮助
    小波去噪指标RMSE和MSE的代码,希望能给大家带来帮助-Wavelet Denoising indicators RMSE and MSE of the code, I hope everyone can help
    2022-02-13 13:52:10下载
    积分:1
  • 基于kalman滤波和人脸形态约束的人脸跟踪算法实现,可在快速人脸跟踪的同时很好的去除类肤色的干扰,注意是基于OpenCV函数库的程序。...
    基于kalman滤波和人脸形态约束的人脸跟踪算法实现,可在快速人脸跟踪的同时很好的去除类肤色的干扰,注意是基于OpenCV函数库的程序。-Based on kalman filtering and face shape Face Tracking bound algorithm may face in the fast track at the same time remove the category of very good color interference, the attention is based on the OpenCV library procedures.
    2022-11-07 22:15:03下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载