Table of Contents

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

value byte

Added element

PushBack(sbyte)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(sbyte value)

Parameters

value sbyte

Added element

PushBack(ushort)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(ushort value)

Parameters

value ushort

Added element

PushBack(short)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(short value)

Parameters

value short

Added element

PushBack(int)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(int value)

Parameters

value int

Added element

PushBack(float)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(float value)

Parameters

value float

Added element

PushBack(double)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(double value)

Parameters

value double

Added element

PushBack(Vec2b)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec2b value)

Parameters

value Vec2b

Added element

PushBack(Vec3b)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec3b value)

Parameters

value Vec3b

Added element

PushBack(Vec4b)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec4b value)

Parameters

value Vec4b

Added element

PushBack(Vec6b)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec6b value)

Parameters

value Vec6b

Added element

PushBack(Vec2w)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec2w value)

Parameters

value Vec2w

Added element

PushBack(Vec3w)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec3w value)

Parameters

value Vec3w

Added element

PushBack(Vec4w)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec4w value)

Parameters

value Vec4w

Added element

PushBack(Vec6w)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec6w value)

Parameters

value Vec6w

Added element

PushBack(Vec2s)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec2s value)

Parameters

value Vec2s

Added element

PushBack(Vec3s)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec3s value)

Parameters

value Vec3s

Added element

PushBack(Vec4s)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec4s value)

Parameters

value Vec4s

Added element

PushBack(Vec6s)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec6s value)

Parameters

value Vec6s

Added element

PushBack(Vec2i)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec2i value)

Parameters

value Vec2i

Added element

PushBack(Vec3i)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec3i value)

Parameters

value Vec3i

Added element

PushBack(Vec4i)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec4i value)

Parameters

value Vec4i

Added element

PushBack(Vec6i)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec6i value)

Parameters

value Vec6i

Added element

PushBack(Vec2f)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec2f value)

Parameters

value Vec2f

Added element

PushBack(Vec3f)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec3f value)

Parameters

value Vec3f

Added element

PushBack(Vec4f)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec4f value)

Parameters

value Vec4f

Added element

PushBack(Vec6f)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec6f value)

Parameters

value Vec6f

Added element

PushBack(Vec2d)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec2d value)

Parameters

value Vec2d

Added element

PushBack(Vec3d)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec3d value)

Parameters

value Vec3d

Added element

PushBack(Vec4d)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec4d value)

Parameters

value Vec4d

Added element

PushBack(Vec6d)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Vec6d value)

Parameters

value Vec6d

Added element

PushBack(Point)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Point value)

Parameters

value Point

Added element

PushBack(Point2d)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Point2d value)

Parameters

value Point2d

Added element

PushBack(Point2f)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Point2f value)

Parameters

value Point2f

Added element

PushBack(Point3i)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Point3i value)

Parameters

value Point3i

Added element

PushBack(Point3d)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Point3d value)

Parameters

value Point3d

Added element

PushBack(Point3f)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Point3f value)

Parameters

value Point3f

Added element

PushBack(Size)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Size value)

Parameters

value Size

Added element

PushBack(Size2d)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Size2d value)

Parameters

value Size2d

Added element

PushBack(Size2f)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Size2f value)

Parameters

value Size2f

Added element

PushBack(Rect)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Rect value)

Parameters

value Rect

Added element

PushBack(Rect2d)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Rect2d value)

Parameters

value Rect2d

Added element

PushBack(Rect2f)

Adds elements to the bottom of the matrix. (Mat::push_back)

public void PushBack(Rect2f value)

Parameters

value Rect2f

Added element

PushBack(Mat)

Adds elements to the bottom of the matrix. (Mat.push_back)

public void PushBack(Mat m)

Parameters

m Mat

Added line(s)