![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9181750_1535874074576_DEF.jpg)
Ad
2017 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
17 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how to save the segmented region as a separate image?
I have used the code which I have found in online and divided an image into several segments. I want to extract green parts from...
7年以上 前 | 2 件の回答 | 0
2
回答質問
how to draw bar plot for histogram values?
I have computed the precision,recall and f measure for the algorithm. I want to draw bar plot for the three values. Precision=1...
7年以上 前 | 1 件の回答 | 0
1
回答質問
How to concatenate the R,G,B channels histograms to single image histogram?
I have generated superpixels and need to calculate the histogram for the color image.Computed three color channels G=R=B=48*256(...
7年以上 前 | 0 件の回答 | 0
0
回答質問
Vl_feat installation error
while installing vl_setup, I am getting this warning: Warning: Function cummax has the same name as a MATLAB builtin. We su...
7年以上 前 | 0 件の回答 | 0
0
回答質問
How to compare and calculate two specific superpixel's histograms?
I am working on image processing. I have generated 48 superpixels based on SLIC algorithm.While generating histograms I am getti...
7年以上 前 | 0 件の回答 | 0
0
回答質問
Help me to solve this
I am very new to matlab and working on image processing in order to detect the object. I have an Index matrix I: 10 11 12 13 ...
8年弱 前 | 1 件の回答 | 0
1
回答質問
help me to solve this
I array={2,5,7,12} ; D is an Image attached H=[]; for i=1:4 for j=1:10 if(D(I(i),j)<=10) H=[H,j]; %H is an ...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Help me with this problem
I want to extract the column and row values if they meet this below condition.I have tried it in two ways for i=1:4 ...
8年弱 前 | 1 件の回答 | 0
1
回答質問
How to create dynamic array with flexible index?
I am working with an RGB image and I am new to matlab.I have generated a probability matrix 1*40. Now I want to create a dynamic...
8年弱 前 | 1 件の回答 | 0
1
回答質問
How to truncate the array values?
My 400*400 array looks like this. <</matlabcentral/answers/uploaded_files/76545/truncate%20values.PNG>> I want to truncate...
8年弱 前 | 2 件の回答 | 0
2
回答質問
I am unable to display the summation value?
while executing the code, I am unable to see the final result. D-array; K- 0 to N=10; syms k; Summ=symsum(D,k,0,N)...
8年弱 前 | 1 件の回答 | 0
1
回答質問
How to convert centroid values to array
distance=l(1).centroid; %works fine 1 2 1 12.79 9.970 *while performing loop I am getting an error ...
8年弱 前 | 1 件の回答 | 0
1
回答質問
How do we know what are the superpixels connected to each other ?
I am using SLIC superpixel algorithm. How to create adjacency matrix for superpixels? How do we know what are the superpixels co...
8年弱 前 | 2 件の回答 | 0
2
回答質問
how to generate histograms for superpixel?
I have an RGB image converted into Lab image. Generated 44 superpixels and calculated MeanIntensities and pixellist and centroid...
8年弱 前 | 1 件の回答 | 0
1
回答質問
I am getting an error while running regionprops. How?
[L,N] = superpixels(I,50);% superpixels=44 props = regionprops(L,'MeanIntensity','PixelValues','PixelList','PixelIdxList')...
8年弱 前 | 2 件の回答 | 0
2
回答質問
can anybody explain regionprops with superpixels?
I have generated 200 superpixels and used S=regionprops(L,'pixelList'); I got S= 196*1 struct value. How to access them and how ...
8年弱 前 | 1 件の回答 | 0
1
回答質問
how to access each superpixel individually?
I have followed the procedure and really impressed by the work <https://in.mathworks.com/help/images/ref/superpixels.html?s_tid=...
8年弱 前 | 1 件の回答 | 0