vigra icon indicating copy to clipboard operation
vigra copied to clipboard

a generic C++ library for image analysis

Results 132 vigra issues
Sort by recently updated
recently updated
newest added

Vigra currently does not compile with Visual Studio 2019 in C++20 mode because of the use of the deprecated functions mentioned in the issue title (which have been removed in...

When I attempt to import vigra.pyqt, I get the following error: ``` Traceback (most recent call last): File "", line 1, in File "...\lib\site-packages\vigra\pyqt\__init__.py", line 36, in import quickdialog ModuleNotFoundError:...

refactoring

Hello, I have tried to download and compile Vigra as explained in the documentation for windows users. Cmake seems to do the job except some libraries such as tif and...

I'd like to point you to my new library [zimt](https://github.com/kfjahnke/zimt), which has code initially factored out from my library [vspline](https://bitbucket.org/kfj/vspline) to process nD arrays with multithreaded SIMD code. vspline uses...

It was brought to my attention that the mailing list is down. It should at least not point to a broken webpage. Maybe we point users to https://github.com/ukoethe/vigra/

Found and corrected bug in nearBorderDirectionsCausal() it has to be tested for all the possible direction. Additionally extend the vigra test suit to test all the volume functions also for...

refactoring
testing

Encompasses #23

work in progress
feature

A SplineImageView does not work with an image(width,1). At least there should be a precondition_violation() if that case is not supported. Instead the program segfaults. ### Test Case: ``` diff...

bug