Line descriptor: binary_descriptor - vector.data()
vector.data() does not exist in MSVC<2012, so I changed it to &vector.front() which has the same effect (pointer to the first element in the vector).
Showing
Please
register
or
sign in
to comment