Statistica
5 Domande
0 Risposte
RANK
208.401
of 301.763
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 176.447
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
Query regarding colour thresholder and mask formed
i have been trying to extraxt the number of pixels in the image that adhere to the hsv colour channel thresholds given by colour...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
When using imreducehaze, the error 'Undefined function or variable 'imreducehaze' ' appears. Why is this? I have attached the code below
A = imread('C:\Users\0wner\Desktop\VIT\image processing\project\drug1.jpg'); figure, imshow(A); AInv = imcomplement(A); fig...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
I am not getting the correct value for rblush in this code. here, red is a matrix consisting of only the r of rcb values of an image. If the value of red_pixel is greater than 200, i want to add the pixel values in rblush but im getting the wrong val
for x=1:rows for y=1:columns red_pixel= red(x,y); if(red_pixel>=200) if(red_...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Adding elements of a matrix based on an if condition
In this code, the value of rblush at the end of the loop shows 255 but it should be a really large number. could somebody tell ...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Could anybody tell me how to replace these loops with either parfor or vectorization as the code right now runs extremely slowly?
[rows, columns, numberOfColorChannels] = size(face); % face is an image matrix for x=1:rows for y=1:columns ...
oltre 6 anni fa | 0 risposte | 0
