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

Go to the source code of this file.

Functions

int icv_rect (icv_image_t *img, size_t xorig, size_t yorig, size_t xnum, size_t ynum)
 
int icv_crop (icv_image_t *img, size_t ulx, size_t uly, size_t urx, size_t ury, size_t lrx, size_t lry, size_t llx, size_t lly, size_t ynum, size_t xnum)