搜索资源列表
8方向sobel
- 对1帧图像进行8方向的sobel算子提取边缘,原始图像格式是BMP-right image for an eight direction of the pixel edge detection operator, is the original image BMP format
模拟图像边缘检测的C代码[原创]
- 模拟图像边缘检测的C代码[原创]先把图像放大K倍,然后检测边缘。使用Roberts梯度检测法。该方法在边缘附近有失真,产生伪边缘。-simulation Edge Detection of C code [original] first image amplification K times, and then detected edge. Use Roberts gradient detection. The method is near the edge of distortion, pse
VideoCapture1
- 人脸检测是人脸识别最重要的一步,它基本上是一个图像分割问题,将图像分为两部分:一个有脸区和另外一个无脸区。人脸检测的好坏影响人脸识别的效果。-Face Detection Face recognition is the most important step, it is basically a problem of image segmentation. the image is divided into two parts : a face and the other a faceless
faceimagesbyrf
- 从老外文章里看到一种基于分类器的人脸检测方法,好不容易搞到这个人脸图像训练集和测试集,现在贡献出来,希望对做人脸检测的朋友有帮助(图像比较全,有彩色人脸图像)-from generals saw an article based on the classification of face detection method finally got the facial image training set and test set, now contribute, hope to the huma
pixel_scan
- 用MATLAB实现的一个小巧的像素检测程序-MATLAB a compact image detection procedures
1_1_12
- [kingbmp.rar] - 基于对对话框的编程,很好的程序,研究生的毕业设计课题,用于工件表面缺陷的检测,但要自己把图像采集卡的库函数和一些元文件加入 [video_capture.rar] - 图像采集的SDK程序。采用VC++编写,不需额外库文件,直接添加到工程文件中,即可使用 [MyMultiCard.rar] - 天敏SDK2000的四窗口测试代码 by lonelywanders-[kingbmp.rar] - Based on the dialog program,
数字图象处理(几何变换,边缘检测,图象增强)
- 数字图象处理源码集(几何变换,边缘检测,图象增强)-source digital image processing sets (geometric transformation, edge detection, image enhancement)
检测
- 边缘的检测与提取,从一幅图象中将边缘提取出来供识别或处理使用-edge detection and extraction, from the edge of an image will be extracted for use or disposal Recognition
DALSWAdmin.rar
- C#程序实现form换肤代码本程序包括皮肤文件与office2007界面控件,C# Implementation of Image Edge Detection (uniformity, marginal difference, sobel, canny) iplab_demo
bs
- gui实现图片的读取放大,边缘检测。以及图片的存储-gui realize the picture reads amplification, edge detection. And image storage
FaceMFC_v2
- 使用OpenCV做的一个人脸检索系统,包括实现了静态图片的人脸检测,以及视频流中的人脸检测,和人脸匹配,实现了视屏播放,在视频中快速检索需要寻找的人脸目标-Using OpenCV to do a face retrieval system, including the realization of the static image of face detection and video streaming in face detection and face matching, to achi
edge
- 本程序实现对于CT图像的边缘提取算法,如Sobel,Robert,Priwitt,Laplacian,边缘跟踪算法,及射线法的边缘提取。-Implementation of this program for the CT image edge extraction algorithms such as Sobel, Robert, Priwitt, Laplacian, edge tracking algorithm, and the ray method of edge detection.
ImageTool._using-3-edge-detection
- MFC Image Tool using 3types Edge detection
laplacian
- 拉普拉斯锐化算法,对图像进行边缘算法,包括测试图片已经运行后的图片-Laplacian sharpening, edge detection algorithm, the image, including the picture of the test image has been running
Texture_Undergrond
- this code use for change detection in digital image processing with use of texture analysis
ImageHandel
- 图像处理的各种操作,包括图像的线性,灰度变换,几何变换,插值算法,边缘检测算法-Various image processing operations, including image linear gray-scale transformation, geometric transformations, interpolation algorithm, edge detection algorithm
License-plate-detection
- 车牌定位的一个示例程序,首先对其进行图像预处理,然后识别出其中所包含的数字-License plate positioning a sample program, it is subject image preprocessing, and then identify the figures contained therein
VideoDetect
- 运动图像检测,程序包含AVI文件读取、MeanShift、重心求解等算法,用MFC编写,修改方便,可以运行-Moving image detection, program contains a AVI file read, MeanShift, barycenter algorithm, with MFC prepared, easy to modify, can run
Image-labeling-tool-master
- 基于qt4.0编写,可以对图片中的检测目标进行包围盒真值标定,得到xmin,ymin,Xmax,Ymax具体数值。-based on qt4.0,for labeling of object detection
The-image-processing
- 以对图像进行复制、粘贴、剪切、全选、取消选择和翻转。 过滤图像,包括锐化、浮雕、腐蚀、风化。对图像进行滤波处理:包括最小值滤波处理、最大值滤波处理和中值处理。 对彩色图像进行变换:包括彩色转灰度、彩色转黑白、平滑处理、霓红处理。软化图像,包括红色、绿色、橙色;硬化图像,包括红色、绿色、蓝色。 对图像进行卷积处理,包括水平增强、垂直增强和双向增强。 对图像进行边缘探测,例如右下边缘抽出,拉普拉斯(8邻域)。给图像进行对比度增强,进行FFT分析,以及对两幅图像进行合成。 可以选择