#include "vepl_moment.h"#include <vcl_iostream.h>#include <vepl/accessors/vipl_accessors_vil_image_view_base.h>#include <vipl/vipl_moment.h>#include <vil/vil_image_view.h>#include <vil/vil_pixel_format.h>#include <vil/vil_new.h>#include <vxl_config.h>Go to the source code of this file.
Functions | |
| vil_image_resource_sptr | vepl_moment (vil_image_resource_sptr image, int order, int width, int height) |
| computation of n-th order moment of given order, width and height. | |
| vil_image_resource_sptr vepl_moment | ( | vil_image_resource_sptr | image, |
| int | order, | ||
| int | width, | ||
| int | height | ||
| ) |
computation of n-th order moment of given order, width and height.
Definition at line 11 of file vepl_moment.cxx.
1.7.5.1