Closed samueljackson92 closed 9 years ago
The image being passed to k-means in blob_detection isn't correct. We should add a reshape beforehand:
image = image.reshape(image.size, 1)
The image being passed to k-means in blob_detection isn't correct. We should add a reshape beforehand: