Statistiques
5 Questions
0 Réponses
RANG
208 386
of 301 748
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 405
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 353
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
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...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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_...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 6 ans il y a | 1 réponse | 0
