Unit tests for ball region detection in camera images. More...
Static Protected Attributes | |
| static constexpr ImageDimensions | m_dims {10, 1, 10 * 3} |
| 10-pixel wide image; thirds: left=[0,2], center=[3,6], right=[7,9]. | |
| static constexpr RgbThreshold | m_threshold {255, 255, 255} |
| Pure white threshold for all RGB channels. | |
Unit tests for ball region detection in camera images.
Tests verify that findBallRegion correctly: