1 | initial version |
detecting (single !) qr codes seems simple, but where on earth is the decode
functionality in java ?
2 | No.2 Revision |
detecting (single !) qr codes seems is fairly simple, but where on earth is
unfortunately, as of now(4.1.0), you cannot use the decode
functionality in java ?from java, due to:
//
// C++: string cv::QRCodeDetector::decode(Mat img, Mat points, Mat& straight_qrcode = Mat())
//
// Return type 'string' is not supported, skipping the function