フィルターのクリア

What is the use of preprocessing of an image?

1 回表示 (過去 30 日間)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2013 年 2 月 5 日
1. What is the use of preprocessing of an image?

採用された回答

Youssef  Khmou
Youssef Khmou 2013 年 2 月 5 日
pre-processing of an image means "preparation" of the sample/image to introduce it to an algorithm for specified task : tracking targets , recognition, feature extraction, etc .
An example, for pattern recognition : you have set of images for testing/recognition process (like face recognition) : the preprocessing is the size adjusting of the considered image, luminance normalization, statistical normalization ( all the samples having mean 0 and variance 1 ), filtering noise with specified filter ( Gaussian kernel, median, Kalman filter, low-pass filter ....), conversion to certain class, etc
In some cases, some algorithms may be used for " preprocessing" like the PCA ( Principal Component analysis) to reduce the samples' dimensions.

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by