AliceVision icon indicating copy to clipboard operation
AliceVision copied to clipboard

Color checker detection and correction update

Open demoulinv opened this issue 2 years ago • 0 comments
trafficstars

Description

Update the color checker detection and correction to have a better processing of linear images, enable some new processing modes and combination of several color checkers detected in the same dataset.

linked to https://github.com/alicevision/Meshroom/pull/2186

Features list

  • [x] Set "sRGB linear" as the processing color space for color correction.
  • [x] Add processing modes "Luminance Only" and "White Balance Only" in addition to the full color processing mode.
  • [x] Quality metric for a color checker in an image based on area and pose.
  • [x] Enable usage of several color checkers in a set of images by combining them.
  • [x] Add option to launch color checker detection only on images with a name matching a filter.
  • [x] Forward specific image name through HDR fusion.

Implementation remarks

demoulinv avatar Sep 11 '23 12:09 demoulinv