refactored box filter

This commit is contained in:
Vladislav Vinogradov
2013-04-29 11:46:49 +04:00
parent 71db862dc2
commit fcfcd4cbce
8 changed files with 193 additions and 107 deletions

View File

@@ -321,7 +321,7 @@ private:
GpuMat colors_;
GpuMat weights_;
Ptr<FilterEngine_GPU> boxFilter_;
Ptr<gpu::Filter> boxFilter_;
GpuMat buf_;
};