Community Profile

photo

Madhava Teja Munagala


Aktiv seit 2018

Statistiken

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


how to define scale in matlab,
what is scale

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

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

etwa 6 Jahre vor | 0

Frage


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

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Mask unwanted data with zeros
thank you walter roberson sir

etwa 6 Jahre vor | 0

Beantwortet
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

etwa 6 Jahre vor | 0