Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
158.682
of 301.287
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.220
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 173.814
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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_...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 6 años hace | 0 respuestas | 0
