Closed erik78se closed 8 years ago
My misstake dtype should have been uint8. That might be agood thing to make some test for since using int8 will fail on you.
pc_img = np.transpose((pc_img_64).astype(np.dtype('_uint8*')))
This is a bona fide bug: mahotas should never crash your interpreter even if you pass it the wrong arguments. I will fix it soon.
Thank you.
I'm getting the following error when I'm trying to extract haralick features from an envi image:
The error message:
*** Error in
python': munmap_chunk(): invalid pointer: 0x00000000017a0930 *\ Aborted (core dumped)`My environment is: