Added getLines, fill_accum_local kernels

This commit is contained in:
Alexander Karsakov
2014-08-25 15:57:58 +04:00
parent 038bfb98ec
commit f7aadd07f6
4 changed files with 169 additions and 44 deletions

View File

@@ -239,8 +239,9 @@ namespace
void GeneralizedHoughBase::detectImpl(InputArray image, OutputArray positions, OutputArray votes)
{
#ifndef HAVE_OPENCV_CUDAFILTERS
(void) templ;
(void) templCenter;
(void) image;
(void) positions;
(void) votes;
throw_no_cuda();
#else
calcEdges(image, imageEdges_, imageDx_, imageDy_);