JWS C Library
C language utility library
|
Edge point in an image or matrix (single-sampled image). More...
#include <edge.h>
Data Fields | |
uint32_t | col |
Column the point lies in. | |
uint32_t | row |
Row the point lies in. | |
float | dcol |
Rate of change in brightness along the columns at the point. | |
float | drow |
Rate of change in brightness along the rows at the point. | |
float | mag |
Magnitude of the gradient. |
uint32_t Edge_point_f::col |
uint32_t Edge_point_f::row |
float Edge_point_f::dcol |
float Edge_point_f::drow |
float Edge_point_f::mag |