Method PushBack
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
PushBack(byte)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(byte value)
Parameters
valuebyteAdded element
PushBack(sbyte)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(sbyte value)
Parameters
valuesbyteAdded element
PushBack(ushort)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(ushort value)
Parameters
valueushortAdded element
PushBack(short)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(short value)
Parameters
valueshortAdded element
PushBack(int)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(int value)
Parameters
valueintAdded element
PushBack(float)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(float value)
Parameters
valuefloatAdded element
PushBack(double)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(double value)
Parameters
valuedoubleAdded element
PushBack(Vec2b)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec2b value)
Parameters
valueVec2bAdded element
PushBack(Vec3b)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec3b value)
Parameters
valueVec3bAdded element
PushBack(Vec4b)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec4b value)
Parameters
valueVec4bAdded element
PushBack(Vec6b)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec6b value)
Parameters
valueVec6bAdded element
PushBack(Vec2w)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec2w value)
Parameters
valueVec2wAdded element
PushBack(Vec3w)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec3w value)
Parameters
valueVec3wAdded element
PushBack(Vec4w)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec4w value)
Parameters
valueVec4wAdded element
PushBack(Vec6w)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec6w value)
Parameters
valueVec6wAdded element
PushBack(Vec2s)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec2s value)
Parameters
valueVec2sAdded element
PushBack(Vec3s)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec3s value)
Parameters
valueVec3sAdded element
PushBack(Vec4s)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec4s value)
Parameters
valueVec4sAdded element
PushBack(Vec6s)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec6s value)
Parameters
valueVec6sAdded element
PushBack(Vec2i)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec2i value)
Parameters
valueVec2iAdded element
PushBack(Vec3i)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec3i value)
Parameters
valueVec3iAdded element
PushBack(Vec4i)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec4i value)
Parameters
valueVec4iAdded element
PushBack(Vec6i)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec6i value)
Parameters
valueVec6iAdded element
PushBack(Vec2f)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec2f value)
Parameters
valueVec2fAdded element
PushBack(Vec3f)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec3f value)
Parameters
valueVec3fAdded element
PushBack(Vec4f)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec4f value)
Parameters
valueVec4fAdded element
PushBack(Vec6f)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec6f value)
Parameters
valueVec6fAdded element
PushBack(Vec2d)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec2d value)
Parameters
valueVec2dAdded element
PushBack(Vec3d)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec3d value)
Parameters
valueVec3dAdded element
PushBack(Vec4d)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec4d value)
Parameters
valueVec4dAdded element
PushBack(Vec6d)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Vec6d value)
Parameters
valueVec6dAdded element
PushBack(Point)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Point value)
Parameters
valuePointAdded element
PushBack(Point2d)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Point2d value)
Parameters
valuePoint2dAdded element
PushBack(Point2f)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Point2f value)
Parameters
valuePoint2fAdded element
PushBack(Point3i)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Point3i value)
Parameters
valuePoint3iAdded element
PushBack(Point3d)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Point3d value)
Parameters
valuePoint3dAdded element
PushBack(Point3f)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Point3f value)
Parameters
valuePoint3fAdded element
PushBack(Size)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Size value)
Parameters
valueSizeAdded element
PushBack(Size2d)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Size2d value)
Parameters
valueSize2dAdded element
PushBack(Size2f)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Size2f value)
Parameters
valueSize2fAdded element
PushBack(Rect)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Rect value)
Parameters
valueRectAdded element
PushBack(Rect2d)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Rect2d value)
Parameters
valueRect2dAdded element
PushBack(Rect2f)
Adds elements to the bottom of the matrix. (Mat::push_back)
public void PushBack(Rect2f value)
Parameters
valueRect2fAdded element
PushBack(Mat)
Adds elements to the bottom of the matrix. (Mat.push_back)
public void PushBack(Mat m)
Parameters
mMatAdded line(s)