I have a dataset of images where I have applied the BRIEF method to. I used the following tutorial: http://docs.opencv.org/trunk/doc/py_tutorials/py_feature2d/py_brief/py_brief.html
Currently the size of the matrices vary quite dramatically. I am interested in fixing the size of the matrices but I do not know how to. If there are solutions out there which use another method such as SIFT and SURF then please let me know.