|
MITK-IGT
IGT Extension of MITK
|
#include <mitkVnlMatrixFromCvMat.h>
Public Member Functions | |
| VnlMatrixFromCvMat (const cv::Mat *_CvMat, vnl_matrix< T > *_VnlMatrix) | |
| template<typename TCvMat , typename TVnlMat > | |
| void | ToVnlMatrix (vnl_matrix< TVnlMat > &vnlMat, const cv::Mat &mat) |
| void | Update () override |
Public Member Functions inherited from mitk::Algorithm | |
create a vnl_matrix from a cv mat
Definition at line 27 of file mitkVnlMatrixFromCvMat.h.
|
inline |
init default values and save references
Definition at line 34 of file mitkVnlMatrixFromCvMat.h.
|
inline |
cv mat to vnl matrix with known cv type
Definition at line 47 of file mitkVnlMatrixFromCvMat.h.
|
inlineoverridevirtual |
executes the Algorithm
Implements mitk::Algorithm.
Definition at line 58 of file mitkVnlMatrixFromCvMat.h.