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

StackOverflow https://stackoverflow.com/questions/23564943

  •  18-07-2023
  •  | 
  •  

Question

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

Thank you!

Était-ce utile?

La solution

Pass each key/value pair separately

by @immibis was the solution

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top