ccv

A Modern Computer Vision Library

View the Project on GitHub liuliu/ccv

lib/ccv_image_processing.c

The utilities in this file provides image processing methods that are widely used for image enhancements.

ccv_color_transform

void ccv_color_transform(ccv_dense_matrix_t *a, ccv_dense_matrix_t **b, int type, int flag)

Convert matrix from one color space representation to another.

ccv_saturation

void ccv_saturation(ccv_dense_matrix_t *a, ccv_dense_matrix_t **b, int type, double ds)

Manipulate image’s saturation.

ccv_contrast

void ccv_contrast(ccv_dense_matrix_t *a, ccv_dense_matrix_t **b, int type, double ds)

Manipulate image’s contrast.

‹  back 

comments powered by Disqus