QRCodeDetectorAsync extension
Methods
-
decodeAsync(
InputArray img, {VecPoint? points, Mat? straightCode}) → Future< (String, VecPoint?, Mat?)> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension
-
decodeCurvedAsync(
InputArray img, VecPoint points, {OutputArray? straightQRcode}) → Future< (String, Mat)> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension
-
detectAndDecodeAsync(
InputArray img, {VecPoint? points, OutputArray? straightCode}) → Future< (String, VecPoint, Mat)> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension
-
detectAndDecodeCurvedAsync(
InputArray img, {VecPoint? points, Mat? straightQRcode}) → Future< (String, VecPoint, Mat)> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension
-
detectAndDecodeMultiAsync(
InputArray img) → Future< (bool, List< String> , VecPoint, VecMat)> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension
-
detectAsync(
InputArray input, {VecPoint? points}) → Future< (bool, VecPoint)> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension
-
detectMultiAsync(
InputArray img, {VecPoint? points}) → Future< (bool, VecPoint)> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension