资源列表
matlab_pcsoft.com.cn
- 1232133123ertrtetetetet(qwefdhdhfghfhfhgffffffffff)
LBP_Matlabcode
- 基于MATLAB的LBP人脸特征提取,提取人脸特征图谱(LBP facial feature extraction)
焊盘检测
- PCB的焊盘数量检测,基于C#与Halcon编写。(PCB number of pads detected, based on C# and Halcon prepared.)
filter
- 低通滤波巴特沃斯低通滤波器的MFC程序,FS是采样频率,fp是截止频率,大家-Butterworth low-pass filter MFC process, FS is the sampling frequency, fp is the cut-off freq(Butterworth low-pass filter MFC process, FS is the sampling frequency, fp is the cut-off freq)
jcvi-sift-1.03.tar
- sift算法是用来提取图像特征点的算法,性能优越,被广泛用于特征提取和图像匹配,自提出起,算法一直在更新,此为最新版本的sift算法,在matlab上测试可用。(The SIFT algorithm is used to extract the image feature points algorithm, superior performance, is widely used for feature extraction and image matching, since the propo
基于遗传算法的最大熵值法的双阈值图像分割
- 基于遗传算法的最大熵值法的双阈值图像分割(Double threshold image segmentation based on maximum entropy method based on genetic algorithm)
fcm
- 使用matlab实现C均值聚类算法 的代码(Using MATLAB to implement C means clustering)
Pintu
- 分为横向拼接和纵向拼接,实现图像的无缝拼接(Horizontal and vertical seamless stitching of images)
xiaoerzhihua
- 单张图像二值化程序,将单张的彩色图像处理成二值化图像(Single image two value program)
getOrientMap
- 梯度法计算指纹方向场,采用了三种方式:1、滑动块 2、自适应块 3、分割固定块(Gradient method is used to calculate the direction field of fingerprint, and three methods are adopted: 1, sliding block 2, adaptive block 3 and segmentation fixed block)
GenerateRangeImage
- 利用PCL开源库,从点云中选择视角生成深度图(Generate range image from point cloud using Point Cloud Library)
人脸识别代码
- 人脸识别是一个有监督学习过程,首先利用训练集构造一个人脸模型,然后将测试集与训练集进行匹配,找到与之对应的训练集头像。最容易的方式是直接利用欧式距离计算测试集的每一幅图像与训练集的每一幅图像的距离,然后选择距离最近的图像作为识别的结果。(Face recognition is a supervised learning process. Firstly, a face model is constructed by training set, and then the test set is m