Bug #150

SurfFeatureDetector.cpp failed

Added by Michael Götting about 11 years ago. Updated about 11 years ago.

Status:ClosedStart date:2013-02-20
Priority:UrgentDue date:
Assignee:Christof Elbrechter% Done:

0%

Category:-
Target version:icl-8.0

Description

If OpenCL is not found and OpenCV is found the following error occured:

branches/icl_cmake_revise/ICLCV/src/ICLCV/SurfFeatureDetector.cpp:169:19: error: ‘struct icl::cv::SurfFeatureDetector::Data’ has no member named ‘clsurf_backend’
make[2]: *** [ICLCV/CMakeFiles/ICLCV.dir/src/ICLCV/SurfFeatureDetector.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/homes/mgoettin/src/cor-lab/icl/branches/icl_cmake_revise/build'
make[1]: *** [ICLCV/CMakeFiles/ICLCV.dir/all] Error 2
make[1]: Leaving directory `/homes/mgoettin/src/cor-lab/icl/branches/icl_cmake_revise/build'

In SurfFeatureDetector.cpp the following lines of code are affected:

src/ICLCV/SurfFeatureDetector.cpp:69:      bool clsurf_backend;
src/ICLCV/SurfFeatureDetector.cpp:92:        clsurf_backend = false;
src/ICLCV/SurfFeatureDetector.cpp:117:        if(clsurf_backend){
src/ICLCV/SurfFeatureDetector.cpp:164:        m_data->clsurf_backend = true;
src/ICLCV/SurfFeatureDetector.cpp:169:      if(!m_data->clsurf_backend){
src/ICLCV/SurfFeatureDetector.cpp:223:      if(m_data->clsurf_backend){
src/ICLCV/SurfFeatureDetector.cpp:249:      if(m_data->clsurf_backend){

History

#1 Updated by Michael Götting about 11 years ago

  • Target version set to icl-8.0

#2 Updated by Christof Elbrechter about 11 years ago

  • Status changed from New to Closed

Also available in: Atom PDF