in reply to Re^2: Abstract image registration or feature detection
in thread Abstract image registration or feature detection [UPDATED w examples]
These are the outputs for my run (adding a print "perl version $]";print "PDL version $PDL::VERSION"; at the beginning to print the versions):
Mathematically speaking, a [3x3] x [3x2] is the right balance of dimensions for a successful matrix multiplication (resulting in a [3x2] matrix). The use of PDL::Matrix used to be the way to make PDL match mathematical order for the dimensions, but maybe they've changed that between 2.019 and 2.057. (I don't think I can test, because the Strawberry Perl PDL setup is rather dependent on the libraries that Strawberry bundles, and I don't know if upgrading PDL will work... maybe I'll try in a sandbox to avoid ruining my "main" installation).
I tried getting rid of the use PDL::Matrix, but then that gets rid of the mpdl command, causing errors during perl's compile stage, and I'm not sure what hoops I would need to jump through to make my script compatible with both 2.019 and 2.057.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Abstract image registration or feature detection
by pryrt (Abbot) on Jul 04, 2022 at 20:54 UTC | |
|
Re^4: Abstract image registration or feature detection
by kikuchiyo (Hermit) on Jul 04, 2022 at 21:01 UTC | |
by etj (Priest) on Jul 05, 2022 at 20:51 UTC | |
by pryrt (Abbot) on Jul 05, 2022 at 19:28 UTC | |
|
Re^4: Abstract image registration or feature detection
by etj (Priest) on Jul 05, 2022 at 21:26 UTC |