Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkCvMatFromVnlVector.h>
Public Member Functions | |
CvMatFromVnlVector (const vnl_vector< T > *_VnlVector, cv::Mat *_CvMat) | |
void | Update () override |
casts a random cv::Mat to a vnl vector if the columns of the first row are > 1 then the vector is filled with the values from this row otherwise the first elements of each row are used to fill the vector
Definition at line 33 of file mitkCvMatFromVnlVector.h.
|
inline |
init default values and save references
Definition at line 40 of file mitkCvMatFromVnlVector.h.
|
inlineoverridevirtual |
executes the Algorithm
Implements mitk::Algorithm.
Definition at line 51 of file mitkCvMatFromVnlVector.h.
Referenced by mitk::Transform::GetCvTranslation().