Forums - OpenCV with OpenCL Fast SURF Support

1 post / 0 new
OpenCV with OpenCL Fast SURF Support
orasnin
Join Date: 2 Oct 19
Posts: 7
Posted: Wed, 2019-12-18 01:31

Hello,

We need to run the SURF algorithm fast using OpenCL on Opencv.

It's look like no support, error:

E/art: No implementation found for void com.qualcomm.qti.Performance.native_deinit() (tried Java_com_qualcomm_qti_Performance_native_1deinit and Java_com_qualcomm_qti_Performance_native_1deinit__)
E/System: Uncaught exception thrown by finalizer
    java.lang.UnsatisfiedLinkError: No implementation found for void com.qualcomm.qti.Performance.native_deinit() (tried Java_com_qualcomm_qti_Performance_native_1deinit and Java_com_qualcomm_qti_Performance_native_1deinit__)
        at com.qualcomm.qti.Performance.native_deinit(Native Method)
        at com.qualcomm.qti.Performance.finalize(Performance.java:263)
        at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:222)
        at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:209)
        at java.lang.Thread.run(Thread.java:761)
E/art: No implementation found for void com.qualcomm.qti.Performance.native_deinit() (tried Java_com_qualcomm_qti_Performance_native_1deinit and Java_com_qualcomm_qti_Performance_native_1deinit__)
E/System: Uncaught exception thrown by finalizer
    java.lang.UnsatisfiedLinkError: No implementation found for void com.qualcomm.qti.Performance.native_deinit() (tried Java_com_qualcomm_qti_Performance_native_1deinit and Java_com_qualcomm_qti_Performance_native_1deinit__)
        at com.qualcomm.qti.Performance.native_deinit(Native Method)
        at com.qualcomm.qti.Performance.finalize(Performance.java:263)
        at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:222)
        at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:209)
        at java.lang.Thread.run(Thread.java:761)

 

  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.