PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
Landmark detection algorithm detects when a calibrated stylus is pivoting around its tip. The stylus pivoting point (landmark) is computed assuming that the stylus is calibrated. More...
#include <src/PlusCalibration/vtkPhantomLandmarkRegistrationAlgo/vtkPlusLandmarkDetectionAlgo.h>
Public Types | |
typedef vtkIGSIOTransformRepository | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
PlusStatus | ReadConfiguration (vtkXMLDataElement *aConfig) override |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPlusLandmarkDetectionAlgo * | New () |
static vtkPlusLandmarkDetectionAlgo * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPlusLandmarkDetectionAlgo () | |
virtual | ~vtkPlusLandmarkDetectionAlgo () |
Landmark detection algorithm detects when a calibrated stylus is pivoting around its tip. The stylus pivoting point (landmark) is computed assuming that the stylus is calibrated.
Definition at line 26 of file vtkPlusLandmarkDetectionAlgo.h.
typedef vtkIGSIOTransformRepository vtkPlusLandmarkDetectionAlgo::Superclass |
Definition at line 29 of file vtkPlusLandmarkDetectionAlgo.h.
|
protected |
Definition at line 13 of file vtkPlusLandmarkDetectionAlgo.cxx.
|
protectedvirtual |
Definition at line 18 of file vtkPlusLandmarkDetectionAlgo.cxx.
|
virtual |
|
virtual |
|
static |
|
static |
|
override |
Definition at line 23 of file vtkPlusLandmarkDetectionAlgo.cxx.
|
static |