Cyrus N
Followers: 0 Following: 0
Statistiques
RANG
291 954
of 295 448
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
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
Feeds
Question
Isolate a large black island from a similarly colored border
What kind of command will let me extract a large black island in the center of the image from its surroundings. Surrounding the ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I shear one image such that its dimensions match another similar image?
I am trying to shear one ROI image over another in order to compare intensity values, however it appears that doing an affine sh...
plus de 7 ans il y a | 1 réponse | 0
0
réponseMoving a greyscale image such that the lowest pixel with an intensity above 0 is at the bottom of the image.
Alternatively I found that lowestRow = find(sum(one, 2)>0, 1, 'last'); also seems to work for finding the bottom row after which...
plus de 7 ans il y a | 0
Question
Moving a greyscale image such that the lowest pixel with an intensity above 0 is at the bottom of the image.
I'm trying to translate a greyscale image such that the bottommost pixel with an intensity>0 is at the bottom of the pic, I alre...
plus de 7 ans il y a | 3 réponses | 0
3
réponsesHow do I remove islands in a non-binary greyscale image?
the trick is to use the bwareaopen() which actually removes the islands then use the binary image to cut out the original island...
plus de 7 ans il y a | 0
| A accepté
Question
How do I remove islands in a non-binary greyscale image?
I understand that bwareaopen() serves as a similar function however using the command yields a binary image when I need to retai...
plus de 7 ans il y a | 1 réponse | 0