Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement qrcode.detector.Detector #2

Closed
48 tasks done
makiuchi-d opened this issue May 19, 2018 · 2 comments
Closed
48 tasks done

Implement qrcode.detector.Detector #2

makiuchi-d opened this issue May 19, 2018 · 2 comments

Comments

@makiuchi-d
Copy link
Owner

makiuchi-d commented May 19, 2018

This issue related to #1

Dependencies of qrcode.detector.Detector:

  • DecodeHintType
  • FormatException
  • NotFoundException
  • ResultPoint
    • common.detector.MathUtil
  • ResultPointCallback
  • common.BitMatrix
    • common.BitArray
  • common.DetectorResult
    • ResultPoint
    • common.BitMatrix
  • common.GridSampler
    • NotFoundException
    • common.DefaultGridSampler
    • common.BitMatrix
    • common.PerspectiveTransform
  • common.PerspectiveTransform
  • common.DefaultGridSampler
    • NotFoundException
    • common.GridSampler
    • common.PerspectiveTransform
    • common.BitMatrix
  • common.detector.MathUtils
  • qrcode.decoder.Version
    • FormatException
    • common.BitMatrix
    • qrcode.decoder.ErrorCorrectionLevel
    • qrcode.decoder.FormatInformation
  • qrcode.decoder.ErrorCorrectionLevel
  • qrcode.detector.FinderPatternFinder
    • DecodeHintType
    • NotFoundException
    • ResultPoint
    • ResultPointCallback
    • common.BitMatrix
    • FinderPatternInfo
    • FinderPattern
  • qrcode.detector.FinderPatternInfo
    • qrcode.detector.FinderPattern
  • qrcode.detector.FinderPattern
    • ResultPoint
  • qrcode.detector.AlignmentPattern
    • ResultPoint
  • qrcode.detector.AlignmentPatternFinder
    • NotFoundException
    • ResultPointCallback
    • common.BitMatrix
  • qrcode.detector.Detector
@makiuchi-d makiuchi-d changed the title Implement common.Detector Implement qrcode.detector.Detector May 19, 2018
@makiuchi-d makiuchi-d mentioned this issue May 19, 2018
47 tasks
@makiuchi-d
Copy link
Owner Author

makiuchi-d commented May 21, 2018

refactoring task:

  • BitArray.Reverse (bits.Reverse32を使う)
  • BitMatrix.Rotate180 (BitArrayを経由しない)
  • BitMatrix.Xor (コメント除去)

@makiuchi-d
Copy link
Owner Author

done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant