Community Profile

photo

Madhava Teja Munagala


Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


how to define scale in matlab,
what is scale

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


wat is function of scale and size?
if size(i,3)>1 i=rgb2gray(i); wat is size(i,3),here i is image and 3 is what scale=2; if scale>0 her...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
As by using thresholding image is dividded into object and backgroung
respected image analyst, as by using threshold value to differentiate object and background, i received thresholding tuturial ...

alrededor de 6 años hace | 0

Pregunta


As by using thresholding image is dividded into object and backgroung
As per bimodal histogram threshold is clearly differentiate between object and background. For example i want to separate cam...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to divide image into background and object?
Respected img analyst, how Image is divided into foreground and background,how to implement as code

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
Mask unwanted data with zeros
thank you walter roberson sir

alrededor de 6 años hace | 0

Respondida
Mask unwanted data with zeros
mask = zeros(size(i)); mask(25:end-25;25:end-25)=1; imshow(mask); May i know wat exactly 25:end-25 specifies

alrededor de 6 años hace | 0