Shapeworks Studio
2.1
Shape analysis software suite
|
Protected Member Functions | |
virtual void | iterateCallback (itk::Object *caller, const itk::EventObject &) |
Protected Attributes | |
std::vector< ImageType::Pointer > | images_ |
bool | verbose_ |
size_t | numScales_ |
double | weighting_ |
std::vector< unsigned int > | maxIter_ |
std::vector< double > | decaySpan_ |
std::vector< double > | regularizationInitial_ |
std::vector< double > | regularizationFinal_ |
itk::PSMEntropyModelFilter< ImageType >::Pointer | psmFilter_ |
std::vector< std::vector< itk::Point< float > > > | localPoints_ |
std::vector< std::vector< itk::Point< float > > > | globalPoints_ |
itk::MemberCommand< ShapeWorksOptimize >::Pointer | iterateCmd_ |
itk::PSMProcrustesRegistration< 3 >::Pointer | procrustesRegistration_ |
size_t | reportInterval_ |
size_t | procrustesCounter_ |
size_t | totalIters_ |
size_t | iterCount_ |
std::vector< size_t > | procrustesInterval_ |
std::vector< std::array< itk::Point< float >, 3 > > | cutPlanes_ |
Definition at line 18 of file ShapeWorksOptimize.h.