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

Domanda

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

Thank you!

È stato utile?

Soluzione

Pass each key/value pair separately

by @immibis was the solution

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top