Updated by Alexander Shishkov about 13 years ago

I'm traying to train an AdaBoost [[AdaBoost]] with a very big matrix (30000 samples of 80000 dimensions). I have compiled the OpenCV [[OpenCV]] in 64 bits. But, in many places of the code the types are int (Cxcore, ML...). So, it is very small and it doesn't allow to use so big matrix. There is need of change many of the int types to +int64.

Is it expected to be changed?

Back