Commit b99c9145 authored by Alexander Alekhin's avatar Alexander Alekhin

imgproc: dispatch smooth

parent 6ec08f26
...@@ -5,4 +5,5 @@ ocv_add_dispatched_file(color_hsv SSE2 SSE4_1 AVX2) ...@@ -5,4 +5,5 @@ ocv_add_dispatched_file(color_hsv SSE2 SSE4_1 AVX2)
ocv_add_dispatched_file(color_rgb SSE2 SSE4_1 AVX2) ocv_add_dispatched_file(color_rgb SSE2 SSE4_1 AVX2)
ocv_add_dispatched_file(color_yuv SSE2 SSE4_1 AVX2) ocv_add_dispatched_file(color_yuv SSE2 SSE4_1 AVX2)
ocv_add_dispatched_file(median_blur SSE2 SSE4_1 AVX2) ocv_add_dispatched_file(median_blur SSE2 SSE4_1 AVX2)
ocv_add_dispatched_file(smooth SSE2 SSE4_1 AVX2)
ocv_define_module(imgproc opencv_core WRAP java python js) ocv_define_module(imgproc opencv_core WRAP java python js)
...@@ -9,10 +9,7 @@ ...@@ -9,10 +9,7 @@
#ifndef _CV_FIXEDPOINT_HPP_ #ifndef _CV_FIXEDPOINT_HPP_
#define _CV_FIXEDPOINT_HPP_ #define _CV_FIXEDPOINT_HPP_
#include "opencv2/core/softfloat.hpp" namespace {
namespace
{
class fixedpoint64 class fixedpoint64
{ {
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment