kalwalt / webarkit-jsfeat-cpp

c++ jsfeat version
GNU Lesser General Public License v2.1
6 stars 3 forks source link

matrix_t inheritance #13

Closed kalwalt closed 1 year ago

kalwalt commented 2 years ago

I think matrix_t should be inherited from data_t class, in this way we can access data_t memeberes without create a pointer instance inside the matrix_t constructor.