luispedro / mahotas

Computer Vision in Python
https://mahotas.rtfd.io
Other
839 stars 147 forks source link

Mahotas.features.haralick takes too long to compute when distance increases is greater than 100. #141

Open waleedrazakhan92 opened 1 year ago

waleedrazakhan92 commented 1 year ago

I'm using mahotas.features.haralick to compute 13 dimensional haralick feature vector for all four angles on images with different sizes. When i set the distance greater than 100 then the computation time slows down very much. Is there any way to speed it up.