santosh patil
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
148,718
of 296,364
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,397
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,205
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
9 years ago | 2 answers | 0
2
answersQuestion
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...
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 2 answers | 0