How can i reduce the size of a feature matrix into the limited no. of elements in to the feature vector?

1 view (last 30 days)
I am working on the vein recognition. I have extracted the features using Local Line Binary Pattern(LLBP) which gives a matrix of the image size. Now i would like to combine this matrix with some other features such as minutia points or wavelet features. So how can i combine this big matrix with the other features, so that one feature vector can be formed.

Answers (1)

KSSV
KSSV on 9 Dec 2016
There are multiple ways to reduce the size of matrix....
1. Do inteprolation and reduce.
2. Skip number of rows and columns.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!