Click or drag to resize

MatPushBack Method

Overload List
  NameDescription
Public methodPushBack(Byte)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Double)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Int16)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Int32)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(SByte)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Single)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(UInt16)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Mat)
Adds elements to the bottom of the matrix. (Mat.push_back)
Public methodPushBack(Point)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Point2d)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Point2f)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Point3d)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Point3f)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Point3i)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Rect)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Rect2d)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Rect2f)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Size)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Size2d)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Size2f)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec2b)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec2d)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec2f)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec2i)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec2s)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec2w)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec3b)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec3d)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec3f)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec3i)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec3s)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec3w)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec4b)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec4d)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec4f)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec4i)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec4s)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec4w)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec6b)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec6d)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec6f)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec6i)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec6s)
Adds elements to the bottom of the matrix. (Mat::push_back)
Public methodPushBack(Vec6w)
Adds elements to the bottom of the matrix. (Mat::push_back)
Top
See Also