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

Function AsRowVec

jni/stasm/misc.h:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206static inline VEC AsRowVec(const MAT& mat) // view entire matrix as a row vector
207{
208 CV_Assert(mat.isContinuous());
209 return MAT(1, mat.rows * mat.cols, Buf(mat));
210}
211
212// Note on unused points:
213//

Callers

nothing calls this directly

Calls 1

BufFunction · 0.85

Tested by

no test coverage detected