搜索资源列表
camlab
- 通过摄像头进行数字图像处理。演示了如何从视频流中提取帧的信息。里面的类可以单独使用。用于机器人的控制A demonstration of how to abstract one frame from a stream vedio. The class can be used alone.-through the camera for digital image processing. Demonstration of how to extract video frame information.
DShowAVI
- 演示了如何从视频流中提取帧的信息。里面的类可以单独使用。A demonstration of how to abstract one frame from a stream vedio. The class can be used alone.-demonstration of how to extract video frame information. Inside the class can be used alone. A demonstration of how to abstract
Implementation-of-SIFT-detection
- 摘要:针对SIFT 特征提取的硬件实现结构复杂、难以达到实时性的问题,提出一种改进的高斯金字塔构建方法,该方法从 构建高斯金字塔的原始意义出发,大幅减少了所需的运算时间和存储单元。同时提出并验证了合适的SIFT 参数配置,以及 具体的硬件优化和并行实现方案,使整个系统可以在一片单独的FPGA 芯片上实现。该系统读入串行像素数据流,输出关键 点的特征描述符,并采用256×256 的图像对其进行了仿真验证,结果表明完全达到了实时的效果。 关键词:特征点 实时 尺度不变特征变换 现场可
matlabtuxiangchuli
- 把目标范围缩小到一个小矩形内,将图像的G通道单独抽出作分析,抽出来的是一个灰度图,现在需要将目标从背景中提取出来。使用imadjust函数增强图像对比度时可以使用stretchlim传递给imadjust灰度范围,matlab循环调用图片进行处理-The target was restricted to a small rectangle, the image of the G-channel single out for analysis, out of is a grayscale, and
Facial-Feature-Tarcking
- 研究优化人脸特征提取问题,针对长期以来在不贴标记点的情况下用传统的光流、Snake、可变模板等方法对纹理特征变化大的特征点不能有效跟踪,并且解决单独采用Gabor 小波系统开销大等问题,为了在人脸图像中提取准确信息,提出了人脸特征点的跟踪方法,分组采用改进的光流法和弹性图匹配的方法进行特征点跟踪。对眼睛、眉毛、上下眼皮等14 个表 情变化不大的特征点使用光流法进行跟踪,最后对变化大的嘴部8 个特征点运用Gabor 小波的弹性图匹配方法进行仿真。-Gabor wavelet research
TestWaveletZernike
- 小波和Zernike矩的做图像特征提取的一个matlab程序,相比单独实用识别率明显改善-Wavelet and Zernike moments to do image feature extraction matlab program, compared to a separate the practical recognition rate improved significantly
MeanShiftSegMent
- meanshift图像分割,为著名的EDISION图像分割软件源程序图像分割部分代码,单独提取出来直接调用,便于调用。非常适用于学习meanshift图像分割的人群使用。-Meanshift image segmentation, image segmentation is EDISION famous code software source image, individually extracted directly call, easy call. Very suitable for le
feijijiance
- 对飞机进行边缘检测,阈值分割。从而达到图像感兴趣区域提取的目的,能使得图像中的飞机以黑白形式清晰地单独显示出来-Aircraft edge detection , thresholding . So as to achieve the purpose of extracting image regions of interest , can make the image appear as black and white aircraft clearly separate
MOG2_OPENCV2.4.9
- 经典背景减除方法,MOG2(或GMM),从opencv2.4.9中单独提取出来的,经过实验调试通过的,可同其他背景减除方法结合或对比。-It is a typical background subtraction mathod, which is OpenCV 2.4.9. It was proposed by Zivkovic in 2014ICPR and proved effective.
testy
- 对YUV格式图像文件的读取与存储示例,能将Y分量单独提取出来。适合初学者理解YUV格式图像的存储。- YUV format image file to read and store examples, the Y component can be extracted separately. Suitable for beginners to understand YUV format image storage.
图像分块
- 将一张图像分成四个象限部分 提取出来 图像分块(Extracting an image into four quadrants)