vigra-config
use the vigra library
Install
- All systems
-
curl cmd.cat/vigra-config.sh
- Debian
-
apt-get install libvigraimpex-dev
- Ubuntu
-
apt-get install libvigraimpex-dev
- Alpine
-
apk add vigra
- Arch Linux
-
pacman -S vigra
- Kali Linux
-
apt-get install libvigraimpex-dev
- CentOS
-
yum install vigra-devel
- Fedora
-
dnf install vigra-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libvigraimpex-dev
- Raspbian
-
apt-get install libvigraimpex-dev
- Dockerfile
- dockerfile.run/vigra-config
- Docker
-
docker run cmd.cat/vigra-config vigra-config
powered by Commando
vigra-devel
use the vigra library
libvigraimpex-dev
development files for the C++ computer vision library
Vision with Generic Algorithms (VIGRA) is a computer vision library that puts its main emphasis on flexible algorithms, because algorithms represent the principle know-how of this field. The library was consequently built using generic programming as introduced by Stepanov and Musser and exemplified in the C++ Standard Template Library. By writing a few adapters (image iterators and accessors) you can use VIGRA's algorithms on top of your data structures, within your environment. This package contains the header and development files needed to build programs and packages using VIGRA.
vigra
VIGRA stands for "Vision with Generic Algorithms". It's a novel
computer vision library that puts its main emphasis on customizable algorithms and data structures. By using template techniques similar to those in the C++ Standard Template Library, you can easily adapt any VIGRA component to the needs of your application without thereby giving up execution speed.