ArrayFire Armadillo conversation. More...
#include <FgAfArma.h>
Static Public Member Functions | |
| static void | MatToArray (const arma::mat &input, af::array &output, bool transpose=true) |
| Matrix to array. More... | |
| static af::array | MatToArray (const arma::mat &input, bool transpose=true) |
| Matrix to array. More... | |
| static void | ArrayToMat (const af::array &input_, arma::mat &output, bool transpose=true) |
| Array to matrix. More... | |
| static arma::mat | ArrayToMat (const af::array &input, bool transpose=true) |
| Array to matrix. More... | |
Static Private Member Functions | |
| static void | MatToArray_ (arma::mat &input, array &output, bool transpose=true) |
ArrayFire Armadillo conversation.
<note> Converts ArrayFire matrix to OpenCV matrix and vice vesa. </note>
Hmetal T, 07.03.2017.
Definition at line 37 of file FgAfArma.h.
|
static |
Matrix to array.
Hmetal T, 07.03.2017.
| input | The input. |
| output | [in,out] The output. |
| transpose | (Optional) true to transpose. |
|
static |
Matrix to array.
Hmetal T, 07.03.2017.
| input | The input. |
| transpose | (Optional) true to transpose. |
|
static |
Array to matrix.
Hmetal T, 07.03.2017.
| input | The input. |
| output | [in,out] The output. |
| type | (Optional) the type. |
| transpose | (Optional) true to transpose. |
|
static |
Array to matrix.
Hmetal T, 07.03.2017.
| input | The input. |
| type | (Optional) the type. |
| transpose | (Optional) true to transpose. |