ITK  5.0.0
Insight Segmentation and Registration Toolkit
Namespaces | Functions
itkPathFunctions.h File Reference
#include "itkChainCodePath.h"
#include "itkFourierSeriesPath.h"
#include <cmath>
+ Include dependency graph for itkPathFunctions.h:

Go to the source code of this file.

Namespaces

 itk
 

Functions

template<typename TChainCodePath , typename TPathInput >
void itk::MakeChainCodeTracePath (TChainCodePath &chainPath, const TPathInput &inPath, bool restrictMovement=false)
 
template<typename TFourierSeriesPath , typename TChainCodePath >
void itk::MakeFourierSeriesPathTraceChainCode (TFourierSeriesPath &FSPath, const TChainCodePath &chainPath, unsigned int numHarmonics=8)