![]() |
zxhproj v 2.2
zxhproj
|
compute transformation field T which argmin_{T} sum||T(T(x))-D(x)||^2 zxhMetricSquareRootTransform} M = {argmin}_{T} {-||T T(x)-D(x)||^2} { M}{ t_j} in zxhMetricSquareRootTransform.pdf More...
#include <zxhMetricSquareRootTransform.h>
Public Member Functions | |
| zxhMetricSquareRootTransform (void) | |
| constructor | |
| virtual | ~zxhMetricSquareRootTransform (void) |
| virtual std::string | GetMetricType () |
| GetMetricType()=0. | |
| virtual zxhMetricBase * | Clone (zxhMetricBase *&pRet) |
| virtual int | GetValue (zxhlfloat &fValue) |
| virtual void | SetDeformationToBeSquareRoot (zxhTransformBase *p) |
| virtual zxhTransformBase * | GetDeformationToBeSquareRoot () |
Protected Attributes | |
| zxhTransformBase * | m_pDeformation |
| deformation to be square rootd | |
compute transformation field T which argmin_{T} sum||T(T(x))-D(x)||^2 zxhMetricSquareRootTransform} M = {argmin}_{T} {-||T T(x)-D(x)||^2} { M}{ t_j} in zxhMetricSquareRootTransform.pdf
| zxhMetricSquareRootTransform::~zxhMetricSquareRootTransform | ( | void | ) | [virtual] |
| zxhMetricBase * zxhMetricSquareRootTransform::Clone | ( | zxhMetricBase *& | pRet | ) | [virtual] |
Reimplemented from zxhMetricBase.
| int zxhMetricSquareRootTransform::GetValue | ( | zxhlfloat & | fValue | ) | [virtual] |
Implements zxhMetricBase.