Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
static bool isMinNeighborsValid(int minNeighbors)
96
{
97
return minNeighbors >= minMinNeighbors &&
98
minNeighbors <= maxMinNeighbors;
99
}
100
101
bool ObjDetectParameters::Load(obs_data_t *obj)
102
{
Callers
1
Load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected