Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

detecting (single !) qr codes seems simple, but where on earth is the decode functionality in java ?

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