ukoethe / vigra

a generic C++ library for image analysis
http://ukoethe.github.io/vigra/
Other
406 stars 191 forks source link

Compiling using Cmake #541

Open NeuroGliaLab opened 12 months ago

NeuroGliaLab commented 12 months ago

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 hdf5 are not included though they are mentioned in the cmakelist.txt and they are included in the folders My aim is to get a compiled version of Vigra to include in my MATLAB analysis pipeline. how can I fix this? any help is appreciated

k-dominik commented 11 months ago

Hi @NeuroGliaLab,

did you have a look at the examples/matlab folder in this repo, it even includes some pdf documentation. Again, I haven't build vigra for matlab, but it looks like it could be a good starting point.

For general builds (as the title of this issue refers to) you can see an example of a windows build in the CI script.