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
HOUGHphmd Struct Reference

Detailed Description

This structure stores a partial Hough map derivative.

Definition at line 141 of file PHMD.h.

Data Fields

UINT8 fBin
 Frequency bin of this partial map derivative. More...
 
UINT2 lengthLeft
 Exact number of Left borders. More...
 
UINT2 lengthRight
 Exact number of Right borders. More...
 
UINT2 maxNBorders
 Maximun number of borders of each type (for memory allocation purposes), i.e. length of *leftBorderP and *rightBorderP More...
 
HOUGHBorder ** leftBorderP
 Pointers to borders. More...
 
HOUGHBorder ** rightBorderP
 Pointers to borders. More...
 
UINT2 ySide
 number of elements of firstColumn More...
 
UCHARfirstColumn
 Number of elements of firstColumn. More...
 
HoughDT weight
 First column border, containing the edge effects when clipping on a finite patch. More...
 

Field Documentation

◆ fBin

UINT8 HOUGHphmd::fBin

Frequency bin of this partial map derivative.

Definition at line 142 of file PHMD.h.

◆ lengthLeft

UINT2 HOUGHphmd::lengthLeft

Exact number of Left borders.

Definition at line 143 of file PHMD.h.

◆ lengthRight

UINT2 HOUGHphmd::lengthRight

Exact number of Right borders.

Definition at line 144 of file PHMD.h.

◆ maxNBorders

UINT2 HOUGHphmd::maxNBorders

Maximun number of borders of each type (for memory allocation purposes), i.e. length of *leftBorderP and *rightBorderP

Definition at line 145 of file PHMD.h.

◆ leftBorderP

HOUGHBorder** HOUGHphmd::leftBorderP

Pointers to borders.

Definition at line 148 of file PHMD.h.

◆ rightBorderP

HOUGHBorder** HOUGHphmd::rightBorderP

Pointers to borders.

Definition at line 149 of file PHMD.h.

◆ ySide

UINT2 HOUGHphmd::ySide

number of elements of firstColumn

Definition at line 150 of file PHMD.h.

◆ firstColumn

UCHAR* HOUGHphmd::firstColumn

Number of elements of firstColumn.

Definition at line 151 of file PHMD.h.

◆ weight

HoughDT HOUGHphmd::weight

First column border, containing the edge effects when clipping on a finite patch.

Definition at line 152 of file PHMD.h.