photo

Husain Signalwala


Last seen: mehr als 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

MATLAB Answers

2 Fragen
0 Antworten

RANG
117.977
of 300.365

REPUTATION
0

BEITRÄGE
2 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

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

Anzeigen nach

Frage


How do I find the centerlines shown in the image?
Original image: "myimage" Binary image: "binary" Code to reach from original image to binary image: I = imread("myimage.jpg")...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to detect the 6 circles and the center points?
I = imread("myimage.jpg"); %original file imshow(I) imhist(I) I = im2gray(I); %coverting to grayscale Ia = imadjust(I); %his...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort