Blame view

image_contour_detection.h 271 Bytes
b71cc8bb   Tianshu Cheng   mPb using 3 channels
1
2
3
4
5
  #include <stim/image/image.h>
  //#include <cmath>
  //#include <stim/visualization/colormap.h>
  
  stim::image<float> gaussian_derivative_filter_odd(stim::image<float> image, float sigma, unsigned int sigma_n, unsigned int winsize, float theta, unsigned int w, unsigned int h);