photo

Becka W


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

2 Fragen
2 Antworten

RANG
296.078
of 301.487

REPUTATION
0

BEITRÄGE
2 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 21.303

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.775

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
In a grayscale picture, how do I extract an object if the object is very similar to the background?
I solved it by using the edge method (using canny and trying some different values). I1=rgb2gray(I); value=0.15; %change as ne...

etwa 7 Jahre vor | 0

| akzeptiert

Beantwortet
How to 'tile' pre-saved figures?
Use the imwrite(I,name), where I is the image and name is what you would like to save it as.

etwa 7 Jahre vor | 0

Frage


How to manually complete lines with gaps (binary image)
How can I manually connect the edges in a binary image (se example done in Paint picture 2)? The "gaps" as you see are not alwa...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


In a grayscale picture, how do I extract an object if the object is very similar to the background?
In a grayscale picture, how do I extract an object if the object is very similar to the background? I have tried using many diff...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort