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

New ColorChecker Detection and Correction #1266

Merged
merged 26 commits into from
Apr 26, 2021

Conversation

ludchieng
Copy link
Contributor

@ludchieng ludchieng commented Feb 11, 2021

Description

Color checker detection and Color checker correction nodes (beta)

Features list

  • Color chart detection and colors extracting (beta)
  • Color correction (beta)

No support for Fisheye images.

Based on alicevision/AliceVision#973

@fabiencastan fabiencastan changed the title Dev/color checker New ColorChecker Detection and Correction Mar 25, 2021
Comment on lines 493 to 495
elif p.lower() == "colorcheckerdetection":
# test color checker detection pipeline
self.setGraph(multiview.colorCheckerDetection())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
elif p.lower() == "colorcheckerdetection":
# test color checker detection pipeline
self.setGraph(multiview.colorCheckerDetection())

The code used here does not exist anymore.

property real zoom: 1.0

// required for perspective transform
readonly property real ccheckerSizeX: 1675.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where does this value come from?

ludchieng and others added 25 commits April 21, 2021 19:00
…mData

If we have used a single image in input of the ColorCheckerDetection,
still allow to display it. In this particular case, there is no notion
of viewId.
_setSelectedViewpoint does not emit a signal, so it should be a private
function.
@fabiencastan fabiencastan merged commit c876d2b into alicevision:develop Apr 26, 2021
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

Successfully merging this pull request may close these issues.

3 participants