#include "common.h"
#include <stddef.h>
#include "icv/defines.h"
Go to the source code of this file.
|
int | icv_sanitize (icv_image_t *img) |
|
int | icv_add_val (icv_image_t *img, double val) |
|
int | icv_multiply_val (icv_image_t *img, double val) |
|
int | icv_divide_val (icv_image_t *img, double val) |
|
int | icv_pow_val (icv_image_t *img, double val) |
|
icv_image_t * | icv_add (icv_image_t *img1, icv_image_t *img2) |
|
icv_image_t * | icv_sub (icv_image_t *img1, icv_image_t *img2) |
|
icv_image_t * | icv_multiply (icv_image_t *img1, icv_image_t *img2) |
|
icv_image_t * | icv_divide (icv_image_t *img1, icv_image_t *img2) |
|
int | icv_saturate (icv_image_t *img, double sat) |
|
int | icv_resize (icv_image_t *bif, ICV_RESIZE_METHOD method, size_t out_width, size_t out_height, size_t factor) |
|
int | icv_rot (size_t argc, const char *argv[]) |
|