MCPcopy Create free account
hub / github.com/city-super/Octree-GS / getResolutionCV

Method getResolutionCV

SIBR_viewers/src/core/video/Video.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 cv::Size Video::getResolutionCV() {
41 checkLoad();
42 return cv::Size(resolution[0], resolution[1]);
43 }
44
45 int Video::getCurrentFrameNumber() {
46 checkLoad();

Callers 1

getMedianMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected