#include "vepl1_moment.h"
#include <vcl_iostream.h>
#include <vipl/accessors/vipl_accessors_vil1_image.h>
#include <vipl/vipl_moment.h>
#include <vil1/vil1_memory_image_of.h>
#include <vxl_config.h>
Go to the source code of this file.
Functions | |
vil1_image | vepl1_moment (vil1_image const &image, int order, int width, int height) |
computation of n-th order moment of given order, width and height. |
vil1_image vepl1_moment | ( | vil1_image const & | image, |
int | order, | ||
int | width, | ||
int | height | ||
) |
computation of n-th order moment of given order, width and height.
Definition at line 9 of file vepl1_moment.cxx.