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

Adding QR codes support in the ImageRedactorEngine #1036

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Feb 8, 2023

  1. Add abstract QRRecognizer

    vpvpvpvp committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    5600a52 View commit details
    Browse the repository at this point in the history
  2. Add OpenCVQRRecongnizer

    vpvpvpvp committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4a6832a View commit details
    Browse the repository at this point in the history
  3. Move

    vpvpvpvp committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6112513 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9511480 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Convert PIL to numpy

    vpvpvpvp committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    72a51f3 View commit details
    Browse the repository at this point in the history
  2. Fix empty points list

    vpvpvpvp committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ad81ade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3977ebb View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Update

    vpvpvpvp committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    2e3ca74 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Update qr_recognizer.py

    vpvpvpvp committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ecd403c View commit details
    Browse the repository at this point in the history
  2. Update image redactor

    vpvpvpvp committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b78dffd View commit details
    Browse the repository at this point in the history
  3. Update verify engine

    vpvpvpvp committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a5a32fd View commit details
    Browse the repository at this point in the history
  4. Create QRImageAnalyzerEngine

    vpvpvpvp committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3c3fee9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Change detection order

    vpvpvpvp committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    8f170c8 View commit details
    Browse the repository at this point in the history
  2. Add tests

    vpvpvpvp committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    984286f View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    vpvpvpvp committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    2a53628 View commit details
    Browse the repository at this point in the history
  4. Lock deps

    vpvpvpvp committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ac97022 View commit details
    Browse the repository at this point in the history
  5. Fix Dockerfile

    vpvpvpvp committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    2bc39bb View commit details
    Browse the repository at this point in the history
  6. Update docs

    vpvpvpvp committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    007e0d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Update test qr images

    vpvpvpvp committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1de5f94 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. fix decode duplication

    vpvpvpvp committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    f248581 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    843ef17 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    17aff14 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    vpvpvpvp committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e29f0e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    bb8095c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac62fb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Update recognize method

    vpvpvpvp committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    4975682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98a7d1a View commit details
    Browse the repository at this point in the history