Statistica
4 Domande
0 Risposte
RANK
110.042
of 295.673
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 154.257
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
code is supposed to take the input image, extract the objects, then overlap circle masks of decreasing radius (r=64,.....1) on each object. A histogram of the no. of white pixels that coincide with the circle mask should be plotted. How do I proceed?
A=imread('search.jpg'); figure,imshow(A); title('Original Image'); %Convert the Image to binary B=im2bw(A); ...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
This code isn't working. How do I change the datatype of the image B such that it is also 128*128, the error is :
Error using .* Matrix dimensions must agree. Error in fy (line 33) circle_image = double(B).* circleMat; A=imr...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I access the output images from this program.
A=imread('search.jpg'); figure,imshow(A); title('Original Image'); %Convert the Image to binary B=im2bw(A); %...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to extract and display the white parts of a binary image (attached)
I want the algoirthm to display each of the N's (in this case) as a separate figure
oltre 6 anni fa | 1 risposta | 0