资源列表
光流向量的彩色表示算法设计与matlab实现
- 光流算法采用的是HS光流法,得到每个像素点的光流值,将它表示成HSI色彩空间的任一截面,再根据HSI色彩空间与RGB色彩空间的对应关系将光流场用颜色表示出来。
Transform
- 包括以下函数 1)平移(tx,ty,tz)的矩阵Txyz void matTxyz(float Txyz[4][4],float tx,float ty,float tz) 2)绕x轴旋转theta角的矩阵Rx void matRx(float Rx[4][4],float theta) 3)绕y轴旋转theta角的矩阵Ry void matRy(float Ry[4][4],float theta) 4)绕z轴旋转theta角的矩阵Rz void matRz(float Rz[4][4]
cnn-edge-detection
- 卷积神经网络实现图像的边缘检测+python代码(CNN-edge-detection-python-codes)
卫星遥感图像融合
- 卫星遥感图像融合(SPOT类型图像与TM类型图像)研究图像融合的可以参考(Satellite remote sensing image fusion Satellite remote sensing image fusion)
图像评价程序(修改版)
- 对遥感影像融合质量评价的程序,输出均值 标准查 信息熵 相关系数 光谱保真(To evaluate the fusion quality of remote sensing image, output the mean value standard to check the spectral fidelity of entropy correlation coefficient)
基于颜色特征识别花朵和叶子
- 基于颜色矩(一阶矩和二阶矩)求出图像花朵和叶子区域。
face_recognition
- 基于python的PCA(主成分分析降维)人脸识别(PCA (principal component analysis dimensionality reduction) face recognition based on python)
vc6.0基于opencv1.0的车牌识别程序源代码
- vc6.0基于opencv1.0的车牌识别程序源代码,有图形界面,就是版本老了点
图像配准与图像识别matlab源代码
- 图像配准与图像识别的matlab源代码,可以用来创建全景图、创建不同时段的拼接图
csrdcf-master
- CSR-DCF算法的matlab源码,使用前需要安装opencv和vs,然后执行compile.m进行编译(The matlab source code of csr-dcf algorithm needs to install opencv and vs before use, and then execute compile. M to compile)
R语言画立体红心
- 用R语言画的一个立体红心图,可鼠标拖动旋转观看,给初学R语言画立体图形的人一个学习案例。
5qt_pcl
- PCL点云显示, QT点云显示,PCL点云库应用案例(PCL QT Visualization)