| Package | Description |
|---|---|
| org.opencv.objdetect |
| Modifier and Type | Method and Description |
|---|---|
static FaceDetectorYN |
FaceDetectorYN.__fromPtr__(long addr) |
static FaceDetectorYN |
FaceDetectorYN.create(String model,
String config,
Size input_size)
Creates an instance of this class with given parameters
|
static FaceDetectorYN |
FaceDetectorYN.create(String model,
String config,
Size input_size,
float score_threshold)
Creates an instance of this class with given parameters
|
static FaceDetectorYN |
FaceDetectorYN.create(String model,
String config,
Size input_size,
float score_threshold,
float nms_threshold)
Creates an instance of this class with given parameters
|
static FaceDetectorYN |
FaceDetectorYN.create(String model,
String config,
Size input_size,
float score_threshold,
float nms_threshold,
int top_k)
Creates an instance of this class with given parameters
|
static FaceDetectorYN |
FaceDetectorYN.create(String model,
String config,
Size input_size,
float score_threshold,
float nms_threshold,
int top_k,
int backend_id)
Creates an instance of this class with given parameters
|
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)
Creates an instance of this class with given parameters
|
Copyright © 2022. All rights reserved.