Revise naming for getOclMat function.

This commit is contained in:
peng xiao
2013-06-21 14:51:23 +08:00
parent e129638263
commit 290c8db0a8
3 changed files with 11 additions and 11 deletions

View File

@@ -392,9 +392,9 @@ namespace cv
int wholecols;
};
// convert InputArray/OutputArray to oclMat
CV_EXPORTS oclMat& getOclMat(InputArray src);
CV_EXPORTS oclMat& getOclMat(OutputArray src);
// convert InputArray/OutputArray to oclMat references
CV_EXPORTS oclMat& getOclMatRef(InputArray src);
CV_EXPORTS oclMat& getOclMatRef(OutputArray src);
///////////////////// mat split and merge /////////////////////////////////
//! Compose a multi-channel array from several single-channel arrays