MCPcopy Create free account
hub / github.com/cinder/Cinder / setup

Method setup

test/ThresholdTest/src/ThresholdTestApp.cpp:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39};
40
41void ThresholdTestApp::setup()
42{
43 ImGui::Initialize();
44
45 mThresholdValue = 128;
46 mAdaptiveThresholdPercentage = 0.01f;
47 mAdaptiveThresholdKernel = 64;
48
49 loadFile( getOpenFilePath() );
50}
51
52void ThresholdTestApp::loadFile( const fs::path &path )
53{

Callers

nothing calls this directly

Calls 2

loadFileFunction · 0.85
getOpenFilePathFunction · 0.85

Tested by

no test coverage detected