Ad - MATLAB Central
photo

Ad


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 04/17 to 04/25Use left and right arrows to move selectionFrom 04/17Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

17 个提问
0 个回答

排名
295,842
of 298,029

声誉
0

贡献数
17 个提问
0 个回答

回答接受率
29.41%

收到投票数
0

排名
 of 20,523

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,187

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3

查看徽章

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 years 前 | 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 years 前 | 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(...

8 years 前 | 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...

8 years 前 | 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...

8 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答