Results 2 issues of Jayesh Mahapatra

The native android package output format was mismatched with the objects defined in typescript. The typescript definition expected objects, while the native module output was float list. Fixed it by...

Countour detection in android incorrectly checked "classification_mode" key. We now fix this by getting the correct "contour_mode" key, and performing contour detection based on it.