Circle-Hough-Transform icon indicating copy to clipboard operation
Circle-Hough-Transform copied to clipboard

'imarray' object has no attribute '_imarray__dimension'

Open Ek-Ram opened this issue 5 years ago • 0 comments
trafficstars

Hi, I am trying to this code but I get this error :

line 70, in convolve
    if len(mask.shape) != len(self.__dimension):
AttributeError: 'imarray' object has no attribute '_imarray__dimension

Knowing that the only change that I made is changing : switching toscipy.imageio.imreadsince scipy.misc.imread is deprecated. Thank you, for helping me.

Ek-Ram avatar Dec 17 '19 11:12 Ek-Ram