Compilation Error OpenNI (Patch #3394)


Added by Laith Siriani over 11 years ago. Updated about 11 years ago.


Status:Done Start date:2013-11-24
Priority:Blocker Due date:
Assignee:- % Done:

100%

Category:build/install
Target version:3.0
Affected version:branch 'master' (3.0-dev) Operating System:Linux
Difficulty:Easy HW Platform:x64
Pull request:

Description

Compilation error when compiling openCV 3.0.0 with openNI option, in /modules/highgui/src/cap_openni.cpp
error: ‘class ApproximateSyncGrabber::ApproximateSynchronizer’ has no member named ‘reset’
fixed by modifying line #155:
task->reset(new ApproximateSynchronizer( *this ) );
into
task.reset(new ApproximateSynchronizer( *this ) );


Associated revisions

Revision 569a95e9
Added by Alexander Alekhin over 10 years ago

Merge pull request #3394 from akarsakov:ocl_canny

History

Updated by Victor Kocheganov over 11 years ago

  • Status changed from New to Open

Updated by Roman Donchenko over 11 years ago

Mind submitting it as a pull request?

Updated by Laith Siriani over 11 years ago

Roman Donchenko wrote:

Mind submitting it as a pull request?

I'm very very new to git...

Updated by Steven Puttemans about 11 years ago

It seems that the fix is already in the current master branch, so this can actually be marked as done.
No need to create a new pull request.

  • Status changed from Open to Done

Updated by Steven Puttemans about 11 years ago

  • % Done changed from 0 to 100
  • Assignee deleted (Roman Donchenko)

Also available in: Atom PDF