mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 04:42:35 +00:00
aztec red lines
This commit is contained in:
@@ -2168,7 +2168,8 @@ impl GridSampler for DefaultGridSampler {
|
||||
*
|
||||
* @author Sean Owen
|
||||
*/
|
||||
pub struct DetectorResult {
|
||||
|
||||
/* pub struct DetectorResult {
|
||||
bits: BitMatrix,
|
||||
|
||||
points: Vec<ResultPoint>,
|
||||
@@ -2190,6 +2191,13 @@ impl DetectorResult {
|
||||
return self.points;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
pub trait DetectorResult {
|
||||
//pub fn new(bits: &BitMatrix, points: &Vec<ResultPoint>) -> Self;
|
||||
pub fn get_bits(&self) -> BitMatrix;
|
||||
pub fn get_points(&self) -> Vec<ResultPoint>;
|
||||
}
|
||||
|
||||
// ECIEncoderSet.java
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user