Sparkle89
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
133.814
of 295.673
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 20.262
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.257
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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....
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0