Experimental tool to load in an image and compute local entropy. More...
#include <vcl_iostream.h>#include <vul/vul_arg.h>#include <vxl_config.h>#include <vil/vil_load.h>#include <vil/vil_save.h>#include <vil/vil_image_view.h>#include <vil/vil_convert.h>#include <vil/vil_math.h>#include <vgl/vgl_point_2d.h>#include <ipts/ipts_local_entropy.h>#include <vimt/algo/vimt_find_peaks.h>#include <ipts/ipts_draw.h>Go to the source code of this file.
Functions | |
| void | print_usage () |
| int | main (int argc, char *argv[]) |
Experimental tool to load in an image and compute local entropy.
Definition in file show_local_entropy.cxx.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 26 of file show_local_entropy.cxx.
| void print_usage | ( | ) |
Definition at line 19 of file show_local_entropy.cxx.
1.7.5.1