refactored Separable Linear Filters
This commit is contained in:
@@ -158,7 +158,7 @@ struct CV_EXPORTS CannyBuf
|
||||
GpuMat mag;
|
||||
GpuMat map;
|
||||
GpuMat st1, st2;
|
||||
Ptr<FilterEngine_GPU> filterDX, filterDY;
|
||||
Ptr<Filter> filterDX, filterDY;
|
||||
};
|
||||
|
||||
CV_EXPORTS void Canny(const GpuMat& image, GpuMat& edges, double low_thresh, double high_thresh, int apperture_size = 3, bool L2gradient = false);
|
||||
|
Reference in New Issue
Block a user