搜索资源列表
Hough(matlab)
- Hough变换的matlab代码,可以参考学习,希望对需要的朋友有所帮助-Hough Transform Matlab code, we can make reference to learning, and I hope to a friend in need of some help
faceprotected(matlab)
- 人脸定位和识别的完整MATLAB代码,在国外网站上偶然得到的-face localization and identification of the integrity of MATLAB code, the foreign web sites the chance
遗传算法matlab代码
- 遗传算法matlab代码
亚像素边缘检测的matlab代码
- 亚像素边缘检测的matlab代码,比一般的边缘检测代码精确-Sub-pixel edge detection matlab code
用于对图像极线校正的matlab代码
- 用于对图像极线校正的matlab代码 基于Tutorial on Rectification of Stereo Images,matlab code for epipolar rectification
Tamura纹理特征提取及应用的matlab代码
- Tamura纹理特征提取及应用的matlab代码,附有介绍Tamura纹理的文献以及测试用图片。,Matlab code for extracion and application of Tamura texture, attched paper about tamura texture and picture for test.
sift-match.sift特征点提取代码
- sift特征点提取代码和对两幅图像提取特征点后进行特征点匹配,可用于图像拼接等。c和matlab代码都有,sift feature point extraction code and the two images after the extraction of feature points matching feature points that can be used, such as image stitching. both c and matlab code
anisodiff2D
- PM扩散的二维图像去噪MATLAB代码,原版代码,anisodiff.m-PM proliferation of two-dimensional image denoising MATLAB code, the original code, anisodiff.m
sift-matlab
- 实现SIFT检测图像角点,并进行匹配的MATLAB代码。调试通过。-Achieve SIFT image corner detection and matching of MATLAB code. Debugging through.
matlab
- 模式识别中的线性分类器的设计,包括感知机,最小二乘法和支撑矢量机的算法的MATLAB代码。-Pattern Recognition linear classifier design, including perception, least squares and support vector machine algorithm MATLAB code.
Matlab-image-add-noise-and-filtering
- Matlab图像增强实验源代码与图片展示,内有用matlab为图像增加椒盐噪声白噪声程序。再用平滑滤波与中值滤波对图像进行处理。-Matlab source code for image enhancement and image experiments show, the image in a useful increase in salt and pepper noise matlab white noise process. And then filtering and median fi
基于帧差法多目标跟踪Matlab代码
- 非常完整的帧差法多目标跟踪Matlab代码,并提供了完整的文档介绍,非常适合初学者学习。注:运行时要改一下文件路径,以及把视频文件转成图像序列输入。(Very complete frame difference method, multi-target tracking Matlab code, and provides a complete documentation, very suitable for beginners to learn. Note: at run time, you c
代码1
- 基于matlab代码分析的图像前景目标截取(Image foreground target interception)
matlab人像磨皮
- 简单的matlab人像磨皮功能,简单运用滤波器(Simple figure grinding function)
求解模糊运动角度 matlab 代码:
- 求解模糊运动角度 matlab 代码:。。。。。。(Matlab code for solving the fuzzy motion Angle:)
BP 神经网络算法 matlab 代码:
- BP 神经网络算法 matlab 代码:(BP neural network algorithm matlab code:)
matlab代码实现三维画图.zip
- 基于matlab的各种三维画图,种类比较齐全(All kinds of three-dimensional drawings based on MATLAB are quite complete)
SAR合成孔径雷达图像点目标(附matlab代码)
- SAR合成孔径雷达的点目标仿真报告,含matlab代码(SAR synthetic aperture radar point target simulation report, including Matlab code)
HOG算法的matlab代码
- 本代码实现了hog算法的matlab代码,有助初学者进行学习,hog算法用于人脸识别、行人识别等都具有很大的优势。