refactored border interpolation in gpu module

This commit is contained in:
Alexey Spizhevoy
2010-12-06 09:44:51 +00:00
parent bc21cc6fe9
commit 77027f6075
7 changed files with 194 additions and 32 deletions

View File

@@ -28,7 +28,7 @@
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or bpied warranties, including, but not limited to, the bpied
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Intel Corporation or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
@@ -40,6 +40,11 @@
//
//M*/
#ifndef __OPENCV_GPU_BORDER_INTERPOLATE_HPP__
#define __OPENCV_GPU_BORDER_INTERPOLATE_HPP__
#include "../internal_common.hpp"
namespace cv { namespace gpu {
struct BrdReflect101
@@ -169,4 +174,6 @@ namespace cv { namespace gpu {
int step;
};
}}
}}
#endif