Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkCvMatFromVnlMatrix.h>
Public Member Functions | |
CvMatFromVnlMatrix (const vnl_matrix< T > *_VnlMatrix, cv::Mat *_CvMat) | |
void | Update () override |
Static Public Member Functions | |
template<class T_CvType , class T_VnlType > | |
static void | Cast (const vnl_matrix< T_VnlType > &vnlMat, cv::Mat &cvMat) |
casts a random cv::Mat to a vnl Matrix if the columns of the first row are > 1 then the Matrix is filled with the values from this row otherwise the first elements of each row are used to fill the Matrix
Definition at line 35 of file mitkCvMatFromVnlMatrix.h.
|
inline |
init default values and save references
Definition at line 42 of file mitkCvMatFromVnlMatrix.h.
|
inlinestatic |
templated function for multiplexed cv::Mat
Definition at line 54 of file mitkCvMatFromVnlMatrix.h.
References endodebugvar.
|
inlineoverridevirtual |
executes the Algorithm
Implements mitk::Algorithm.
Definition at line 72 of file mitkCvMatFromVnlMatrix.h.
Referenced by mitk::Transform::GetCvMatrix(), and mitk::Transform::GetCvRotationMatrix().