Code Monkey home page Code Monkey logo

Comments (8)

windyuan avatar windyuan commented on June 17, 2024

assign to @zongwave

from libxcam.

windyuan avatar windyuan commented on June 17, 2024

fixed by #479

from libxcam.

uartie avatar uartie commented on June 17, 2024

If user explicitly passes --enable-opencv to configure, then configure should fail if opencv < 3.0.

#479 disables opencv unconditionally if < 3.0 irregardless of --enable-opencv flag explicitly specified.

You can reference libva's configure.ac for examples on how to deal with this kind of case in configure.ac.

from libxcam.

windyuan avatar windyuan commented on June 17, 2024

@uartie you are right. sorry for the quick patch merge.
@zongwave it's not necessary to define lots small opencv versions in configure. it's just a dependence lib. and we can't only support opencv 3.0. Most of our features can come from 2.4.
- m4_define([opencv_major_version_req], [3])
- m4_define([opencv_minor_version_req], [0])
- m4_define([opencv_revision_version_req], [0])

from libxcam.

uartie avatar uartie commented on June 17, 2024

@windyuan IIUC OpenCV >= 3.0 is only needed if enabling OpenCL? Otherwise, OpenCV >= 2.4 is sufficient?

from libxcam.

windyuan avatar windyuan commented on June 17, 2024

@uartie Yes, you can think so. It's a little complicated we will support only CPU version if OpenCV <3.0

from libxcam.

windyuan avatar windyuan commented on June 17, 2024

minimum version still keeps 3.0.
but there's CAPI version supported for obsolete OpenCV. fixed in #495

from libxcam.

windyuan avatar windyuan commented on June 17, 2024

Bug has been fixed for a while. close this bug.
libxcam Linux build will not support <3.0 opencv since some important feature missing and API incompatible.
libxcam Android build can support the native opencv (platform/external/opencv) which has a version number (1.0)

from libxcam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.