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.
|
#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;
|
|
|
|
}
|