Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: Perl Image Analysis

by tonyc (Friar)
on Oct 06, 2006 at 01:10 UTC ( [id://576603]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($sample) = $image->getsamples(x => $x, y => $y, width => 1);
    
  2. or download this
    for my $y ( 0 .. $image->getheight() - 1 ) {
      for my $sample ($image->getsamples(y => $y)) {
        # do something with the sample
      }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-25 19:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found