[ADD] hand calibration screen

This commit is contained in:
Sem van der Hoeven
2021-06-04 16:27:30 +02:00
parent e4b5dc39c0
commit 1ab5ae798e
14 changed files with 176 additions and 149 deletions

View File

@@ -23,7 +23,7 @@ namespace computervision
int frameWidth = input.size().width, frameHeight = input.size().height;
int rectangleSize = 25;
Scalar rectangleColor = Scalar(255, 0, 255);
Scalar rectangleColor = Scalar(0, 255, 255);
skinColorSamplerRectangle1 = Rect(frameWidth / 5, frameHeight / 2, rectangleSize, rectangleSize);
skinColorSamplerRectangle2 = Rect(frameWidth / 5, frameHeight / 3, rectangleSize, rectangleSize);