JWS C Library
C language utility library
Edge_point_f Struct Reference

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.

Detailed Description

Edge point in an image or matrix (single-sampled image).

Definition at line 71 of file edge.h.


Field Documentation

Column the point lies in.

Definition at line 74 of file edge.h.

Row the point lies in.

Definition at line 77 of file edge.h.

Rate of change in brightness along the columns at the point.

Definition at line 80 of file edge.h.

Rate of change in brightness along the rows at the point.

Definition at line 83 of file edge.h.

Magnitude of the gradient.

Definition at line 86 of file edge.h.


The documentation for this struct was generated from the following file: