photo

santosh patil


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
196,271
of 300,392

평판
0

참여
6 질문
0 답변

답변 채택
16.67%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how to resolve index exceeds matrix dimensions in matlab?
i am trying to read series of dicom images from a folder named as series 8.below is code to read series of dicom images from a p...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


how can i convert Dicom directory (series of dicom images) to 3D volume image??
i have almost 80 dicom images in a folder now i want to convert these series of dicom images to a 3d volume.below is the code wh...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


how to find perimeter of object without using bwperim?
i am using BW2 = bwperim(BW) inbuilt function to find perimeter of an image. now i want to undestand how this exactly works? how...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to put rectangle for labeled images?? which is labeled using CC = bwconncomp(BW)
i labeled an image using CC = bwconncomp(BW); and masking the label with maximum area using code numPixels = cellfun(@numel...

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

0

답변

질문


how to draw rectangle for biggest labeled area in an image??
i labeled an image using CC = bwconncomp(BW). and found the biggest area labeled using numPixels = cellfun(@numel,CC.Pixel...

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

0

답변

질문


how to calculate the area of different labels and remove the labels with smaller area??
i labeled an image using CC = bwconncomp(BW).how to find area of different labels?? and how do i remove labels with smaller area...

10년 초과 전 | 답변 수: 2 | 0

2

답변