Feature Extraction On AN Image

7 ビュー (過去 30 日間)
Mihnea Constantin
Mihnea Constantin 2020 年 11 月 7 日
回答済み: Prabhan Purwar 2020 年 11 月 12 日
DWT is an algorithm used to reduce dimensionality of an image, feature extraction process. DWT algorithm decomposes the image into 4 sub-band (sub-image) ie,LL,LH,HL,HH.
I Have an Image I am practicing on (cameraman.tif) , and I decomposed it 3 times on the LL subband (I have LL1, LL2 and LL3). Apprently you can extract features from an decomposed image. But I dont know what features i could extract from an image and also and more importantly HOW TO EXTRAXT the features from the image....Can anyone explain?

回答 (1 件)

Prabhan Purwar
Prabhan Purwar 2020 年 11 月 12 日
Hi,
The purpose of feature extraction technique in image processing is to represent the image in its compact and unique form of single values or matrix vector. Low level feature extraction involves the automatic extraction of features from an image without doing any processing method.
DWT is used for high level feature extraction to investigate the characteristic of narrow and broad band. You may apply further processing to the coefficient values to extract the image feature vectors (refer to literature for various methods) or retain coefficients itself as a feature vector.
Kindly have a look at the following link:
Thanks

カテゴリ

Help Center および File ExchangeDiscrete Multiresolution Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by