JWS C Library
C language utility library
|
Set of edges composed of edge points. More...
#include <edge.h>
Data Fields | |
uint32_t | num_rows |
Number of rows in the input image. | |
uint32_t | num_cols |
Number of columns in the input image. | |
uint32_t | num_edges |
Number of edges. | |
uint32_t | total_num_pts |
Total number of points in all edges. | |
uint32_t * | num_pts |
Number of points in each edge. | |
Edge_point_f ** | pts |
Set of edges and edge points. |
uint32_t Edge_set_f::num_rows |
uint32_t Edge_set_f::num_cols |
uint32_t Edge_set_f::num_edges |
uint32_t Edge_set_f::total_num_pts |
uint32_t* Edge_set_f::num_pts |