Cyrus N
Followers: 0 Following: 0
Statistica
RANK
292.001
of 295.495
REPUTAZIONE
0
CONTRIBUTI
4 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 153.991
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 7 anni fa | 0 risposte | 0
0
risposteMoving 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...
oltre 7 anni fa | 0
Domanda
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...
oltre 7 anni fa | 3 risposte | 0
3
risposteHow 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...
oltre 7 anni fa | 0
| accettato
Domanda
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...
oltre 7 anni fa | 1 risposta | 0