-
densecrf-master
应用条件随机场进行图像分割
使用方法:将pydensecrf-py27或pydensecrf-py35重命名为pydensecrf,放入C:Program FilesAnaconda3Libsite-packages
运行:python inference.py im1.png anno1.png out.png(Renameing the file "pydensecrf-py27" or
"pydensecrf-py35" to the new name "pydensecrf"
Puting this file "pydensecrf" in this directory "C:Program FilesAnaconda3Libsite-packages"
cd examples/
python inference.py im1.png anno1.png out.png)
- 2020-11-25 15:49:32下载
- 积分:1
-
ActiveContourCode
主动轮廓的MATLAB实现算法,主要用于图像分割,基于其的变形有很多优点(Active Contour realize the MATLAB algorithm, mainly used for image segmentation, based on its deformation has many advantages)
- 2008-07-09 15:29:31下载
- 积分:1
-
sarshuju
KI阈值算法,实现SAR图像变化检测时判别变化与非变化的区域所需要阈值的选取(the Kittler and Illingworth minimum-error thresholding algorithm)
- 2011-08-04 15:51:48下载
- 积分:1
-
trace
8邻域边缘连接,实现闭合边界跟踪,简单实用(8 neighborhood edge connector, to achieve closure boundary tracking, simple and practical)
- 2010-12-13 21:08:56下载
- 积分:1
-
MODPCNNFUSION
本程序实现了基于m-PCNN的医学图像融合算法,即多通道PCNN图像融合。(use for fusion)
- 2012-03-09 10:00:09下载
- 积分:1
-
FAST-ICA
1、对观测数据进行中心化,;
2、使它的均值为0,对数据进行白化—>Z;
3、选择需要估计的分量的个数m,设置迭代次数p<-1
4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数);
5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的)
6、用对称正交法处理下W
7、归一化W(:,p)=W(:,p)/norm(W(:,p))
8、若W不收敛,返回第5步
9、令p=p+1,若p小于等于m,返回第4步
剩下的应该都能看懂了
基本就是基于负熵最大的快速独立分量分析算法(1, on the center of the observation data, 2, making a mean of 0, the data to whitening-> Z 3, select the number of components to be estimated m, setting the number of iterations p < -1 4, select an initial weight vector (random W, so that the Z dimension of the row vectors of numbers) 5, the use of iteration W (i, p) = mean (z (i, :).* (tanh ((temp) ' * z)))- (mean (1- (tanh ((temp)) ' * z). ^ 2)).* temp (i, 1) to learn W (This formula is used to approximate the negative entropy) 6 with symmetric orthogonal treatments W 7, normalized W (:, p) = W (:, p)/norm (W (:, p)) 8, if W does not converge, return to step 5 9 , so that p = p+1, if p less than or equal m, return to step 4 should be able to read the rest of the basic is based on negative entropy of the largest fast independent component analysis algorithm)
- 2013-06-27 15:39:00下载
- 积分:1
-
lab2
This program draws an image from a bmp file
- 2014-05-26 21:59:34下载
- 积分:1
-
test_batch_mod
说明: 可完成对MODIS09GA数据的批量格式转换与裁剪(Batch format conversion and clipping of modis09GA data)
- 2020-12-09 10:59:23下载
- 积分:1
-
similarity
python写的图像相似度算法。比较图像相似度,选出最相思的图片(python write the image similarity algorithm. Compare image similarity, image to select the most Acacia)
- 2011-11-22 14:57:35下载
- 积分:1
-
edge
对图片预处理加入高斯噪声,各种经典边缘检测算子对图像进行边缘提取(Gaussian noise on the image pre-processing, a variety of classic edge detection operator to extract image edge)
- 2013-11-25 20:50:35下载
- 积分:1