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

If stratification is set to RF_EQUAL and sampling is done without replacement when training a Random Forest then vigra crashes. I found this out by chance when playing around with...

a mutex lock is required around calls to the planner functions (see http://www.fftw.org/fftw3_doc/Thread-safety.html)

Candidates: - [SuiteSparse](http://www.cise.ufl.edu/research/sparse/SuiteSparse/) (first choice, contains all relevant methods and is the basis of newer MATLAB versions) - [Eigen](http://eigen.tuxfamily.org/) (nice C++ interface, but doesn't yet seem to have many sparse...

feature

We should make more use of Doxygen's built-in grouping support (look how the ITK page http://www.itk.org/Doxygen/html/modules.html uses \defgroup and \ingroup, compare the source http://itk.org/gitweb?p=ITK.git;a=blob_plain;f=Documentation/Doxygen/Modules.dox;hb=HEAD) Also, we should review if the...

documentation
refactoring

Compare with Michael's matlab implementation, using the same random numbers. And while you are at it: variable names and Python documentation could also be improved.

testing

should probably be done after refactoring (see #16)

documentation