Skip to content

vxlv3.5.0

Updated

A multi-platform collection of C++ software libraries for Computer Vision and Image Understanding.

#Usage

vxl provides CMake targets:

find_package(VXL CONFIG REQUIRED)
include("${VXL_CMAKE_DIR}/UseVXL.cmake")
# Example: numerics library 'vnl'.
target_link_libraries(main PRIVATE $<TARGET_NAME:vnl>)

#License

Not declared in the port manifest

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No default features.

#core-imaging

core-imaging support for vxl

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#openjpeg

OpenJPEG support
This feature uses vendored copy of openjpeg 1.2.0 and cannot be used together with port 'openjpeg'.

Dependencies:
  • vxl

    Features: core-imaging

No transitive dependencies.

Host Dependencies:

No dependencies.

#Dependencies

and 5 transitive dependencies:

#Host Dependencies

and one transitive dependency:

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Patrick Grison's avatarPatrick Grison
  • Robert Schumacher's avatarRobert Schumacher
  • TsukasaSugiura's avatarTsukasaSugiura
  • Stefano Sinigardi's avatarStefano Sinigardi
  • Victor Romero's avatarVictor Romero
  • Phoebe's avatarPhoebe
  • NancyLi1013's avatarNancyLi1013
  • Billy O'Neal's avatarBilly O'Neal
  • autoantwort's avatarautoantwort
  • jim wang's avatarjim wang
  • Thomas1664's avatarThomas1664
  • Kai Pastor's avatarKai Pastor

#Changelog

  • 1349b90[vxl] Fix conflict with Intel libvpl (#51516)
  • 00eab75[vxl] Update to 3.5.0 (#41518)
  • 9558037[vxl] Revise deps, enable CI, add test port (#41310)
  • 3a882b3[many ports] Don't depend on default features of tiff (#38049)
  • 76d9952[vxl] Fix missing header files (#35875)
  • 2c5e3d5[vxl] no absolute paths (#21690)
  • b295670Bulk convert control files. (#19986)
  • 0c753a2[vxl] Update patch (#12854)
  • 5e8bcc9[Many ports] fix invalid character in feature name (#12306)
  • 08c951f[many ports] Upgrades to 2020.02.08 (#9986)
Show 7 earlier changes