added docs for GPU Filter Engine

This commit is contained in:
Vladislav Vinogradov
2011-01-13 13:48:58 +00:00
parent 1a94186195
commit 349e0ece93
8 changed files with 93311 additions and 90233 deletions

View File

@@ -804,7 +804,7 @@ namespace cv
};
//! returns the non-separable filter engine with the specified filter
CV_EXPORTS Ptr<FilterEngine_GPU> createFilter2D_GPU(const Ptr<BaseFilter_GPU> filter2D, int srcType, int dstType);
CV_EXPORTS Ptr<FilterEngine_GPU> createFilter2D_GPU(const Ptr<BaseFilter_GPU>& filter2D, int srcType, int dstType);
//! returns the separable filter engine with the specified filters
CV_EXPORTS Ptr<FilterEngine_GPU> createSeparableFilter_GPU(const Ptr<BaseRowFilter_GPU>& rowFilter,