Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Perl Image Analysis

by tonyc (Pilgrim)
on Oct 05, 2006 at 02:07 UTC ( [id://576457]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # get all the samples for row $y
    my @samples = $image->getsamples(y => $y, channels => [ 0 ]);
    
  2. or download this
    my @samples = $image->getsamples(y => $y);
    
  3. or download this
    my $samples = $image->getsamples(y => $y);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 12:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found