Medical Imaging Interaction Toolkit
2023.12.00
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 32 of file mitkCvMatFromVnlMatrix.h.
|
inline |
init default values and save references
Definition at line 39 of file mitkCvMatFromVnlMatrix.h.
|
inlinestatic |
templated function for multiplexed cv::Mat
Definition at line 51 of file mitkCvMatFromVnlMatrix.h.
References endodebugvar.
|
inlineoverridevirtual |
executes the Algorithm
Implements mitk::Algorithm.
Definition at line 69 of file mitkCvMatFromVnlMatrix.h.