This class supports tracing of region boundaries in conjunction with the class EdgelIntensity. The gevd_region_edge maintains a list of region labels which the edge is adjacent to. Ideally, the edge is adjacent to only two regions, left and right, as shown below.
left_region_
V1------------------------V2
right_region_
c c c
o----\ c
E b b \ c
o------+ \ c
c c c | a \ c
c +----+ c
c c c c
Modifications
Feb 10, 1999 - JLM Extended the concept of a gevd_region_edge
to represent a vertex, where the edge is NULL.
This extension permits the propagation of region labels
across junctions.
March 7, 1999 - JLM Allowed more than two regions per edge.
Sept 10, 2004 - PVr Added copy ctor with explicit vbl_ref_count init
Definition in file gevd_region_edge.h.
#include <vtol/vtol_edge_2d_sptr.h>
#include <vbl/vbl_ref_count.h>
#include <vcl_stlfwd.h>
Go to the source code of this file.
Classes | |
| class | gevd_region_edge |
1.4.4