Skip to content

[Help Appreciated] OpenCV configuration variables #64

@helmesjo

Description

@helmesjo

I'm currently in the process of packaging OpenCV which comes with a plethora of configuration variables, and I've started extracted some of them here from eg. cvconfig.h.in (there are others, but this appears to be the main one to get started).
It's not clear to me ATM which are OpenCV-specific and which are generic variables (if any), but I figured I'll list them here if anyone wants to chip in on figuring out how each check is determined true/false:

cvconfig.h.in

  • HAVE_AVIF
  • HAVE_CLAMDBLAS
  • HAVE_CLAMDFFT
  • HAVE_CLP
  • HAVE_DYNLINK_NVCUVID_HEADER
  • HAVE_GDAL
  • HAVE_GDCM
  • HAVE_HALIDE
  • HAVE_HPX
  • HAVE_INTTYPES_H 1
  • HAVE_IPP
  • HAVE_IPP_ICV
  • HAVE_IPP_IW
  • HAVE_IPP_IW_LL
  • HAVE_NVCUVENC
  • HAVE_NVCUVID
  • HAVE_NVCUVID_HEADER
  • HAVE_PTHREAD
  • HAVE_PTHREADS_PF
  • HAVE_QUIRC
  • HAVE_SPNG
  • HAVE_TIFF
  • HAVE_VA
  • HAVE_VA_INTEL
  • HAVE_VULKAN
  • WORDS_BIGENDIAN

cv_cpu_config.h.in

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions