Registry / other / vxl
library3.5.0vcpkgunverified

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

vcpkg install vxl
INSTALL
IMPORT
SIG · VXL
V
vxl
othercppv3.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vcl/vcl_compiler.h
#include <vcl/vcl_compiler.h>

Creates a VXL image view

#include <vcl/vcl_compiler.h> #include <vil/vil_image_view.h> #include <iostream> int main() { vil_image_view<vxl_byte> img(100, 100); std::cout << "Image created: " << img.ni() << "x" << img.nj() << "\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

vxl — pip install vxl · libregistry