detectWithImagePath method
Implementation
ffi.Pointer<ffi.Char> detectWithImagePath(
ffi.Pointer<ffi.Char> image_path,
double prob_threshold,
double nms_threshold,
int target_size,
) {
return _detectWithImagePath(
image_path,
prob_threshold,
nms_threshold,
target_size,
);
}