Community Profile

photo

Steven Pranata


2019 年からアクティブ

統計

  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


how to inisialization number of cluster
in matrices (1,1) i have : Val = [0; 0; 0,5] thats mean i have 3 cluster value (cluster 1 = 0, cluster2 = 0, cluster 3 = 0.5) ...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Looping each pixel of matrix image
I have image 250x100 and i want using pdf every each pixel... How to looping it? If its manual just be: X = imread('img.jpg'); V...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


How to get cluster more than 2 if i have :
Y1 = mvnpdf(X,mu1,sigma1); Y2 = mvnpdf(X,mu2,sigma2); Y3 = mvnpdf(X,mu3,sigma3); Cluster1 = Y1 > Y2; Cluster2 = ~Cluster1...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


How code GMM RGB image segmentation in matlab?
GMM using Covariance and not grayscale image 1 D... I want use RGB image using GMM

4年以上 前 | 1 件の回答 | 0

1

回答