image_contour_detection.h 324 Bytes

stim::image<float> gaussian_derivative_filter_odd(stim::image<float> image, int r, unsigned int sigma_n, float theta);
stim::image<float> func_mPb_theta(stim::image<float> img, float theta, int* r, float* alpha, int s);
stim::image<float> func_mPb(stim::image<float> img, unsigned int theta_n, int* r, float* alpha, int s);