Commit 13c44dd3 authored by Suenghoon Park's avatar Suenghoon Park

finished ocl::HoughCircles

parent 0656f131
...@@ -833,7 +833,8 @@ namespace cv ...@@ -833,7 +833,8 @@ namespace cv
{ {
oclMat edges; oclMat edges;
oclMat accum; oclMat accum;
oclMat list; oclMat srcPoints;
oclMat centers;
CannyBuf cannyBuf; CannyBuf cannyBuf;
}; };
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment