struct Goishi::LocatorSession

Included Modules

Defined in:

goishi/locator.cr
goishi/locator/line_scanner.cr
goishi/locator/mqr.cr
goishi/locator/qr.cr
goishi/locator/ray_scanner.cr
goishi/locator/rmqr.cr

Constructors

Instance Method Summary

Instance methods inherited from module Goishi::LocatorSession::RMQRLocator

locate_rmqr(max_candidates : Int, & : QRLocation -> ) locate_rmqr

Instance methods inherited from module Goishi::LocatorSession::MQRLocator

locate_mqr(max_candidates : Int, & : QRLocation -> ) locate_mqr

Instance methods inherited from module Goishi::LocatorSession::QRLocator

locate_qr(max_candidates : Int, & : QRLocation -> ) locate_qr

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def set_data(data : Canvas(UInt8)) #

[View source]