photo

Sparkle89


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
236,190
of 300,365

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Finding object boundary given the centroid point
Hi all, I am currently working on cell segmentation problem. I would like to segment out cells of ring like shape with black ...

5 years ago | 0 answers | 0

0

answers

Question


Parabola plot not displayed correctly
I am trying to have a quadratic fit to my data. X = randi(100,[40, 1]) Y = (2* (X.^2)) +(3*X) +(5); X2 = [ones(size(X)) X ...

6 years ago | 1 answer | 0

1

answer

Question


Help for creating a mask for segmenting circular object containing circles.
Hi all, I am working on a project for cell segmentation. After edge detection using canny operator , I get the image like t...

6 years ago | 0 answers | 0

0

answers

Question


Pretrained networks in matlab for extraction of deep features from images
I have found the Pretrained networks list in matlab documentation. I want to use a pretrained network for binary classification....

6 years ago | 1 answer | 0

1

answer

Question


How to calculate actual size of an object in a dicom image?
I have a dicom image of CT scan. Regionprops returns area in pixels. Is there any other way in Matlab to get the actual sizein c...

6 years ago | 3 answers | 0

3

answers

Question


Working with dicom images
I am working on a dataset of dicom images. I tried reading the images using the code below: img = dicomread(path) % path is th...

6 years ago | 1 answer | 0

1

answer