Pregunta


I want to calculate the zero crossing rate for a matrix
[LLr,LHr,HLr,HHr]=dwt2(Input_Im,'haar'); first_Level_Decomposition=[LLr,LHr;HLr,HHr]; Here I want to know the Zero crossin...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Subscript indices must either be real positive integers or logicals.
I got this error when i found the mean of a histogram. I have used [pixelCount grayLevels] = imhist(Im); meanOriginal =...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


FROm LBP histogram what are the features that can be extracted
Histogram features

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Can anyone specify the coding for 10 fold cross validation of images
10 fold cross validation

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


From the histogram of an LBP image what are the 28 texture features extracted
Can anyone list all the features

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


From LBP(Local Binary Pattern),What are the textures features that can be extracted
Mainly from histogram other than mean,variance,skewness,kurtosis .What are the other features that can be extracted

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


can anyone list the features/properties extracted from histogram of an image
can anyone list the features/properties extracted from histogram of an image

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Calculation of Contrast and Correlation for a histogram of an image
I got a histogram and now from this how to calculate the Contrast and Correlation for a histogram [pixelCount grayLevels] = imh...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to calculate the Root mean square of a histogram
[pixelCount grayLevels] = imhist(LBP_Im);

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to calculate the median and mode of an image from the histogram
I have used the following code to calculate the mode [pixelCount grayLevels] = imhist(LBP_Im); maximum=max(pixelCount);...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


The code is running but I wish to know how the pixel values are modified in a rotated image
I = imread('D:\Nithya\Matlab\Nivedini\TrainDatabase1\flo (1).jpg'); J = imrotate(I,2,'bilinear'); imshow(I) figure, imshow(J)...

más de 10 años hace | 1 respuesta | 0

1

respuesta