質問


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

8年以上 前 | 0 件の回答 | 0

0

回答

質問


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

8年以上 前 | 1 件の回答 | 0

1

回答

質問


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

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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

9年弱 前 | 1 件の回答 | 0

1

回答

質問


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

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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

9年弱 前 | 1 件の回答 | 0

1

回答

質問


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

約9年 前 | 1 件の回答 | 0

1

回答