Add moments function

This commit is contained in:
yao
2013-02-27 13:45:16 +08:00
parent 620c699456
commit 6df23428af
4 changed files with 1392 additions and 0 deletions

View File

@@ -1773,6 +1773,8 @@ namespace cv
const oclMat &bu, const oclMat &bv,
float pos, oclMat &newFrame, oclMat &buf);
//! computes moments of the rasterized shape or a vector of points
CV_EXPORTS Moments ocl_moments(InputArray _array, bool binaryImage);
}
}
#if defined _MSC_VER && _MSC_VER >= 1200