photo

Ad


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

  • First Review
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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...

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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)...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I am getting an error while running regionprops. How?
[L,N] = superpixels(I,50);% superpixels=44 props = regionprops(L,'MeanIntensity','PixelValues','PixelList','PixelIdxList')...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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 ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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=...

más de 7 años hace | 1 respuesta | 0

1

respuesta