mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
does not build, mostly ported concentric_finder
This commit is contained in:
@@ -78,6 +78,7 @@ pub trait BitMatrixCursor {
|
||||
// }
|
||||
|
||||
fn movedBy<T: BitMatrixCursor>(self, d: Point) -> Self;
|
||||
fn turnedBack(&self) -> Self;// { return {*img, p, back()}; }
|
||||
// {
|
||||
// auto res = *this;
|
||||
// res.p += d;
|
||||
@@ -160,6 +161,8 @@ pub trait BitMatrixCursor {
|
||||
res
|
||||
}
|
||||
|
||||
fn p(&self) -> Point;
|
||||
|
||||
// template<typename ARRAY>
|
||||
// ARRAY readPattern(int range = 0)
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user