NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Functions
niftkMakeLapUSProbeAprilTagsModel.cxx File Reference
Include dependency graph for niftkMakeLapUSProbeAprilTagsModel.cxx:

Functions

void ConvertGridPointToCyclinderPoint (int pointId, int lengthCounter, int widthCounter, double originX, double originY, double borderSizeInMillimetres, double tagSizeInMillimetres, double offsetXInMillimetres, double offsetYInMillimetres, double radius, mitk::PointSet::Pointer pointSet, vtkPoints *points, vtkDoubleArray *normals, vtkIntArray *pointIds, vtkCellArray *vertices)
 
void DoPoint (bool fullTrackingModel, int pointId, int lengthCounter, int widthCounter, double originX, double originY, double borderSizeInMillimetres, double tagSizeInMillimetres, double centreOffsetInMillimetres, double cornerOffsetInMillimetres, double radius, mitk::PointSet::Pointer mitkPoints, vtkPoints *points, vtkDoubleArray *normals, vtkIntArray *pointIDArray, vtkCellArray *vertices)
 
int main (int argc, char **argv)
 Generates a VTK model to match the April Tag board created by niftkMakeGridOf2DImages. More...
 

Function Documentation

void ConvertGridPointToCyclinderPoint ( int  pointId,
int  lengthCounter,
int  widthCounter,
double  originX,
double  originY,
double  borderSizeInMillimetres,
double  tagSizeInMillimetres,
double  offsetXInMillimetres,
double  offsetYInMillimetres,
double  radius,
mitk::PointSet::Pointer  pointSet,
vtkPoints *  points,
vtkDoubleArray *  normals,
vtkIntArray *  pointIds,
vtkCellArray *  vertices 
)
void DoPoint ( bool  fullTrackingModel,
int  pointId,
int  lengthCounter,
int  widthCounter,
double  originX,
double  originY,
double  borderSizeInMillimetres,
double  tagSizeInMillimetres,
double  centreOffsetInMillimetres,
double  cornerOffsetInMillimetres,
double  radius,
mitk::PointSet::Pointer  mitkPoints,
vtkPoints *  points,
vtkDoubleArray *  normals,
vtkIntArray *  pointIDArray,
vtkCellArray *  vertices 
)
int main ( int  argc,
char **  argv 
)

Generates a VTK model to match the April Tag board created by niftkMakeGridOf2DImages.