Ask Your Question

zzxjl1's profile - activity

2020-02-04 15:02:14 -0600 received badge  Necromancer (source)
2020-02-04 14:55:29 -0600 answered a question Fatal signal 11 (SIGSEGV), code 2 from knnMatch in OpenCV4Android 3.2

Problem solved after changing BFMatcher bf = new BFMatcher(Core.NORM_HAMMING); to DescriptorMatcher bf = DescriptorMatc

2020-02-04 13:49:38 -0600 answered a question Fatal signal 11 (SIGSEGV), code 2 from knnMatch in OpenCV4Android 3.2

I'm getting the same error.