openscan icon indicating copy to clipboard operation
openscan copied to clipboard

Inspired by Rocketbook on Indegogo, this open source app allows the generation of printable, easy-to-scan pages, along with scanning API's to quickly and accurately scan compatible documents.

Results 10 openscan issues
Sort by recently updated
recently updated
newest added

Also, remove Method from Par and setValues.

Migrating over to an explicit "selectMethod" function so it doesn't have to recalculate data.

This is what most websites advise. getPolys should look something like this: ``` python approx = cv2.approxPolyDP(c, 0.02 * distRatio, True) ``` where distRatio replaces distTol and is a double

I built QRdetect as generally as possible, able to detect ALL QR codes in an image. However, this is very complex and for a high number of QR codes it...

main.cpp ``` cpp struct udata { Capture *capt; Par param; } token; Capture C; int etol1, etol2, eSize, polyTol; int cBlock, cSize, k, cThresh; void setTrackBar(int v, void* userdata){ cout

Should be able to scan quickly the pages of books, and undistort them. This is not a feature that can be easily integrated into the current library, as none of...

Should be able to scan regular pages and pages with a strong border. Right now this feature is implemented but is showing bugs where the outline of the page is...

There should be an optional sharpness threshold of acceptable outputs.

Should use the built in Fp class and a derivative of the hasRectangles method to classify the tri-corners of one or multiple qr codes distinct from each other and distinct...