Pregunta

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

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top