Hi all!
I'm using last console version of IM on Windows.
I'm looking for filter in imagemagick which will transform image like
Cimg.get_convolve method:
CImg<uint8_t> src;
src.load(file);
// create 7x7 matrix with 3 channels, filled with 1
CImg<float> meanfilter(7,7,1,3,1);
CImg<float> img;
img ...
Search found 1 match
- 2014-09-29T18:40:52-07:00
- Forum: Users
- Topic: help need filter like Cimg convolve
- Replies: 2
- Views: 2117