How to obtain the raw linear values of every swatches? #84
Replies: 7 comments 3 replies
-
Actually, I wanna get the linear raw rgb values of every swatch. And my input is raw |
Beta Was this translation helpful? Give feedback.
-
Another question: Other interesting thing: when I load linear RAW But when I using |
Beta Was this translation helpful? Give feedback.
-
Hello, Typically, a PNG file and because it tends to be 8-bit will be saved with a non-linear encoding to avoid quantization issues. An EXR 16-bit Half or 32-bit file would be linearly encoded on the other hand. You can call this gamma correction but usually the encodings are more complex than a simple power function. How did you obtain/produce your RAW png file? |
Beta Was this translation helpful? Give feedback.
-
Hi Thank you for your quick response. From |
Beta Was this translation helpful? Give feedback.
-
Hi in your example,
why only three variables Based on Reference API, return Tuple[colour_checker_detection.detection.DataDetectionColourChecker], there are four elements in the tuple, how to get the fourth variant Best Regards |
Beta Was this translation helpful? Give feedback.
-
no |
Beta Was this translation helpful? Give feedback.
-
Hello, Sorry, I was abroad in US, which version of the package are you using? From |
Beta Was this translation helpful? Give feedback.
-
Question
Hi
I following the
.ipynb
about segmentation. When I usingI hope I can get the absolute locations of every patch. I think
quadrilateral
ofTuple[DataDetectionColourChecker]
can help me.However, even if parameter
additional_data
is set asTrue
, I cannot get the last element 'quadrilateral'. I only get the first three elementsswatch_colors
, 'swatch_masks', 'colour_checker'.How can I get the
quadrilateral
, or how can I get the absolute locations of every color patch?Best Regards.
Beta Was this translation helpful? Give feedback.
All reactions