Damian Eads

Results 4 comments of Damian Eads

Hi, Here is a minimal example: ``` #include #include using namespace CVD; int main(int argc, char **argv) { Image img(ImageRef(2,5)); Image out(img.size()); convolveGaussian(img, out, 1.0); } ``` I compile with:...

Perfect. I suppose the only issue is that GSL requires GCC-5.1 and above. This is slightly trickier for closed source deployments where you have little control over the environment. In...

What's the status of this contribution? I think its inclusion would be very useful.