Hi all, i wanna store a descriptor which is computed by akaze->compute(grey, kpts, desc);
into some DB. For that purpose I would need the binary descriptor in some other format than cv::Mat desc;
. I would prefer some enum or bool container like std::vector<bool>
. How can I get the values out of desc??