Question

How to convert a java Hashmap<Mat, bool> to a c++ std::map<Mat, bool> with android ndk ?

Thank you!

Was it helpful?

Solution

Pass each key/value pair separately

by @immibis was the solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top