Ask Your Question

sushantt's profile - activity

2014-01-19 13:01:01 -0600 received badge  Student (source)
2014-01-19 12:54:18 -0600 asked a question Support for large sized matrices

Hi everyone, I am new to this community forum so I apologise in advance if I have mis-posted this question in the wrong section. Also, I have performed a diligent Google search of this before posting.

So here goes:

The OpenCV Mat class defines rows and cols to be int, I have a particular problem in which I have to read in SIFT descriptors from ~100,000 images and then try to cluster them. The clustering algorithm needs to see the whole input set as one Mat. So, is there any (even hacky) way to redefine the Mat to have long rows and cols.

Thanks in advance for any inputs regarding this.