JWS C Library
C language utility library
|
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. |
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.
float Gradient_f::dcol |
float Gradient_f::drow |
float Gradient_f::mag |
uint8_t Gradient_f::marked |
float Gradient_f::dmat |