haraldhv
/
aigo
Archived
1
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
aigo/lib/settings.cpp

13 lines
183 B
C++

#include "settings.h"
Settings::Settings( void )
{
colorThreshold[0] = 100;
colorThreshold[1] = 1000;
ul.x = bl.x = ul.y = ur.y = 30;
ur.x = br.x = 610;
br.y = bl.y = 450;
}