photo

Becka W


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
2 Réponses

RANG
147 938
of 301 777

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 21 416

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 473

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

environ 7 ans il y a | 0

| A accepté

Réponse apportée
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.

environ 7 ans il y a | 0

Question


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...

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 7 ans il y a | 1 réponse | 0

1

réponse