Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenShot/libopenshot
/ SetImageCV
Method
SetImageCV
src/Frame.cpp:922–926 ·
view source on GitHub ↗
Set pointer to OpenCV image object
Source
from the content-addressed store, hash-verified
920
921
// Set pointer to OpenCV image object
922
void Frame::SetImageCV(cv::Mat _image)
923
{
924
imagecv = _image;
925
image = Mat2Qimage(_image);
926
}
927
#endif
928
929
// Play audio samples for this frame
Callers
1
GetFrame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected