Navigation
API > API/Plugins > API/Plugins/OpenCVHelper > API/Plugins/OpenCVHelper/FOpenCVHelper
References
| Module | OpenCVHelper |
| Header | /Engine/Plugins/Runtime/OpenCV/Source/OpenCVHelper/Public/OpenCVHelper.h |
| Include | #include "OpenCVHelper.h" |
| Source | /Engine/Plugins/Runtime/OpenCV/Source/OpenCVHelper/Private/OpenCVHelper.cpp |
static bool FitLine3D
(
const TArray< FVector > & InPoints,
FVector & OutLine,
FVector & OutPointOnLine
)
Remarks
Find a 3D fit line that passes through the input points, as well as a point on that line