Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^4: Perl Image Analysis

by rustyjuggler (Initiate)
on Oct 06, 2006 at 06:41 UTC ( [id://576621]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Perl Image Analysis
in thread Perl Image Analysis

If you have the RGB-values you can easily convert them to grayscale through the formula on Wikipedia where Y (luminance) is the grayscale intensity:

Y = 0.299 * R + 0.587 * G + 0.114 * B

Here is the link:
http://en.wikipedia.org/wiki/YUV

Anders, Norway

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://576621]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 00:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found