Navigation
API > API/Plugins > API/Plugins/OpenCVHelper
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UOpenCVBlueprintFunctionLibrary
References
| Module | OpenCVHelper |
| Header | /Engine/Plugins/Runtime/OpenCV/Source/OpenCVHelper/Public/OpenCVBlueprintFunctionLibrary.h |
| Include | #include "OpenCVBlueprintFunctionLibrary.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UOpenCVBlueprintFunctionLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | OpenCVArucoDetectMarkers
(
const UTextureRenderTarget2D* InRenderTarget, |
Detects all ArUco markers in the supplied image | |
| int32 | OpenCVChessboardDetectCorners
(
const UTextureRenderTarget2D* InRenderTarget, |
Detects a camera calibration chessboard in the supplied image |