OpenCV for Unity
2.6.3
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
|
Public Member Functions | |
MatIndexer (Mat mat) | |
void | get (int row, int col, byte[] data) |
void | get (int[] idx, byte[] data) |
void | get (int row, int col, short[] data) |
void | get (int[] idx, short[] data) |
void | get (int row, int col, int[] data) |
void | get (int[] idx, int[] data) |
void | get (int row, int col, float[] data) |
void | get (int[] idx, float[] data) |
void | get (int row, int col, double[] data) |
void | get (int[] idx, double[] data) |
void | put (int row, int col, byte[] data) |
void | put (int[] idx, byte[] data) |
void | put (int row, int col, short[] data) |
void | put (int[] idx, short[] data) |
void | put (int row, int col, int[] data) |
void | put (int[] idx, int[] data) |
void | put (int row, int col, float[] data) |
void | put (int[] idx, float[] data) |
void | put (int row, int col, double[] data) |
void | put (int[] idx, double[] data) |
OpenCVForUnity.UnityUtils.MatIndexer.MatIndexer | ( | Mat | mat | ) |
void OpenCVForUnity.UnityUtils.MatIndexer.get | ( | int | row, |
int | col, | ||
byte [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.get | ( | int [] | idx, |
byte [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.get | ( | int | row, |
int | col, | ||
short [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.get | ( | int [] | idx, |
short [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.get | ( | int | row, |
int | col, | ||
int [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.get | ( | int [] | idx, |
int [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.get | ( | int | row, |
int | col, | ||
float [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.get | ( | int [] | idx, |
float [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.get | ( | int | row, |
int | col, | ||
double [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.get | ( | int [] | idx, |
double [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.put | ( | int | row, |
int | col, | ||
byte [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.put | ( | int [] | idx, |
byte [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.put | ( | int | row, |
int | col, | ||
short [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.put | ( | int [] | idx, |
short [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.put | ( | int | row, |
int | col, | ||
int [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.put | ( | int [] | idx, |
int [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.put | ( | int | row, |
int | col, | ||
float [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.put | ( | int [] | idx, |
float [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.put | ( | int | row, |
int | col, | ||
double [] | data | ||
) |
void OpenCVForUnity.UnityUtils.MatIndexer.put | ( | int [] | idx, |
double [] | data | ||
) |