搜索资源列表
指纹识别
- c语言编写的一个指纹识别系统 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对 于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。 读者可以从网上找到关于imagemagic使用的介绍。 读者对代码做适当的改动,即
离散小波变换
- 1 本程序通过Mallat算法实现小波变换 2 本程序能打开任意长宽比的bmp图像,正方形的raw图像,352*288的gray图像,不能打开jpg图像-a procedure Mallat algorithm wavelet transform two procedures would open the arbitrary aspect ratio of bmp image, the raw square image, 352 * 288 images of gray, unable to
RoboA
- 实现了一种快速比较算法进行图象识别比较,可以应用在足球机器人和工业控制等方面-achieve a more rapid identification algorithm for image comparison, can be used in robot soccer and industrial control, etc.
jpg读写的例子很好的
- 这个例子是对JPG图象的读写操作,从代码中可以学习一些关于JPG图象的算法,以及JPG的格式-this example is the JPG image read and write from the code can learn some JPG images on the algorithm, and the JPG format
HistHsfcm2
- 直方图模糊聚类算法,编译环境VC6.0,语言c,可以移植到到linux系统运行。算法功能图像分割-histogram fuzzy clustering algorithms, compiler environment VC6.0, language c, ported to Linux operating system. Functional image segmentation algorithm
distance transform
- 目前效率最好的距离变换算法,距离变换广泛应用于图像处理,比如可以用距离变换准确找到图像中物体的骨架或者中心线。(用winrar解压)-efficiency of the current best distance algorithm distance transform widely used image processing, For example, can be used to find accurate distance transform image objects in the fr
Lifegame
- 生命游戏置乱算法的MATLAB实现,用于置乱图像-life game Scrambling algorithm in MATLAB for image Scrambling
goodCanny
- 图像分割的经典算法CANNY算法的源代码,很实用-the classic image segmentation algorithm Canny algorithm source code, practical
tuxiangbianyuanchuli
- 图象边沿检测提取轮廓跟踪算法 这个源码好简单,适合初学者,-Image Edge Extraction contour detection algorithm to track the source code is really very simple, suitable for beginners.
captureparms
- 完成视频图像的采集和存储。可以选择几种简单的压缩算法,还可以设置视频属性。-complete video image acquisition and storage. Some may choose a simple compression algorithm, but also can set video attributes.
byjcxx
- 边沿检测与提取,轮廓跟踪的图像算法,用vc来实现的-edge detection and extraction, image contour tracking algorithm, used to achieve the vc
H263EncodingandDecoding
- 使用C编写的H263编码和解码算法实现。该算法具有很高的实时性,而且图像质量也不错。对于学习基本视频会议,有很大帮助。-prepared by the use of H.263 coding and decoding algorithm. The algorithm has high real-time, but the image quality is quite good. Learning basic video conferencing, will be of great help.
H263video
- H.263的视频压缩算法和测试程序,可以对原始图像和转码后的图像进行比较。开发环境为vc6.0。-H.263 video compression algorithm and testing procedures, the original image and switch codes after the images were compared. Development Environment for vc6.0.
ch5Motion
- ch5 运动估计算法,vc 数字图像编码,欢迎下载使用-ch5 motion estimation algorithm, vc digital image coding, welcomed downloading
CannyJava
- 图像边缘检测(Canny 算法)的Java实现 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘 -Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste p1 : Gaussian smoothing filte
tianyufeishi
- 图象编程,含有图象的边缘特征和图象匹配的算法实现-image programming, with the edge of the image features and image matching algorithm
CannyJava
- hai I m doing digital image processing project in matlab. so I wnat source code for edge dector algorithm, color histogram and texture algorithm using matlab related source code.
image-process-detects-smoke
- 结合实际火灾烟雾图像,设计实现了HIS空间图像分割算法-Actual fire smoke images, design and implementation of the HIS space image segmentation algorithm
Basic
- Basic Deinterlacing Image Algorithm
15--Image-Classification
- Image classification by using vector quantization algorithm