0

My input data looks like

[1,1,0,0,0,0,1,0,24,3,0,0,0......]

These are SIFT features for images and they are 128 dimensions for each sample likewise I have about 100,000 samples each with 128 dimensions. I want to discretize these features. Is there any easy python packages which can be used to do it? Thanks in advance!

Sanathana
  • 284
  • 4
  • 16
  • have you heard of opencv? – chris Feb 10 '15 at 00:31
  • I have but haven't made use of it. I forgot to perform discretization. Without discretization, I performed KMeans with scikit. I haven't used open cv at all. Any suggestions? – Sanathana Feb 10 '15 at 00:34

0 Answers0