samueljackson92 / major-project

Repository for the major project
MIT License
7 stars 0 forks source link

K-means clustering in blob detection #17

Closed samueljackson92 closed 9 years ago

samueljackson92 commented 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)