Open GoogleCodeExporter opened 9 years ago
Also checked on a 32 bit xubuntu 13.04 and a 32 bit Slackware 14.0 and I got
the same error, but on a 64 bit debian this does not occur.
So I beleive this's not concerned to distribution but architecture.
Original comment by pinterg...@gmail.com
on 19 Jul 2013 at 11:45
I've seen a similar issue on a fresh 64-bit Ubuntu 13.10 install. All
dependencies are the latest versions from the repo's. Tried with both Revision
760 from svn and the stable release, 1.50rc, both yield the same error.
processing 'adsc_ipsimaging_a1t01A1.tif_00.sig' (index 0).
wndchrm: Eigen/src/Core/DenseCoeffsBase.h:337: Eigen::DenseCoeffsBase<Derived,
1>::Scalar& Eigen::DenseCoeffsBase<Derived,
1>::operator()(Eigen::DenseCoeffsBase<Derived, 1>::Index,
Eigen::DenseCoeffsBase<Derived, 1>::Index) [with Derived =
Eigen::Map<Eigen::Matrix<double, -1, -1, 1>, 1>;
Eigen::DenseCoeffsBase<Derived, 1>::Scalar = double;
Eigen::DenseCoeffsBase<Derived, 1>::Index = long int]: Assertion `row >= 0 &&
row < rows() && col >= 0 && col < cols()' failed.
The images I'm attempting to process are small 300x300px 16bit TIFFs extracted
by a Fiji script.
On my local OS X machine, processing appears to run smoothly, so it seems this
is somewhat platform dependent.
Original comment by jacobkim...@gmail.com
on 3 Dec 2013 at 8:43
Original issue reported on code.google.com by
pinterg...@gmail.com
on 18 Jul 2013 at 11:20