MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / AsColVec

Function AsColVec

jni/stasm/misc.h:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200static inline VEC AsColVec(const MAT& mat) // view entire matrix as a col vector
201{
202 CV_Assert(mat.isContinuous());
203 return MAT(mat.rows * mat.cols, 1, Buf(mat));
204}
205
206static inline VEC AsRowVec(const MAT& mat) // view entire matrix as a row vector
207{

Callers 1

ConformShapeToModFunction · 0.85

Calls 1

BufFunction · 0.85

Tested by

no test coverage detected