finished ocl::HoughCircles

This commit is contained in:
Suenghoon Park
2012-12-14 03:25:46 -05:00
parent 0656f13107
commit 13c44dd318
4 changed files with 529 additions and 503 deletions

View File

@@ -833,7 +833,8 @@ namespace cv
{
oclMat edges;
oclMat accum;
oclMat list;
oclMat srcPoints;
oclMat centers;
CannyBuf cannyBuf;
};