qr_threshold_shortcut_ | R Documentation |
This is an internal function used by qr_scan_js_from_corners
and qr_scan_cpp
. It's a wrapper around image_threshold
which skips running the function call if the arguments indicate essentially
unchanged images, such as pushing the blackest 0% of pixels to black, or the
whitest 100% of pixels to white.
qr_threshold_shortcut_(mgk, type, threshold, ...)
mgk |
A magick image object. |
type |
Type of thresholding, either black or white. |
threshold |
Pixel intensity threshold. |
... |
Additional arguments passed through ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.