module Goishi::LocatorSession::RayScanner
Extended Modules
Defined in:
goishi/locator/ray_scanner.crInstance Method Summary
- #scan_subalignment_vec_rmqr(data : Canvas(UInt8), e1 : Point, v_vec : Point, h_vec : Point, color : UInt8)
- #scan_timing_pattern(data : Canvas(UInt8), e1 : Point, e2 : Point, vec : Point, color : UInt8)
- #scan_timing_pattern_rmqr(data : Canvas(UInt8), e1 : Point, e2 : Point, first_mods : Int, est_vec : Point, color : UInt8, rev_search : Bool)
- #test_alignment_pattern(data : Canvas(UInt8), center : Point, color : UInt8)
- #test_finder_pattern(data : Canvas(UInt8), center : Point, color : UInt8)
Instance Method Detail
def scan_subalignment_vec_rmqr(data : Canvas(UInt8), e1 : Point, v_vec : Point, h_vec : Point, color : UInt8)
#