in reply to Re: Abstract image registration or feature detection
in thread Abstract image registration or feature detection [UPDATED w examples]
One other observation for more idiomatic PDL usage is that if you're taking several slices (e.g. your sx, sy, s1) and doing the same to each, it'll be quicker to do something like:
my ($sx, $sy, $s1) = $red_in->slice('0:2')->mv(0,-1)->sumover->dog;
|
|---|