Question

I would like to know about some preprocessing practices recommended for applying to images before their features are computed, in order to increase the efficiency of the process as much as possible. (e.g. Croping, changing format, etc...)

Thanks in advance :)

Was it helpful?

Solution

Preprocessing is heavily dependent on feature extraction method and input image type. Some common methods are:

  1. Denoising: applying a Gaussian or simple box filter for denoising.

  2. Contrast Enhancement: If gray level image is too dark or too bright, this may be applied.

  3. Downsampling to increase speed.

  4. Morphological operations for binary images.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top