Why python raise a runtime error only with certain images?
问题 It is the third question i do in stackoverflow about that because every time i got some changes in the way python raise runtime erro. Previous questions were: here and here. In the first question i think was a matter of memory because i anylized many images, in the second case the runtime error happen at this line p2 = numpy.percentile(img, 2) and i think was a numpy module problem. but now i the runtime error happens here: imgbnbin = mh.morph.dilate(gray, disk7) At mahotas function dilate.