LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Color spectrum matching

Hello everyone,

 

I have 2 different color spectrum and I want to learn those two are matching or not. I tried to colormatching.vi however to use that vi, I need a color spectrum and image to learn a match score. But I do not have the image, so I need to compare and find out a match score from 2 different color spectrum. Could you help me with that problem? any vi to compare two spectrum or any idea for compare.

0 Kudos
Message 1 of 3
(2,036 Views)

I'd try to turn one spectrum into an image. Not sure what the exact structures are, but an image can be make from colors, and the spectrum defines those colors. So adding pixels to an image in a loop over all spectrum colors would result in a spectrum image that can be compared.

0 Kudos
Message 2 of 3
(2,018 Views)

How about subtraction or division?

https://en.wikipedia.org/wiki/Similarity_measure

0 Kudos
Message 3 of 3
(1,989 Views)