This structure stores the Hough map derivative.
Definition at line 121 of file HoughMap.h.
Data Fields | |
UINT2 | xSide |
number of physical pixels in the x direction More... | |
UINT2 | ySide |
number of physical pixels in the y direction More... | |
HoughDT * | map |
the pixel count derivatives; the number of elements to allocate is ySide*(xSide+1)* More... | |
UINT2 HOUGHMapDeriv::xSide |
number of physical pixels in the x direction
Definition at line 122 of file HoughMap.h.
UINT2 HOUGHMapDeriv::ySide |
number of physical pixels in the y direction
Definition at line 123 of file HoughMap.h.
HoughDT* HOUGHMapDeriv::map |
the pixel count derivatives; the number of elements to allocate is ySide*(xSide+1)*
Definition at line 124 of file HoughMap.h.