| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_objdetect |
| Modifier and Type | Method and Description |
|---|---|
static FaceDetectorYN |
FaceDetectorYN.create(BytePointer model,
BytePointer config,
Size input_size) |
static FaceDetectorYN |
FaceDetectorYN.create(BytePointer model,
BytePointer config,
Size input_size) |
static FaceDetectorYN |
FaceDetectorYN.create(BytePointer model,
BytePointer config,
Size input_size,
float score_threshold,
float nms_threshold,
int top_k,
int backend_id,
int target_id)
\brief Creates an instance of this class with given parameters
|
static FaceDetectorYN |
FaceDetectorYN.create(BytePointer model,
BytePointer config,
Size input_size,
float score_threshold,
float nms_threshold,
int top_k,
int backend_id,
int target_id)
\brief Creates an instance of this class with given parameters
|
static FaceDetectorYN |
FaceDetectorYN.create(String model,
String config,
Size input_size) |
static FaceDetectorYN |
FaceDetectorYN.create(String model,
String config,
Size input_size) |
static FaceDetectorYN |
FaceDetectorYN.create(String model,
String config,
Size input_size,
float score_threshold,
float nms_threshold,
int top_k,
int backend_id,
int target_id) |
static FaceDetectorYN |
FaceDetectorYN.create(String model,
String config,
Size input_size,
float score_threshold,
float nms_threshold,
int top_k,
int backend_id,
int target_id) |
Copyright © 2023. All rights reserved.