搜索资源列表
数字图像处理的几个程序例子
- 这是几个数字图像处理的程序实例,有经典的傅立叶变换和反变换、图像增强(中值滤波、增强光照)还有染色体计数。它们都是经典算法的实现。-Here are several digital image processing examples including classical Fourier transform and its inverse, image enhancement (like median filtering, intensity enhancement) and chromosom
常用的数字图像处理算法
- 常用的数字图像处理算法实现,都是用标准C语言实现的,绝对经典-commonly used digital image processing algorithm has been used standard C language, absolute classic
数字图像处理源码
- 数字图像处理源代码 具体实现数字图像各经典算法,并附有界面。-digital image processing source code specific digital images of the classic algorithms, together with interface.
digitalprocessing_gangsaleisi_2
- 数字图像处理—经典算法,冈萨雷斯配套电子书籍-digital image processing-classical algorithm, Gonzalez matching e-books
Imageprocessiong
- vc实现,图像处理经典算法,不用修改直接可以用。-vc realization of the classical image processing algorithm, without changes can be used directly.
VC++
- visual c++图像处理经典算法示例程序 把功能都集中在一个程序中
VC++processing
- 图像处理经典算法源代码,希望对初学者有帮助!
cvBlobFinder
- 基于OPCV的blob搜索算法,图像处理经典算法
Visual C++数字图像处理
- 一个VC++编写的图像处理系统,包括了图像处理的经典算法!-a VC prepared by the image processing system, including the classic image processing algorithm!
图像处理经典算法
- 经典二值化算法 Niblack的改进
图像处理经典算法
- 图像处理经典算法
imageprocess.rar
- 图像处理经典算法合集,matlab实现,调试通过,Classic Collection of image processing algorithm, matlab achieved through debugging
IHS_use.rar
- 用经典的IHS算法,实现两幅图像的融合,适用于遥感图像处理领域。,IHS using the classic algorithms, implementation of the integration of two images for the field of remote sensing image processing.
信号处理经典算法
- 15个信号处理经典算法模型及代码实现,涵盖 Dijkstra.DP.BFS/DFS.红黑树.KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT 等 15 个经典基础算法,
C#数字图像处理算法典型
- 图像处理的基本算法汇总 , 灰度化 , 点运算 , 几何运算 , 边缘检测 , 平滑去噪 ,图像分割 ,彩色图像处理等 . C#语言编写的图像处理算法集合 .(Image processing of the basic algorithm, summary, grayscale, point calculation, geometric operations, edge detection, smoothing denoising, image segmentation, color image
数字图像处理经典算法
- matlab 数字图像处理经典算法。归纳很全面。拉普拉斯变换、中值滤波、灰度拉伸等等算法的总结(Matlab digital image processing classic algorithm. Induction is very comprehensive. Laplasse transform, median filtering, gray stretch and so on algorithm summary)
VC++图像处理典型算法完整演示源代码
- VC++图像处理典型算法完整演示源代码,实现傅里叶变换、离散余弦变换等经典图形处理算法(VC++ image processing typical algorithm, complete demonstration source code)
VC图像处理典型算法及实现
- vc图像处理典型算法及实现,里边包含了多个经典算法,希望对大家有帮助(Typical algorithm for VC image processing and Realization)
图像处理经典算法及OpenCV程序
- 图像处理经典算法及OpenCV程序(基于opencv的use摄像头视频采集程序、基于opencv的use摄像头视频采集程序、基于opencv的两个摄像头数据采集、能激发你用代码做视频的冲动程序、图像反转(就是把黑的变白,白的变黑)、图像格式的转换、从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 、采用Canny算子进行边缘检测、角点检测、图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的)。。。。 )(Classical algorithm and OpenCV program f
C语言图像处理
- 用C语言编写图像处理经典算法,可用VC运行,本科资料