Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
HOUGHMapDeriv Struct Reference

Detailed Description

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...
 
HoughDTmap
 the pixel count derivatives; the number of elements to allocate is ySide*(xSide+1)* More...
 

Field Documentation

◆ xSide

UINT2 HOUGHMapDeriv::xSide

number of physical pixels in the x direction

Definition at line 122 of file HoughMap.h.

◆ ySide

UINT2 HOUGHMapDeriv::ySide

number of physical pixels in the y direction

Definition at line 123 of file HoughMap.h.

◆ map

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.