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

Coraf reef task #60

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Coraf reef task #60

wants to merge 12 commits into from

Commits on Jun 9, 2021

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

Commits on Jun 13, 2021

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

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    fa46f14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    778b0ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5437e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    224f458 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e464d99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8d7769 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

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

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    3b74f71 View commit details
    Browse the repository at this point in the history
  2. Add algorithm for solving reef coral task

    Module is divided into preprocessing part and the one with the main logic and functionality. determine_coral_reef_changes is used to combine all logic and preprocessing parts. The key to solve it was to get white and pink parts of the coral reef and then work on them (using bitwise operations). We needed to align two pictures to have similar perspective (align_photos function).
    mradzikowski committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    3192db0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e71259d View commit details
    Browse the repository at this point in the history