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
  •  | 
  •  

Pregunta

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

Thank you!

¿Fue útil?

Solución

Pass each key/value pair separately

by @immibis was the solution

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top