MatAdd Method |
Name | Description | |
---|---|---|
Add(Byte) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Double) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Int16) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Int32) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(SByte) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Single) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(UInt16) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Mat) |
Adds elements to the bottom of the matrix. (Mat.push_back)
| |
Add(Point) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Point2d) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Point2f) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Point3d) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Point3f) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Point3i) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Rect) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Rect2d) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Rect2f) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Size) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Size2d) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Size2f) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec2b) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec2d) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec2f) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec2i) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec2s) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec2w) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec3b) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec3d) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec3f) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec3i) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec3s) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec3w) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec4b) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec4d) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec4f) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec4i) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec4s) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec4w) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec6b) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec6d) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec6f) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec6i) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec6s) |
Adds elements to the bottom of the matrix. (Mat::push_back)
| |
Add(Vec6w) |
Adds elements to the bottom of the matrix. (Mat::push_back)
|