As I'm thinking about +SpectraStudy #SensorMaster next feature instead of doing proper Saturday night activities, I got curious about how the spectrum of the displays right in front of me look

So there's one each for the Dell 2407 WFP, Galaxy S4, Nexus 5 and Nexus 10.

If the AMOLED and mobile LCDs spectrum are rather typical, the CCFL-backlight desktop monitor spectrum is unlike anything I've seen before.

Now I understand why no software nor sensor I used so far (based on the standard but old CIE 1931 2° observer model) has been capable of color-matching it with others, not even remotely.

This is great for me because that'll be the perfect benchmark for the physiologically relevance of the color matching function I'm integrating in my program.

#supercurioBlog #color #calibration #measurements #display #development

   

In Album Some white spectrum

Source post on Google+

Colorimeter measurements corrected from spectral readings

Late yesterday night, I completed the math and code to adjust my display high precision colorimeter measurements with spectral readings taken with a spectrophotometer.

During #MWC15 , I was going booth to booth with both a X-Rite I1 Display Pro colorimeter, that's particularly quick and a EFI-ES1000 spectrophotometer (same as a X-Rite i1 Pro), connected alternatively to the tablet running my software.

The spectrophotometer is about 3 times slower, but has the merit to see the light wavelengths intensities while the colorimeter uses some kind of RGB sensor that's able to tell the real colors only if their spectral characteristics match what it has been optimized for.

The correction logic was not implemented until now, so here are graphs from a +HTC One M9 unit, before and after correction.

Not only the spectrophotometer doesn't see the same thing, but these measurement confirm why you've heard reviewers mentioning a ''green tint" on the M9.
It's indeed here, and our eyes are very sensitive to an excess of green. We tend to be less bothered by wrong amounts of red and blue however. The M9 display also has too much blue and not enough red.

#progress #supercurioBlog #color #display #calibration #development

     

In Album Have correction from spectral readings now

Source post on Google+

I'm currently learning how / writing code to convert spectral data to XYZ color space values, using various color matching functions

One thing often overlooked is that the CIE 1931 2° color matching function is not ideal to match monitors in the first place for several reason:
– When you look at a monitor, the field of view used represents a lot more than 2°
– Further research since 1931 characterized the average eye's spectral response a lot better

Wide gamut displays like OLED, LCDs equipped with quantum dot film or furthermore LCDs with laser backlight can produce color primaries with narrow spectrum.

In case the wavelengths composing these primaries fall where the CIE 1931 XYZ function is not so precise, it turns out color matching between displays of different technologies simply doesn't work anymore. Like way off.

As an illustration, you probably have seen an AMOLED equipped smartphone that was too green despite the manufacturer's effort to calibrate it to D65 white point, and measurements with regular tools and software confirming that; but not your eyes.

This +Sony's whitepaper explain they had the same issue when calibrating their reference OLED displays and the solution they adopted.

That's another reason why I develop my own display analysis software suite.
The mobile industry is extremely fast at adopting the latest display technologies and it requires state of the art research to keep up 🙂

#supercurioBlog #calibration #color #development



www.wellen-noethen.de/fileadmin/images/news/2014/05-2014/OLED-ColourMatching-WhitePaper.pdf

Source post on Google+

Color is consistent and close enough to content creators intent in movie theaters because each calibrate their projectors and screens

I've been fascinated by this explanation on how calibration was done for film distribution with inevitable deviations due to the analog nature of the process.

In this video, +CineTechGeek​ shows it consists in calibrating essentially the primaries coordinates. I wonder what the response curve is tho: I suppose essentially linear with a rolloff in highlights?
Cool stuff, I'll watch more or those videos to continue learning about it 😊

Via +wolfcrow

#supercurioBlog #color #video #calibration

Source post on Google+

Shoot; after adding support for latest HCFR versions I realized that they're unable to display the high precision measurement correctly

As you can see from simulated measurements shown here, both Luminance and Gamma graphs are crapped up on current HCFR 3.1.6, compared to the old 3.0.4.0 version (from April 2012).

On the CIE 1931 gamut and saturations graphs, the saturation targets are actually nice on the new version, but the errors when visualizing the curves are a deal breaker.
Well, a little bit of time lost it seems, but I'm still targeting a public release soon.

#supercurioBlog #color #calibration

     

In Album Old vs New HCFR visualisation

Source post on Google+

As a writer of display and camera calibration software, I have to applaud +Curtis Judd who made this video 2 days ago on the topic of monitor calibration with video editing in mind

I noticed no error or misconception; this is rare enough to be congratulated for 🙂
You'll see he makes a series of good points on introduction-level questions and explains them in ways that are easy to understand.

Excellent job +Curtis Judd!
All my encouragements and support if you'd like to do talk more about calibration in more videos.

#supercurioBlog #color #calibration

Source post on Google+

Re-sharing here because happy with the results :)

#supercurioBlog #camera #calibration #cyanogen #oneplus

Originally shared by +Francois@Cyanogen Inc.

In my last post, I was talking about flat field correction, a technique that allows to fix lens vignetting and associated lens+sensor color cast.

Here's a first result 🙂

This is the same picture of an uniform white reference, with contrast +100 in Lighroom to emphasis the difference:

– Without DNG correction
– Without DNG correction but with Lighroom built-in Lens Vignetting tool adjusted to best settings possible
– With DNG flat-field correction defined in the DNG file itself: to the user, it's like vignetting or color cast were never here!

And.. back to code 😉

  

In Album First DNG FlatField correction results

Source post on Google+

One of the targets I use for camera calibration purposes lately

Funny what +Google Photos auto awesome does with it!
Useful too as X-Rite ColorChecker Digital SG uses a semi-gloss finish and I was shooting it at various angles to see the effect of sun reflections.

#supercurioBlog #camera #color #calibration #development

 

Source post on Google+

Calibrating a computer monitor via 17 grayscale points only, and manually?

Wow, my calibration algorithm works automatically and with 256 points instead.
That means correcting every single color in the grayscale instead of the usual grand interpolation approximation as demonstrated here.
I also notice that their automatic calibration starts at $299.

#supercurioBlog #display #color #calibration



Direct Display Control, AutoCal, And PC Client 3

Source post on Google+

Continuing my personal calibration algorithm project during this week end:

I got the black point calculations right this time!
This one wasn't so easy to write and required some silence to boot 🙂

Now it works just as expected and allows to generate a XYZ black point target:
– from a XYZ input (measured) blackpoint
– for a defined RGB colorspace
– for target white point
– with two parameters allowing to specify how much the black point color should stick to the white point color or to the input black point XYZ color, and another setting the balance between channel clipping and clipping protection.

Coding for my own still feels different (relaxing) compared to coding for work.
Phew! Alright, I wasn't sure it would happen.

#supercurioBlog #calibration #color

Source post on Google+