Boost logo

Ublas :

From: Hirotaka Niitsuma (hirotaka.niitsuma_at_[hidden])
Date: 2005-10-07 02:05:44


I made an interface between c_matrix c_vector and matrix of OpenCV.

Please see

class CublasCvMatrix
of
ublascvmatrix.hxx
in
http://www2s.biglobe.ne.jp/~niitsuma/STLLCV/STLLCV02.lzh

Same interface to resizable matrix ublas::matrix
(comment out class CCvMatWrapped)
doesn’t work.
I hope allocator of ublas::matrix has compatibility to standard C array.