Questions tagged [vigra]

for questions related to the VIGRA Computer Vision Library

VIGRA stands for "Vision with Generic Algorithms". It's an image processing and analysis library that puts its main emphasis on customizable algorithms and data structures. VIGRA is especially strong for multi-dimensional images, because many algorithms (e.g. filters, feature computation, superpixels) are implemented for arbitrary high dimensions. 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. As of version 1.7.1, VIGRA also provides extensive Python bindings on the basis of the popular numpy framework.

VIGRA was originally designed and implemented by Ullrich Köthe.

Homepage

https://ukoethe.github.io/vigra/

7 questions
2
votes
1 answer

DIPlib: Converting a dip::Image object to a vigra::MultiArrayView object with dip_vigra::DipToVigra not working

I am facing some trouble when I try to convert from a dip::Image object to a vigra::MultiArrayView. The way vice versa works fine, but when I try to call dip_Vigra::DipToVigra I am getting: error: no matching function for call to…
Phtagen
  • 121
  • 10
2
votes
0 answers

How to interpret the importance table of variables in random forest using Ilastik (VIGRA algorithme)

887/5000 Hi everyone, I use Ilastik, pixel classification software, for vessel segmentation. Given the labels and a set of functionalities, it uses a random forest algorithm from the VIGRA lybrary to make predictions on the pixels. You can access…
Titouan
  • 21
  • 3
1
vote
1 answer

How do I install vigra on macOS Mojave?

I need to use CellProfiler 2.2.0 and for that I need vigra. I followed the instructions you can find here, or at least as I interpreted them. In short: I cloned the git-repository. cd ~/git/vigra. mkdir a directory to build and cd to that…
1
vote
2 answers

C++ build fatal error: 'numpy/arrayobject.h' file not found

An include at the top of a cpp file in my project is #include , but this fails when I try to build (cmake, c++11) because /usr/local/include/vigra/numpy_array.hxx:46:10: fatal error: 'numpy/arrayobject.h' file not found. Any…
BoltzmannBrain
  • 5,082
  • 11
  • 46
  • 79
1
vote
1 answer

How to install Hugin-2016.2.0 in cent os 6.8?

Recently i have tried to install Hugin-2010 in Centos 6.8, but it says to install Hugin 2010 I required panotools 13 and unfortunately i am not able to install same on CentOS 6.8, so I thought let's try with Hugin-2016 but now it says "CMake Error…
Biraj Zalavadia
  • 28,348
  • 10
  • 61
  • 77
0
votes
1 answer

Combine OpenCVs k-means clustering and Vigra in C++

I am having an issue when I want to combine two computer graphic libraries, namely OpenCV and Vigra. I want to use OpenCVs k-means clustering algorithm for grayscale image binarization. The framework of my image processing was built earlier and…
Phtagen
  • 121
  • 10
0
votes
1 answer

Compiling Vigra with openEXR fails

I try to install Vigra with openEXR but no installation guide exist for that. ps. Also I install Lemon library, and it is not found by vigra... I tried.... sudo cmake -VIGRA_STATIC_LIB:BOOL=ON -WITH_BOOST_GRAPH:BOOL=ON -WITH_BOOST_THREAD:BOOL=ON …
Estatistics
  • 874
  • 9
  • 24