QRCodeDetectorAsync extension
Methods
-
decodeAsync(
InputArray img) → Future< (String, VecPoint?, Mat?)> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension
-
decodeCurvedAsync(
InputArray img, VecPoint points) → Future< (String, Mat)> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension
-
detectAndDecodeAsync(
InputArray img) → Future< (String, VecPoint, Mat)> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension
-
detectAndDecodeCurvedAsync(
InputArray img) → 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) → Future< (bool, VecPoint)> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension
-
setEpsXAsync(
double epsX) → Future< void> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension
-
setEpsYAsync(
double epsY) → Future< void> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension
-
setUseAlignmentMarkersAsync(
bool useAlignmentMarkers) → Future< void> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension
Static Methods
-
emptyNewAsync(
) → Future< QRCodeDetector> -
Available on QRCodeDetector, provided by the QRCodeDetectorAsync extension