photo

Madhava Teja Munagala


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
3 답변

순위
260,239
of 300,381

평판
0

참여
4 질문
3 답변

답변 채택
25.0%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


how to define scale in matlab,
what is scale

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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년 초과 전 | 0

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Mask unwanted data with zeros
thank you walter roberson sir

7년 초과 전 | 0

답변 있음
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년 초과 전 | 0