MCPcopy Create free account
hub / github.com/Smorodov/Multitarget-tracker / SetUseAdjust

Method SetUseAdjust

example/VideoExample.h:40–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39 ///
40 void SetUseAdjust(bool useCLAHE)
41 {
42 if (useCLAHE)
43 {
44 m_clahe = cv::createCLAHE(1.2, cv::Size(4, 4));
45 AdjustMatBGR();
46 }
47 else
48 {
49 m_clahe.reset();
50 }
51 }
52
53 ///
54 bool empty() const noexcept

Callers 2

VideoExampleMethod · 0.80
SyncProcessMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected