JWS C Library
C language utility library
Gradient_f Struct Reference

Gradient element detected using the partial derivative masks. More...

Data Fields

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.
uint8_t marked
 Boolean used for the edge detection algorithm.
float dmat
 Rate of change in brightness along the image at the point.

Detailed Description

Gradient element detected using the partial derivative masks.

dcol and drow are normalized. Their original magnitude is preserved in mag.

dcol, drow, and dmat are normalized. Their original magnitude is preserved in mag.

Definition at line 214 of file edge.c.


Field Documentation

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

Definition at line 217 of file edge.c.

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

Definition at line 220 of file edge.c.

Magnitude of the gradient.

Definition at line 223 of file edge.c.

Boolean used for the edge detection algorithm.

Boolean used for the surface detection algorithm.

Definition at line 226 of file edge.c.

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

Definition at line 99 of file surface.c.


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