资源列表
lrw14-master
- 用随机游走算法实现超像素的分割,效果好大家交流(Using random walk algorithm to realize super pixel segmentation, the effect is good)
MSRM_1.0
- 这是一种基于最大相似度的超像素融合算法,大家多交流(This is based on the maximum similarity of the super pixel fusion algorithm)
CutImagePatch
- 对输入图像进行切分,是图像的预处理切割阶段。(Cut images to small patches.)
KFCM算法MATLAB
- 分别用kmeans、fcm、kfcm实现图像分割(use kmeans, fcm and kfcm segment image)
Quadtree coding
- 采用四叉树编码进行二值图的压缩,四叉树编码方法是目前图象处理和计算机图形学中的一种有效方法。(Quadtree coding is currently a valuable method in image processing and computer graphics,this code is about binary image compression.)
Desktop
- 利用 vrml创建一把飞机起飞,实现飞机动画的的展示,希望有用(The use of VRML to create a plane to take off, the realization of the animation of the aircraft, hope to be useful.)
watershedTest
- 图像处理、分水岭算法的简单测试、使用OPencv(Simple test of image processing, watershed algorithm and use of OPencv)
SelectPicture-master
- 一个选择图片的Android项目。。。。。。。。。。。。。。。。。。。。。。(this is selectPicture)
PCA
- 基于主成分分析的遥感图像融合算法,融合结果质量较好。(The fusion algorithm of remote sensing image based on principal component analysis has better fusion result.)
IHS_use
- 通过MATLAB对遥感图像进行HIS融合,得到融合图像。(The fusion image is obtained by HIS fusion of remote sensing images through MATLAB.)
add_image_use
- 对遥感图像进行加权平均的方法进行融合,得到融合图像。(The method of weighted average of remote sensing image is fused to get the fused image.)
train_test_set
- 怎么创建训练数据集和测试数据集。readimg.m读取一个大文件夹下的,所有子文件夹里的所有图片,并把同一个文件夹下的图片保存成一个矩阵。另一个文件是加载之前生成的数据,取80%为训练集,20%为测试集,并添加标签。(Read all the pictures from the folder and save it into a matrix)