PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
List of all members | Public Member Functions | Public Attributes
vtkPlusLineSegmentationAlgo::LineParameters Struct Reference

#include <src/PlusCalibration/vtkLineSegmentationAlgo/vtkPlusLineSegmentationAlgo.h>

Public Member Functions

double Slope () const
 

Public Attributes

bool lineDetected
 
double lineDirectionVector_Image [2]
 
double lineOriginPoint_Image [2]
 

Detailed Description

< Line parameters is defined in the Image coordinate system (orientation is MF, origin is in the image corner, unit is pixel)

Definition at line 26 of file vtkPlusLineSegmentationAlgo.h.

Member Function Documentation

◆ Slope()

double vtkPlusLineSegmentationAlgo::LineParameters::Slope ( ) const
inline

Definition at line 32 of file vtkPlusLineSegmentationAlgo.h.

Member Data Documentation

◆ lineDetected

bool vtkPlusLineSegmentationAlgo::LineParameters::lineDetected

Definition at line 28 of file vtkPlusLineSegmentationAlgo.h.

◆ lineDirectionVector_Image

double vtkPlusLineSegmentationAlgo::LineParameters::lineDirectionVector_Image[2]

Definition at line 30 of file vtkPlusLineSegmentationAlgo.h.

◆ lineOriginPoint_Image

double vtkPlusLineSegmentationAlgo::LineParameters::lineOriginPoint_Image[2]

Definition at line 29 of file vtkPlusLineSegmentationAlgo.h.


The documentation for this struct was generated from the following file: