Into

Modules

Documentation

classPiiCvMat

#include <PiiOpenCv.h>

A class that makes it possible to reuse the data in a PiiMatrix in an CvMat.

Inherits PiiMatrix< T >

Description

Works similarly to PiiIplImage, but stores the data in a CvMat.

Public types

typedef Pii::If< isConst, PiiConstCvArr< PiiCvMat< T >, CvMat >, PiiCvArr< PiiCvMat< T >, CvMat > >::Type

Constructors and destructor

( )
( )

Creates a new CvMat wrapper that shares the pixel data with matrix.

Public member functions

template<class T>
PiiCvMat< T >
( )

Creates a modifiable wrapper for mat that can be used as a CvMat in OpenCV function calls.

template<class T>
PiiCvMat< T, true >
( )

Creates a const wrapper for mat that can be used as an CvMat in OpenCV function calls.

Function details

  • PiiCvMat

    ( )
    [inline]
  • PiiCvMat

    ( )
    [inline]

    Creates a new CvMat wrapper that shares the pixel data with matrix.

  • template<class T>

    PiiCvMat< T > cvMat

    ( )
    [inline]

    Creates a modifiable wrapper for mat that can be used as a CvMat in OpenCV function calls.

  • template<class T>

    PiiCvMat< T, true > cvMat

    ( )

    Creates a const wrapper for mat that can be used as an CvMat in OpenCV function calls.

Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.