BRL-CAD
#include "common.h"
#include "icv/defines.h"
Include dependency graph for filters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ICV_FILTER {
  ICV_FILTER_LOW_PASS , ICV_FILTER_LAPLACIAN , ICV_FILTER_HORIZONTAL_GRAD , ICV_FILTER_VERTICAL_GRAD ,
  ICV_FILTER_HIGH_PASS , ICV_FILTER_NULL , ICV_FILTER_BOXCAR_AVERAGE
}
 
enum  ICV_FILTER3 {
  ICV_FILTER3_LOW_PASS , ICV_FILTER3_HIGH_PASS , ICV_FILTER3_BOXCAR_AVERAGE , ICV_FILTER3_ANIMATION_SMEAR ,
  ICV_FILTER3_NULL
}
 

Functions

int icv_filter (icv_image_t *img, ICV_FILTER filter_type)
 
icv_image_ticv_filter3 (icv_image_t *old_img, icv_image_t *curr_img, icv_image_t *new_img, ICV_FILTER3 filter_type)
 
int icv_fade (icv_image_t *img, double fraction)
 Fades an image in place. More...