Madhava Teja Munagala - MATLAB Central
photo

Madhava Teja Munagala


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 02/18 to 01/25Use left and right arrows to move selectionFrom 02/18Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
264,246
of 296,468

REPUTATION
0

CONTRIBUTIONS
4 Questions
3 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


how to define scale in matlab,
what is scale

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

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

7 years ago | 0

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Answered
Mask unwanted data with zeros
thank you walter roberson sir

7 years ago | 0

Answered
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

7 years ago | 0

Go to top of page