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

Video, Image & Color Calibration Processing Nodes #1221

Closed
jeffreyianwilson opened this issue Jan 10, 2021 · 4 comments
Closed

Video, Image & Color Calibration Processing Nodes #1221

jeffreyianwilson opened this issue Jan 10, 2021 · 4 comments
Labels
feature request feature request from the community

Comments

@jeffreyianwilson
Copy link

jeffreyianwilson commented Jan 10, 2021

Please consider:

  1. Color Calibration Node to apply color calibration from Macbeth charts
  2. Video processing node to extract frames and apply metadata to video to images frame as well as inject user defined metadata and apply color calibration
  3. Image processing node to convert raw photography and apply color calibration

Thanks,
Jeff

@jeffreyianwilson jeffreyianwilson added the feature request feature request from the community label Jan 10, 2021
@natowi
Copy link
Member

natowi commented Jan 10, 2021

  1. It´s being worked on, but I don´t know the status Calibrating multiple cameras (chessboard) #480 (comment)
  2. -> KeyframeSelection node (extract frames and apply metadata to video to images frame as well as inject user defined metadata )
  3. -> ImageProcessing node (should be able to convert raw images)

@jeffreyianwilson
Copy link
Author

Oh wow, I totally missed 2&3, thanks!
Jeff

@natowi natowi closed this as completed Jun 27, 2021
@natowi
Copy link
Member

natowi commented Jun 27, 2021

The next release will have color checker nodes with Macbeth support:

ColorCheckerDetection:
(BETA) \
Performs Macbeth color checker chart detection.
Outputs:

  • the detected color charts position and colors
  • the associated tranform matrix from "theoric" to "measured"
    assuming that the "theoric" Macbeth chart corners coordinates are:
    (0, 0), (1675, 0), (1675, 1125), (0, 1125)
    Dev notes:
  • Fisheye/pinhole is not handled
  • ColorCheckerViewer is unstable with multiple color chart within a same image

ColorCheckerCorrection: (BETA) \
Performs color calibration from Macbeth color checker chart.
The node assumes all the images to process are sharing the same colorimetric properties.
All the input images will get the same correction.
If multiple color charts are submitted, only the first one will be taken in account.

#1266

@natowi
Copy link
Member

natowi commented May 7, 2023

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

No branches or pull requests

2 participants