adjustROI(int dtop, int dbottom, int dleft, int dright) | OpenCVForUnity.CoreModule.Mat | |
alloc(int elemNumber) | OpenCVForUnity.CoreModule.MatOfInt4 | |
assignTo(Mat m, int type) | OpenCVForUnity.CoreModule.Mat | |
assignTo(Mat m) | OpenCVForUnity.CoreModule.Mat | |
AsSpan< T >() | OpenCVForUnity.CoreModule.Mat | |
AsSpan< T >(int i0) | OpenCVForUnity.CoreModule.Mat | |
AsSpan< T >(int i0, int i1) | OpenCVForUnity.CoreModule.Mat | |
AsSpan< T >(int i0, int i1, int i2) | OpenCVForUnity.CoreModule.Mat | |
AsSpan< T >(params int[] idx) | OpenCVForUnity.CoreModule.Mat | |
AsSpanRowRange< T >(int startrow, int endrow) | OpenCVForUnity.CoreModule.Mat | |
AsSpanRowRange< T >(Range r) | OpenCVForUnity.CoreModule.Mat | |
at< T >(int i0) | OpenCVForUnity.CoreModule.Mat | |
at< T >(int i0, int i1) | OpenCVForUnity.CoreModule.Mat | |
at< T >(int i0, int i1, int i2) | OpenCVForUnity.CoreModule.Mat | |
at< T >(params int[] idx) | OpenCVForUnity.CoreModule.Mat | |
AUTO_STEP | OpenCVForUnity.CoreModule.Mat | static |
channels() | OpenCVForUnity.CoreModule.Mat | |
checkVector(int elemChannels, int depth, bool requireContinuous) | OpenCVForUnity.CoreModule.Mat | |
checkVector(int elemChannels, int depth) | OpenCVForUnity.CoreModule.Mat | |
checkVector(int elemChannels) | OpenCVForUnity.CoreModule.Mat | |
clone() | OpenCVForUnity.CoreModule.Mat | |
col(int x) | OpenCVForUnity.CoreModule.Mat | |
colRange(int startcol, int endcol) | OpenCVForUnity.CoreModule.Mat | |
colRange(Range r) | OpenCVForUnity.CoreModule.Mat | |
colRange(in Vec2i r) | OpenCVForUnity.CoreModule.Mat | |
colRange(in(int start, int end) r) | OpenCVForUnity.CoreModule.Mat | |
cols() | OpenCVForUnity.CoreModule.Mat | |
convertTo(Mat m, int rtype, double alpha, double beta) | OpenCVForUnity.CoreModule.Mat | |
convertTo(Mat m, int rtype, double alpha) | OpenCVForUnity.CoreModule.Mat | |
convertTo(Mat m, int rtype) | OpenCVForUnity.CoreModule.Mat | |
copySize(Mat m) | OpenCVForUnity.CoreModule.Mat | |
copyTo(Mat m) | OpenCVForUnity.CoreModule.Mat | |
copyTo(Mat m, Mat mask) | OpenCVForUnity.CoreModule.Mat | |
create(int rows, int cols, int type) | OpenCVForUnity.CoreModule.Mat | |
create(Size size, int type) | OpenCVForUnity.CoreModule.Mat | |
create(int[] sizes, int type) | OpenCVForUnity.CoreModule.Mat | |
create(in Vec2d size, int type) | OpenCVForUnity.CoreModule.Mat | |
create(in(double width, double height) size, int type) | OpenCVForUnity.CoreModule.Mat | |
cross(Mat m) | OpenCVForUnity.CoreModule.Mat | |
dataAddr() | OpenCVForUnity.CoreModule.Mat | |
depth() | OpenCVForUnity.CoreModule.Mat | |
diag(int d) | OpenCVForUnity.CoreModule.Mat | |
diag() | OpenCVForUnity.CoreModule.Mat | |
diag(Mat d) | OpenCVForUnity.CoreModule.Mat | static |
dims() | OpenCVForUnity.CoreModule.Mat | |
DisposableObject() | OpenCVForUnity.DisposableObject | protected |
DisposableObject(bool isEnabledDispose) | OpenCVForUnity.DisposableObject | protected |
DisposableOpenCVObject() | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(IntPtr ptr) | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(bool isEnabledDispose) | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose) | OpenCVForUnity.DisposableOpenCVObject | protected |
Dispose(bool disposing) | OpenCVForUnity.CoreModule.Mat | protectedvirtual |
OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
dot(Mat m) | OpenCVForUnity.CoreModule.Mat | |
dump() | OpenCVForUnity.CoreModule.Mat | |
elemSize() | OpenCVForUnity.CoreModule.Mat | |
elemSize1() | OpenCVForUnity.CoreModule.Mat | |
empty() | OpenCVForUnity.CoreModule.Mat | |
eye(int rows, int cols, int type) | OpenCVForUnity.CoreModule.Mat | static |
eye(Size size, int type) | OpenCVForUnity.CoreModule.Mat | static |
eye(in Vec2d size, int type) | OpenCVForUnity.CoreModule.Mat | static |
eye(in(double width, double height) size, int type) | OpenCVForUnity.CoreModule.Mat | static |
fromArray(params int[] a) | OpenCVForUnity.CoreModule.MatOfInt4 | |
fromList(List< int > lb) | OpenCVForUnity.CoreModule.MatOfInt4 | |
fromNativeAddr(IntPtr addr) | OpenCVForUnity.CoreModule.MatOfInt4 | static |
fromValueTupleArray(params(int v0, int v1, int v2, int v3)[] a) | OpenCVForUnity.CoreModule.MatOfInt4 | |
fromVec4iArray(params Vec4i[] a) | OpenCVForUnity.CoreModule.MatOfInt4 | |
get(int row, int col, byte[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, byte[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, short[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, short[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, int[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, int[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, float[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, float[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, double[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, double[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, byte[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, byte[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, byte[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, byte[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, sbyte[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, sbyte[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, sbyte[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, sbyte[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, sbyte[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, sbyte[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, ushort[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, ushort[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, ushort[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, ushort[] data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, ushort[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, ushort[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, short[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, short[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, short[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, short[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, int[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, int[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, int[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, int[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, float[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, float[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, float[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, float[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, double[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, double[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, double[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, double[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< byte > data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< byte > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< byte > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< byte > data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< byte > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< byte > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< sbyte > data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< sbyte > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< sbyte > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< sbyte > data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< sbyte > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< sbyte > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< ushort > data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< ushort > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< ushort > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< ushort > data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< ushort > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< ushort > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< short > data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< short > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< short > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< short > data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< short > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< short > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< int > data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< int > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< int > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< int > data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< int > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< int > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< float > data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< float > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< float > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< float > data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< float > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< float > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< double > data) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< double > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int row, int col, Span< double > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< double > data) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< double > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get(int[] idx, Span< double > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int row, int col, T[] data) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int row, int col, T[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int row, int col, T[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int[] idx, T[] data) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int[] idx, T[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int[] idx, T[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int row, int col) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int[] idx) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int row, int col, Span< T > data) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int row, int col, Span< T > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int row, int col, Span< T > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int[] idx, Span< T > data) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int[] idx, Span< T > data, int length) | OpenCVForUnity.CoreModule.Mat | |
get< T >(int[] idx, Span< T > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
getNativeObjAddr() | OpenCVForUnity.CoreModule.Mat | |
height() | OpenCVForUnity.CoreModule.Mat | |
inv(int method) | OpenCVForUnity.CoreModule.Mat | |
inv() | OpenCVForUnity.CoreModule.Mat | |
isContinuous() | OpenCVForUnity.CoreModule.Mat | |
IsDisposed | OpenCVForUnity.DisposableObject | |
IsEnabledDispose | OpenCVForUnity.DisposableObject | |
isSubmatrix() | OpenCVForUnity.CoreModule.Mat | |
locateROI(Size wholeSize, Point ofs) | OpenCVForUnity.CoreModule.Mat | |
locateROI(out Vec2d wholeSize, out Vec2d ofs) | OpenCVForUnity.CoreModule.Mat | |
locateROI(out(double width, double height) wholeSize, out(double x, double y) ofs) | OpenCVForUnity.CoreModule.Mat | |
Mat(IntPtr addr) | OpenCVForUnity.CoreModule.Mat | |
Mat() | OpenCVForUnity.CoreModule.Mat | |
Mat(int rows, int cols, int type) | OpenCVForUnity.CoreModule.Mat | |
Mat(Size size, int type) | OpenCVForUnity.CoreModule.Mat | |
Mat(int[] sizes, int type) | OpenCVForUnity.CoreModule.Mat | |
Mat(int rows, int cols, int type, Scalar s) | OpenCVForUnity.CoreModule.Mat | |
Mat(Size size, int type, Scalar s) | OpenCVForUnity.CoreModule.Mat | |
Mat(int[] sizes, int type, Scalar s) | OpenCVForUnity.CoreModule.Mat | |
Mat(Mat m, Range rowRange, Range colRange) | OpenCVForUnity.CoreModule.Mat | |
Mat(Mat m, Range rowRange) | OpenCVForUnity.CoreModule.Mat | |
Mat(Mat m, Range[] ranges) | OpenCVForUnity.CoreModule.Mat | |
Mat(Mat m, Rect roi) | OpenCVForUnity.CoreModule.Mat | |
Mat(int rows, int cols, int type, IntPtr data, long step=AUTO_STEP) | OpenCVForUnity.CoreModule.Mat | |
Mat(Size size, int type, IntPtr data, long step=AUTO_STEP) | OpenCVForUnity.CoreModule.Mat | |
Mat(in Vec2d size, int type) | OpenCVForUnity.CoreModule.Mat | |
Mat(int rows, int cols, int type, in Vec4d s) | OpenCVForUnity.CoreModule.Mat | |
Mat(in Vec2d size, int type, in Vec4d s) | OpenCVForUnity.CoreModule.Mat | |
Mat(int[] sizes, int type, in Vec4d s) | OpenCVForUnity.CoreModule.Mat | |
Mat(Mat m, in Vec2i rowRange, in Vec2i colRange) | OpenCVForUnity.CoreModule.Mat | |
Mat(Mat m, in Vec2i rowRange) | OpenCVForUnity.CoreModule.Mat | |
Mat(Mat m, in Vec2i[] ranges) | OpenCVForUnity.CoreModule.Mat | |
Mat(Mat m, in Vec4i roi) | OpenCVForUnity.CoreModule.Mat | |
Mat(in Vec2d size, int type, IntPtr data, long step=AUTO_STEP) | OpenCVForUnity.CoreModule.Mat | |
Mat(in(double width, double height) size, int type) | OpenCVForUnity.CoreModule.Mat | |
Mat(int rows, int cols, int type, in(double v0, double v1, double v2, double v3) s) | OpenCVForUnity.CoreModule.Mat | |
Mat(in(double width, double height) size, int type, in(double v0, double v1, double v2, double v3) s) | OpenCVForUnity.CoreModule.Mat | |
Mat(int[] sizes, int type, in(double v0, double v1, double v2, double v3) s) | OpenCVForUnity.CoreModule.Mat | |
Mat(Mat m, in(int start, int end) rowRange, in(int start, int end) colRange) | OpenCVForUnity.CoreModule.Mat | |
Mat(Mat m, in(int start, int end) rowRange) | OpenCVForUnity.CoreModule.Mat | |
Mat(Mat m, in(int start, int end)[] ranges) | OpenCVForUnity.CoreModule.Mat | |
Mat(Mat m, in(int x, int y, int width, int height) roi) | OpenCVForUnity.CoreModule.Mat | |
Mat(in(double width, double height) size, int type, IntPtr data, long step=AUTO_STEP) | OpenCVForUnity.CoreModule.Mat | |
matMul(Mat m) | OpenCVForUnity.CoreModule.Mat | |
MatOfInt4() | OpenCVForUnity.CoreModule.MatOfInt4 | |
MatOfInt4(IntPtr addr) | OpenCVForUnity.CoreModule.MatOfInt4 | protected |
MatOfInt4(Mat m) | OpenCVForUnity.CoreModule.MatOfInt4 | |
MatOfInt4(params int[] a) | OpenCVForUnity.CoreModule.MatOfInt4 | |
MatOfInt4(params Vec4i[] a) | OpenCVForUnity.CoreModule.MatOfInt4 | |
MatOfInt4(params(int v0, int v1, int v2, int v3)[] a) | OpenCVForUnity.CoreModule.MatOfInt4 | |
mul(Mat m, double scale) | OpenCVForUnity.CoreModule.Mat | |
mul(Mat m) | OpenCVForUnity.CoreModule.Mat | |
ones(int rows, int cols, int type) | OpenCVForUnity.CoreModule.Mat | static |
ones(Size size, int type) | OpenCVForUnity.CoreModule.Mat | static |
ones(int[] sizes, int type) | OpenCVForUnity.CoreModule.Mat | static |
ones(in Vec2d size, int type) | OpenCVForUnity.CoreModule.Mat | static |
ones(in(double width, double height) size, int type) | OpenCVForUnity.CoreModule.Mat | static |
operator&(Mat a, Mat b) | OpenCVForUnity.CoreModule.Mat | static |
operator&(Mat a, Scalar s) | OpenCVForUnity.CoreModule.Mat | static |
operator&(Scalar s, Mat a) | OpenCVForUnity.CoreModule.Mat | static |
operator*(Mat a, Mat b) | OpenCVForUnity.CoreModule.Mat | static |
operator*(Mat a, double s) | OpenCVForUnity.CoreModule.Mat | static |
operator*(double s, Mat a) | OpenCVForUnity.CoreModule.Mat | static |
operator+(Mat a, Mat b) | OpenCVForUnity.CoreModule.Mat | static |
operator+(Mat a, Scalar s) | OpenCVForUnity.CoreModule.Mat | static |
operator+(Scalar s, Mat a) | OpenCVForUnity.CoreModule.Mat | static |
operator-(Mat a) | OpenCVForUnity.CoreModule.Mat | static |
operator-(Mat a, Mat b) | OpenCVForUnity.CoreModule.Mat | static |
operator-(Mat a, Scalar s) | OpenCVForUnity.CoreModule.Mat | static |
operator-(Scalar s, Mat a) | OpenCVForUnity.CoreModule.Mat | static |
operator/(Mat a, Mat b) | OpenCVForUnity.CoreModule.Mat | static |
operator/(double s, Mat a) | OpenCVForUnity.CoreModule.Mat | static |
operator/(Mat a, double s) | OpenCVForUnity.CoreModule.Mat | static |
operator^(Mat a, Mat b) | OpenCVForUnity.CoreModule.Mat | static |
operator^(Mat a, Scalar s) | OpenCVForUnity.CoreModule.Mat | static |
operator^(Scalar s, Mat a) | OpenCVForUnity.CoreModule.Mat | static |
operator|(Mat a, Mat b) | OpenCVForUnity.CoreModule.Mat | static |
operator|(Mat a, Scalar s) | OpenCVForUnity.CoreModule.Mat | static |
operator|(Scalar s, Mat a) | OpenCVForUnity.CoreModule.Mat | static |
operator~(Mat a) | OpenCVForUnity.CoreModule.Mat | static |
ptr(int i0) | OpenCVForUnity.CoreModule.Mat | |
ptr(int i0, int i1) | OpenCVForUnity.CoreModule.Mat | |
ptr(int i0, int i1, int i2) | OpenCVForUnity.CoreModule.Mat | |
ptr(params int[] idx) | OpenCVForUnity.CoreModule.Mat | |
push_back(Mat m) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, params double[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, params double[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, float[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, float[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, int[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, int[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, short[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, short[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, byte[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, byte[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, byte[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, byte[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, byte[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, byte[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, sbyte[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, sbyte[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, sbyte[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, sbyte[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, sbyte[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, sbyte[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, ushort[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, ushort[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, ushort[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, ushort[] data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, ushort[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, ushort[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, short[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, short[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, short[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, short[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, int[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, int[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, int[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, int[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, float[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, float[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, float[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, float[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, double[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, double[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, double[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, double[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< byte > data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< byte > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< byte > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< byte > data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< byte > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< byte > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< sbyte > data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< sbyte > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< sbyte > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< sbyte > data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< sbyte > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< sbyte > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< ushort > data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< ushort > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< ushort > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< ushort > data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< ushort > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< ushort > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< short > data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< short > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< short > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< short > data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< short > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< short > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< int > data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< int > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< int > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< int > data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< int > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< int > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< float > data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< float > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< float > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< float > data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< float > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< float > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< double > data) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< double > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int row, int col, Span< double > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< double > data) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< double > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put(int[] idx, Span< double > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put< T >(int row, int col, T[] data) | OpenCVForUnity.CoreModule.Mat | |
put< T >(int row, int col, T[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put< T >(int row, int col, T[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put< T >(int[] idx, T[] data) | OpenCVForUnity.CoreModule.Mat | |
put< T >(int[] idx, T[] data, int length) | OpenCVForUnity.CoreModule.Mat | |
put< T >(int[] idx, T[] data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put< T >(int row, int col, Span< T > data) | OpenCVForUnity.CoreModule.Mat | |
put< T >(int row, int col, Span< T > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put< T >(int row, int col, Span< T > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
put< T >(int[] idx, Span< T > data) | OpenCVForUnity.CoreModule.Mat | |
put< T >(int[] idx, Span< T > data, int length) | OpenCVForUnity.CoreModule.Mat | |
put< T >(int[] idx, Span< T > data, int offset, int length) | OpenCVForUnity.CoreModule.Mat | |
release() | OpenCVForUnity.CoreModule.Mat | |
reshape(int cn, int rows) | OpenCVForUnity.CoreModule.Mat | |
reshape(int cn) | OpenCVForUnity.CoreModule.Mat | |
reshape(int cn, int[] newshape) | OpenCVForUnity.CoreModule.Mat | |
row(int y) | OpenCVForUnity.CoreModule.Mat | |
rowRange(int startrow, int endrow) | OpenCVForUnity.CoreModule.Mat | |
rowRange(Range r) | OpenCVForUnity.CoreModule.Mat | |
rowRange(in Vec2i r) | OpenCVForUnity.CoreModule.Mat | |
rowRange(in(int start, int end) r) | OpenCVForUnity.CoreModule.Mat | |
rows() | OpenCVForUnity.CoreModule.Mat | |
setTo(Scalar s) | OpenCVForUnity.CoreModule.Mat | |
setTo(Scalar value, Mat mask) | OpenCVForUnity.CoreModule.Mat | |
setTo(Mat value, Mat mask) | OpenCVForUnity.CoreModule.Mat | |
setTo(Mat value) | OpenCVForUnity.CoreModule.Mat | |
setTo(in Vec4d s) | OpenCVForUnity.CoreModule.Mat | |
setTo(in Vec4d value, Mat mask) | OpenCVForUnity.CoreModule.Mat | |
setTo(in(double v0, double v1, double v2, double v3) s) | OpenCVForUnity.CoreModule.Mat | |
setTo(in(double v0, double v1, double v2, double v3) value, Mat mask) | OpenCVForUnity.CoreModule.Mat | |
size() | OpenCVForUnity.CoreModule.Mat | |
size(int i) | OpenCVForUnity.CoreModule.Mat | |
sizeAsValueTuple() | OpenCVForUnity.CoreModule.Mat | |
sizeAsVec2d() | OpenCVForUnity.CoreModule.Mat | |
step1(int i) | OpenCVForUnity.CoreModule.Mat | |
step1() | OpenCVForUnity.CoreModule.Mat | |
submat(int rowStart, int rowEnd, int colStart, int colEnd) | OpenCVForUnity.CoreModule.Mat | |
submat(Range rowRange, Range colRange) | OpenCVForUnity.CoreModule.Mat | |
submat(Range[] ranges) | OpenCVForUnity.CoreModule.Mat | |
submat(Rect roi) | OpenCVForUnity.CoreModule.Mat | |
submat(in Vec2i rowRange, in Vec2i colRange) | OpenCVForUnity.CoreModule.Mat | |
submat(in Vec2i[] ranges) | OpenCVForUnity.CoreModule.Mat | |
submat(in Vec4i roi) | OpenCVForUnity.CoreModule.Mat | |
submat(in(int start, int end) rowRange, in(int start, int end) colRange) | OpenCVForUnity.CoreModule.Mat | |
submat(in(int start, int end)[] ranges) | OpenCVForUnity.CoreModule.Mat | |
submat(in(int x, int y, int width, int height) roi) | OpenCVForUnity.CoreModule.Mat | |
t() | OpenCVForUnity.CoreModule.Mat | |
ThrowIfDisposed() | OpenCVForUnity.DisposableObject | |
ThrowIfNullIntPtr(IntPtr ptr) | OpenCVForUnity.DisposableObject | static |
toArray() | OpenCVForUnity.CoreModule.MatOfInt4 | |
toList() | OpenCVForUnity.CoreModule.MatOfInt4 | |
ToString() | OpenCVForUnity.CoreModule.Mat | |
total() | OpenCVForUnity.CoreModule.Mat | |
toValueTupleArrayAsInt() | OpenCVForUnity.CoreModule.MatOfInt4 | |
toVec4iArray() | OpenCVForUnity.CoreModule.MatOfInt4 | |
type() | OpenCVForUnity.CoreModule.Mat | |
v0 | OpenCVForUnity.CoreModule.MatOfInt4 | |
v1 | OpenCVForUnity.CoreModule.MatOfInt4 | |
v2 | OpenCVForUnity.CoreModule.MatOfInt4 | |
width | OpenCVForUnity.CoreModule.Mat | |
width() | OpenCVForUnity.CoreModule.Mat | |
zeros(int rows, int cols, int type) | OpenCVForUnity.CoreModule.Mat | static |
zeros(Size size, int type) | OpenCVForUnity.CoreModule.Mat | static |
zeros(int[] sizes, int type) | OpenCVForUnity.CoreModule.Mat | static |
zeros(in Vec2d size, int type) | OpenCVForUnity.CoreModule.Mat | static |
zeros(in(double width, double height) size, int type) | OpenCVForUnity.CoreModule.Mat | static |