Navigation
API > API/Plugins > API/Plugins/OpenCVHelper > API/Plugins/OpenCVHelper/FOpenCVHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static 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 | OpenCVHelper.h | |
static 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 | OpenCVHelper.h |
IdentifyCheckerboard(TArray< FColor > &, FIntPoint, FIntPoint, TArray< FVector2f > &)
Description
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
| Name | IdentifyCheckerboard |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OpenCV/Source/OpenCVHelper/Public/OpenCVHelper.h |
| Include Path | #include "OpenCVHelper.h" |
| Source | /Engine/Plugins/Runtime/OpenCV/Source/OpenCVHelper/Private/OpenCVHelper.cpp |
static bool IdentifyCheckerboard
(
TArray < FColor > & Image,
FIntPoint ImageSize,
FIntPoint CheckerboardDimensions,
TArray < FVector2f > & OutCorners
)
IdentifyCheckerboard(TArray< FColor > &, FIntPoint, FIntRect, FIntPoint, TArray< FVector2f > &)
Description
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
| Name | IdentifyCheckerboard |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OpenCV/Source/OpenCVHelper/Public/OpenCVHelper.h |
| Include Path | #include "OpenCVHelper.h" |
| Source | /Engine/Plugins/Runtime/OpenCV/Source/OpenCVHelper/Private/OpenCVHelper.cpp |
static bool IdentifyCheckerboard
(
TArray < FColor > & Image,
FIntPoint ImageSize,
FIntRect RegionOfInterest,
FIntPoint CheckerboardDimensions,
TArray < FVector2f > & OutCorners
)