MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / data

Method data

src/openpose/core/matrix.cpp:124–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 unsigned char* Matrix::data()
125 {
126 try
127 {
128 return spImpl->mCvMat.data;
129 }
130 catch (const std::exception& e)
131 {
132 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
133 return nullptr;
134 }
135 }
136
137 const unsigned char* Matrix::dataConst() const
138 {

Callers 15

setCvMatFromPtrFunction · 0.80
reconstruct3DPointsFunction · 0.80
runBundleAdjustmentFunction · 0.80
renderHumanBodyFunction · 0.80
initGraphicsFunction · 0.80
generateMeshMethod · 0.80
sendHandRectanglesMethod · 0.80
sendImageMethod · 0.80
writeMethod · 0.80
workConsumerMethod · 0.80

Calls 2

whatMethod · 0.80
errorFunction · 0.50

Tested by

no test coverage detected