vigra
vigra copied to clipboard
a generic C++ library for image analysis
Picking up the idea: It would be nice to have a common interface to read different types of multi-dimensional images (and Subsets / ROIs of the data). citing ulli from...
This is a feature-request / place-to-capture a design document. ## Summary It would be nice to have support for OpenCL interoperation with Vigra MultiArrays. ## Details This can be at...
For this functions either the functionality is not implemented for multi array or is missing the glue function which exports the code to python Traceback (most recent call last): File...
See http://www.stack.nl/~dimitri/doxygen/formulas.html for details.
I saved the code (together with the entire 3D Canny operator code) into branch 'feature-canny3d'
a function able to work with different sigmas in different direction should be allowed to get sigmas with associate axistag in each direction, for example gaussian smoothing with sigmas different...
I would like to use the vigra library on images saved from MeVisLab. Background: MeVisLab uses a DCM/TIFF format, in which a .dcm file contains the medical meta information and...
see, for example, [Eirc Jonssons report](http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-53340) on an implementation of Linköping University. This should be based on the histogram class of issue #38.