Documentation
¶
Index ¶
- Constants
- func Clamp[T cmp.Ordered](x, min, max T) T
- func DrawBoundingBox(origImg gocv.Mat, faces []types.FaceDetection) error
- func FastNMS(results []*types.FaceDetection, threshold float32, topK int, candidateSize int) []int
- func GetSharedLibPath() string
- func IouOf(a, b types.BoundingBox) float32
- func IouOfOptimized(a, b types.BoundingBox, areaA, areaB float32) float32
- func NMS(results []*types.FaceDetection, threshold float32, topK int, candidateSize int) []int
Constants ¶
View Source
const EPS = 1e-5
Variables ¶
This section is empty.
Functions ¶
func DrawBoundingBox ¶
func DrawBoundingBox(origImg gocv.Mat, faces []types.FaceDetection) error
DrawBoundingBox 在图像上绘制人脸检测框
func GetSharedLibPath ¶
func GetSharedLibPath() string
func IouOfOptimized ¶
func IouOfOptimized(a, b types.BoundingBox, areaA, areaB float32) float32
IouOfOptimized 优化的IoU计算,传入预计算面积
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.