JWS C Library
C language utility library
|
Surface point in an image block or matrix block (single-sampled image). More...
#include <surface.h>
Data Fields | |
uint32_t | col |
Column the point lies in. | |
uint32_t | row |
Row the point lies in. | |
uint32_t | mat |
Matrix (image) 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 | dmat |
Rate of change in brightness along the matrix at the point. | |
float | intensity |
Intensity of the surface point, in the range [0,1]. |
Surface point in an image block or matrix block (single-sampled image).
Currently includes the matrix, row and column of the surface point and the gradient information at the point. I'm not sure if the gradient info is really necessary, but it could be useful in some cases, perhaps to know the gradient magnitude at the point.
uint32_t Surface_point_f::col |
uint32_t Surface_point_f::row |
uint32_t Surface_point_f::mat |
float Surface_point_f::dcol |
float Surface_point_f::drow |
float Surface_point_f::dmat |