Navigation
API > API/Plugins > API/Plugins/OpenCVHelper > API/Plugins/OpenCVHelper/FOpenCVHelper
| Type | Name | Description | |
|---|---|---|---|
| bool | IdentifyCheckerboard
(
TArray< FColor >& Image, |
Identify a checkerboard pattern in the input image with the given checkerboard dimensions (columns x rows), and output the 2D coordinates of the intersections between each checkerboard square | |
| bool | IdentifyCheckerboard
(
TArray< FColor >& Image, |
Identify a checkerboard pattern in a region of interest of the input image with the given checkerboard dimensions (columns x rows), and output the 2D coordinates of the intersections between each checkerboard square |