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

문제

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

Thank you!

도움이 되었습니까?

해결책

Pass each key/value pair separately

by @immibis was the solution

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top