deepmedic / dense3dCrf

Fully-connected (dense) 3D CRF for processing biomedical scans
Other
137 stars 48 forks source link

Is it possible to use dense3dCrf in C++ codes in ITK libraries? #9

Open sara-eb opened 4 years ago

sara-eb commented 4 years ago

Hi,

I need to apply CRF on 3d data in C++. I am wondering if it is possible to use denseCRF in C++ codes or include it in the ITK libraries?

If yes, is there any guide or example showing how to include this library for C++ coding?

Thank you