-
skin
说明: 可以实现肤色分割
RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色(Skin color segmentation)
- 2019-03-13 20:42:12下载
- 积分:1
-
Image Classification Based on Neural Network
说明: 运用matlab在遥感图象上运用神经网络方法进行图像分类(Using matlab to classify remote sensing images using neural network method)
- 2019-05-03 21:39:27下载
- 积分:1
-
RLE
初学者的游程编码,可以进行小图像的压缩,可以以此为基础进行编码和参考(RLE beginner, you can make small image compression, can be encoded as a basis and reference)
- 2013-11-06 23:00:10下载
- 积分:1
-
KMeans-with-opencv
k均值分类在遥感影像中的应用,完整的c++代码,注释详细易懂,并且已经验证过(k-means classification in remote sensing images in the application, complete c++ code, comments, detailed and easy to understand, and have been verified)
- 2021-01-24 20:28:37下载
- 积分:1
-
py-faster-rcnn-master
图像检测的算法,Faster R-CNN算法,先对整张图像进行卷积计算,然后通过感兴趣区域池化层(RoI Pooling Layer)将选择性搜索算法推荐出来的候选区域和卷积网络计算出的特征映射图进行融合,得到候选区域对应的特征矢量,这种共享卷积计算的操作极大地减少了卷积计算的次数。而且这些特征矢量的维度统一,方便后续的分类工作。通过感兴趣区域池化层处理卷积特征,并将得到的特征送往两个并行计算任务进行训练,分类和定位回归。通过这些方法和改进的框架,Fast R-CNN 用更短的训练和测试时长,取得了比 R-CNN 更好的效果(Faster R-CNN algorithm first convolutes the whole image, then fuses the candidate regions recommended by the selective search algorithm and the feature mapping maps calculated by the convolution network through the RoI Pooling Layer to get the corresponding feature vectors of the candidate regions, which greatly reduces the number of convolution calculations. Moreover, the dimension of these feature vectors is unified, which facilitates the subsequent classification work. The convolution feature is processed by the pooling layer of the region of interest, and the obtained feature is sent to two parallel computing tasks for training, classification and positioning regression. Through these methods and improved framework, Fast R-CNN uses shorter training and testing time and achieves better results than R-CNN.)
- 2020-12-11 15:39:18下载
- 积分:1
-
K-means
通过非监督分类中的K-均值聚类对Indian pines高光谱图像进行分类(Classification of hyperspectral images of pines Indian by K-means of non supervised classification)
- 2016-06-29 21:08:26下载
- 积分:1
-
WPF动画实例 Animation
WPF动画实例 Animation
- 2015-07-03下载
- 积分:1
-
IAMGE-change-PCA
图像变换检测 主成分分析法 含PDF介绍(iamge change detection using PCA)
- 2021-04-25 12:08:46下载
- 积分:1
-
200719930586404
视频图像序列中分的运动目标检测matlab源码,分割运动目标(carve the moving target detection Matlab source, Moving Target Segmentation)
- 2007-04-28 12:04:39下载
- 积分:1
-
K-Means PCA降维
K-Means算法,不要求建立模型之后对结果进行新的预测,没有相应的标签,只是根据数据的特征对数据进行聚类。主成分分析降维对数据进行可视化操作,对features进行降维.(K-Means algorithm does not require the establishment of the model after the new prediction of the results, there is no corresponding tag, but only on the characteristics of data clustering data. The principal component analysis reduces the dimension, carries on the visualization operation to the data, reduces the dimension to the features.)
- 2017-06-22 22:05:55下载
- 积分:1