MCPcopy Create free account
hub / github.com/cdcseacave/openMVS / SetImageLoading

Method SetImageLoading

apps/Viewer/Image.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void Image::SetImageLoading()
89{
90 ASSERT(IsImageEmpty());
91 Thread::safeExchange(pImage.ptr, (int_t)IMG_LOADING);
92}
93void Image::AssignImage(cv::InputArray img)
94{
95 ASSERT(IsImageLoading());

Callers 2

OnSetCameraViewModeMethod · 0.80
UploadMeshMethod · 0.80

Calls 1

safeExchangeFunction · 0.85

Tested by

no test coverage detected