Ask Your Question

akaraali's profile - activity

2013-12-04 05:52:55 -0600 asked a question Sparse Matrix solve

Hello Folks,

Does anyone have any knowledge if OpenCV solves Sparse Matrices? (Like Ax=b)

Thanks

2013-04-23 20:52:52 -0600 answered a question save images

Hello,

I think you should give a parameter to the sprintf function, like that;

sprintf(name, "frame_%d.jpg", i);

then call cvSaveImage() function

Cheers! A.K.