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

Method setTo

src/openpose/core/matrix.cpp:373–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 }
372
373 void Matrix::setTo(const double value)
374 {
375 try
376 {
377 spImpl->mCvMat.setTo(value);
378 }
379 catch (const std::exception& e)
380 {
381 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
382 }
383 }
384
385 void Matrix::copyTo(Matrix& outputMat) const
386 {

Callers

nothing calls this directly

Calls 2

whatMethod · 0.80
errorFunction · 0.50

Tested by

no test coverage detected