#include "sdet_edgel_regions.h"#include <vcl_iostream.h>#include <vcl_algorithm.h>#include <vbl/vbl_qsort.h>#include <vxl_config.h>#include <vil1/vil1_memory_image_of.h>#include <vul/vul_timer.h>#include <vsol/vsol_box_2d.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_edgel_chain.h>#include <vdgl/vdgl_interpolator.h>#include <vdgl/vdgl_digital_curve.h>#include <vtol/vtol_intensity_face.h>#include <bdgl/bdgl_curve_algs.h>#include <btol/btol_edge_algs.h>#include <sdet/sdet_region_edge.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 sdet_edgel_regions.cxx.
| #define bytePixel | ( | buf, | |
| x, | |||
| y | |||
| ) | (*((unsigned char*)buf->GetElementAddr(x,y))) |
Definition at line 29 of file sdet_edgel_regions.cxx.
| #define shortPixel | ( | buf, | |
| x, | |||
| y | |||
| ) | (*((short*)buf->GetElementAddr(x,y))) |
Definition at line 30 of file sdet_edgel_regions.cxx.
1.7.5.1