Navigation
API > API/Plugins > API/Plugins/OpenCVHelper > API/Plugins/OpenCVHelper/FOpenCVHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool DrawCheckerboardCorners
(
const TArray< FVector2f >& Corners, |
Draw a debug view of the input checkerboard corners on top of the input texture | OpenCVHelper.h | |
static bool DrawCheckerboardCorners
(
const TArray< FVector2D >& Corners, |
Draw a debug view of the input checkerboard corners on top of the input texture | OpenCVHelper.h |
DrawCheckerboardCorners(const TArray< FVector2f > &, FIntPoint, UTexture2D *)
Description
Draw a debug view of the input checkerboard corners on top of the input texture
| Name | DrawCheckerboardCorners |
| 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 DrawCheckerboardCorners
(
const TArray < FVector2f > & Corners,
FIntPoint CheckerboardDimensions,
UTexture2D * DebugTexture
)
DrawCheckerboardCorners(const TArray< FVector2D > &, FIntPoint, UTexture2D *)
Description
Draw a debug view of the input checkerboard corners on top of the input texture
| Name | DrawCheckerboardCorners |
| 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 DrawCheckerboardCorners
(
const TArray < FVector2D > & Corners,
FIntPoint CheckerboardDimensions,
UTexture2D * DebugTexture
)