资源列表
LBP
- (1)计算图像中每个像素点的LBP模式(等价模式,或者旋转不变+等价模式)。 (2)然后计算每个cell的LBP特征值直方图,然后对该直方图进行归一化处理(每个cell中,对于每个bin,h[i]/=sum,sum就是一副图像中所有等价类的个数)。 (3)最后将得到的每个cell的统计直方图进行连接成为一个特征向量,也就是整幅图的LBP纹理特征向量; 然后便可利用SVM或者其他机器学习算法进行分类识别了。((1) calculate the LBP pattern of each p
image_data
- 使用matlab读取九幅图像(RGB&grayscale&indexed),分别得到对应的图像信息(Using MATLAB to read nine images (RGB&grayscale&indexed), get the corresponding image information respectively.)
vtkExample
- 基本的vtk入门示例,适合新手学习和体验。(basic vtl learning example for cainiao)
py
- 利用python编程,在软件中实现点的添加和现实。。。。。(Python programming is used to add and reallocate points in software.)
ConsoleApplication12
- 基于深度摄像头的障碍物检测,代码的核心思路是首先通过二值化,将一米之外的安全距离置零不考虑,然后通过开运算去除掉一些噪点(这个后来发现不一定有必要),在求出所有障碍物的凸包,这个时候要计算面积,当面积小于一定的阈值的时候不予考虑,最终输出障碍物的凸包坐标(The core idea of the code is to first take the safe distance beyond one meter into account by binary, then remove some noi
I
- 数字图像处理gamma校正,matlab相关gamma代码,图像处理(Digital image processing gamma correction, MATLAB related gamma code, image processing)
shoushishibie
- 进行手势识别 内涵简单的训练图片和代码 含有图像分割函数(Gesture recognition Concise training pictures and codes Contains image segmentation functions.)
Facial detector
- 人脸识别系统 通过matlab自带分类器和降噪功能对图片人脸的五官和人脸进行勾勒(The face recognition system is based on Matlab's own classifier and noise reduction function to outline facial features and faces.)
SE_image
- matlab code for c app
SAR
- 四种SAR成像算法仿真; CSA:CS算法m文件 NFA:窄聚焦算法m文件 PDA:RD算法m文件 RMA:距离迁移算法m文件(simulation of 4 SAR imaging algorithm; CSA;NFA;PDA;RMA)
tvdeconv_C程序
- 全变分图像处理程序; 实现超分辨;图像去噪;图像恢复(C program of TV algorithm; superresolution; denoising ; image recover;)
matlab程序
- 全变分去卷积算法的matlab实现; 全变分算法的论文; 全变分实现超分辨;全变分实现图像去噪;全变分实现图像恢复(total variation deconvolution; the paper of TV; super resolution; denoising; image recover)
