MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / isMinNeighborsValid

Function isMinNeighborsValid

plugins/video/parameter-wrappers.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95static bool isMinNeighborsValid(int minNeighbors)
96{
97 return minNeighbors >= minMinNeighbors &&
98 minNeighbors <= maxMinNeighbors;
99}
100
101bool ObjDetectParameters::Load(obs_data_t *obj)
102{

Callers 1

LoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected