搜索资源列表
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
Fastica
- 用OpenCV写的FastICA程序,实现两幅混合图像的简单解混,附带matlab部分代码-write by OpenCV,it s about FastICA,mainly completing the task of dimixing two mixed pictures.
opencvPsift
- 基于opencv的sift角点提取matlab源程序代码-Sift corner detection based on OpenCV MATLAB source........
OpenCV_face_detector
- opencv 1.0 中人脸检测代码的实现 用到了matlab 与c++混合编码-face detection using viola-jones algrithm.
Demos--scripts
- 本代码是基于matlab 的交通路标识别-this text is use matlab for Traffic sign recognition
final
- 如题,图像处理相关matlab程序代码,应该比较全了-Such as title, image processing matlab code, all
05684763SIFT_Matlab
- 这是SIFT的官方代码,说明都在readme中,然后需要在matlab中运行-This is the official code of SIFT, in the readme, and then run in matlab
face_detection_by_template_tutorial
- 基于模板匹配的人脸检测教程,matlab代码-tutorial of face detection by template
matlab
- matla编写的图像清晰度评价代码。相关系数、清晰度、熵-The written in matla image clarity evaluation code. Correlation coefficient, sharpness, entropy
filename
- 代码——Matlab 如何截取视频中的每一帧图像并保存-Code- Matlab how to intercept each frame in the video image and save
guidedfilter
- kaiming he的guided image filtering的c++代码,利用VS2010+OPENCV2.4.4实现,效果和公布的MATLAB代码相同。-C++ code for KaiMing He s guided image filtering, the result as same as matlab code which publish in the web, project is code via VS2010+OPENCV2.4.4.
FaceRecognition_CNN(olivettifaces)
- 智能图像/视频处理中,复杂背景环境(比如室外环境、机场、车站等)下,人脸识别的第一步是人脸的检测。它的精确度直接影响到后期识别的结果。不过,领域内的科学家们基本上很难有足够的精力和时间开发优化的C++代码,使其用于商业用途,而一般都是只在Matlab中进行模拟。 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。文章中的分类器的训练数据来自与我的 webcam图像,它们被采集于不同时间,不同光照,不同背景环境下,它几乎可以实时地检测
edge-detecting-based-susan
- 这是基于susan算子的边缘检测代码,用于检测物体边缘。使用matlab实现。-susan detection foor edge
PCA_upload
- PCA降维程序,matlab代码,简单实用-efficient and effective PCA dimension reduction
p3p_code_final_Test
- Laurent Kneip P3P 算法Matlab代码测试样例( A Novel Parametrization of the Perspective-Three-Point Problem for a Direct Computation of Absolute Camera Position and Orientation)-Laurent Kneip P3P Matlab code Test (A Novel Parametrization of the Perspective-
bnnarfzation
- matlab代码,实现指纹图片的二值化,细化等功能,编译通过,结果正确(Matlab code, the realization of fingerprint image binarization, refinement, and other functions, compiled through, the result is correct)
matlqbNLMS
- 一个matlab实现IIR,FIR,LMS,NLMS等算法的m代码 不错的(A matlab IIR and FIR, LMS, NLMS algorithm such as m code is good)
matlab步态能量图生成
- 步态识别基础代码,相对于c++更加轻量快速,代码带注释,简单易懂。
基于opencv的汽车尾部边缘提取
- 本代码是Opencv完成《数字图像处理》P468 页例 10.10 的编程实验,编程语言为Matlab。