Frage


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...

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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 =...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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);...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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)...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort