detectAndCompute method
(VecKeyPoint, Mat)
detectAndCompute(
- Mat src,
- Mat mask, {
- VecKeyPoint? keypoints,
- Mat? descriptors,
- bool useProvidedKeypoints = false,
override
Implementation
@override
(VecKeyPoint, Mat) detectAndCompute(
Mat src,
Mat mask, {
VecKeyPoint? keypoints,
Mat? descriptors,
bool useProvidedKeypoints = false,
}) {
throw UnsupportedError("This function/feature is not supported.");
}