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

Detailed Description

This structure stores the border of a circle clipped on the projected plane.

Definition at line 221 of file LUT.h.

Data Fields

INT4 yUpper
 upper y pixel affected by this border More...
 
INT4 yLower
 lower y pixel affected by this border and yUpper<yLower or yUpper<0 are possible More...
 
INT4 yCenter
 y pixel value of the center of the circle More...
 
UINT2 ySide
 length of xPixel More...
 
COORTypexPixel
 x pixel index to be marked More...
 

Field Documentation

◆ yUpper

INT4 HOUGHBorder::yUpper

upper y pixel affected by this border

Definition at line 222 of file LUT.h.

◆ yLower

INT4 HOUGHBorder::yLower

lower y pixel affected by this border and yUpper<yLower or yUpper<0 are possible

Definition at line 223 of file LUT.h.

◆ yCenter

INT4 HOUGHBorder::yCenter

y pixel value of the center of the circle

Definition at line 224 of file LUT.h.

◆ ySide

UINT2 HOUGHBorder::ySide

length of xPixel

Definition at line 225 of file LUT.h.

◆ xPixel

COORType* HOUGHBorder::xPixel

x pixel index to be marked

Definition at line 226 of file LUT.h.