Hello!
Is there a way to feed pyflann.FLANN() with points of different dimensions? For example it could be SURF descriptors of images.
What is the most appropriate way to handle this?
Would it be right to get the maximum length of dataset points and fill with zeros points of smaller dimension? I assume that it is ok, because it doesn`t change the euclidean norm and distance as well.
Thank you!
Hello!
Is there a way to feed pyflann.FLANN() with points of different dimensions? For example it could be SURF descriptors of images.
What is the most appropriate way to handle this?
Would it be right to get the maximum length of dataset points and fill with zeros points of smaller dimension? I assume that it is ok, because it doesn`t change the euclidean norm and distance as well.
Thank you!