Matrix23f GetTransformFromBbox
(
const Bbox& InBbox,
int32 InImageWidth,
int32 InImageHeight,
int32 InCropBoxSize,
float InRotation,
bool bInFlip,
PartType InPartType
) const
|
|
Nodes/HyprsenseUtils.h |
|
TArray< Bbox > HardNMS
(
const TArray< float >& InScores,
const TArray< float >& InBoxes,
float InIouThreshold,
float InProbThreshold,
int32 InTotalSize,
int32 InTopK
) const
|
|
Nodes/HyprsenseUtils.h |
|
float IOU
(
const Bbox& InBox1,
const Bbox& InBox2
) const
|
|
Nodes/HyprsenseUtils.h |
|
TArray< float > WarpAffineBilinear
(
const uint8* InSrcImage,
int32 InSrcWidth,
int32 InSrcHeight,
const Matrix23f& InTransform,
int32 InTargetWidth,
int32 InTargetHeight,
bool bInIsDetector
) const
|
|
Nodes/HyprsenseUtils.h |
|