VectorOfMatPush Method |
| Name | Description | |
|---|---|---|
| PushTDepth(CvArrayTDepth) |
Convert a CvArray to cv::Mat and push it into the vector
| |
| PushTDepth(CvArrayTDepth) |
Convert a group of CvArray to cv::Mat and push them into the vector
| |
| Push(Mat) |
Push a value into the standard vector
| |
| Push(Mat) |
Push multiple values into the standard vector
| |
| Push(VectorOfMat) |
Push multiple values from the other vector into this vector
|