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

Pergunta

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

Thank you!

Foi útil?

Solução

Pass each key/value pair separately

by @immibis was the solution

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top