#include "gevd_edgel_regions.h"#include <vcl_iostream.h>#include <vcl_cstdlib.h>#include <vcl_cassert.h>#include <vcl_algorithm.h>#include <vtol/vtol_intensity_face.h>#include <vxl_config.h>#include <vil1/vil1_memory_image_of.h>#include <vcl_cmath.h>#include <vul/vul_timer.h>#include <vsol/vsol_box_2d.h>#include <vsol/vsol_box_2d_sptr.h>#include <vtol/vtol_edge.h>#include <vtol/vtol_edge_2d.h>#include <vtol/vtol_one_chain.h>#include <vtol/vtol_cycle_processor.h>#include <vdgl/vdgl_digital_curve.h>#include <vdgl/vdgl_edgel_chain.h>#include <vdgl/vdgl_interpolator.h>Go to the source code of this file.
Defines | |
| #define | bytePixel(buf, x, y) (*((unsigned char*)buf->GetElementAddr(x,y))) |
| #define | shortPixel(buf, x, y) (*((short*)buf->GetElementAddr(x,y))) |
Definition in file gevd_edgel_regions.cxx.
| #define bytePixel | ( | buf, | |
| x, | |||
| y | |||
| ) | (*((unsigned char*)buf->GetElementAddr(x,y))) |
Definition at line 30 of file gevd_edgel_regions.cxx.
| #define shortPixel | ( | buf, | |
| x, | |||
| y | |||
| ) | (*((short*)buf->GetElementAddr(x,y))) |
Definition at line 31 of file gevd_edgel_regions.cxx.
1.7.5.1