Opencv 3.4.1 android SDK has no NMSBoxes() and Dnn::forward() but it declared in header.

asked 2018-08-22 03:15:15 -0600

I am using android opencv sdk(version3.4.1). On pc version, it can detect object with yolo v3 model. But in android version, libopencv_java3.so file has no NMSBlockes() and forward() fucntions I think. Because i got errors such as references undefined functions:dnn::opencv_experimental_v4::NMSBlocks(), and forward(). What is the matter?

edit retag flag offensive close merge delete