Ask Your Question

ANirudh_Nandavar's profile - activity

2020-04-24 08:49:35 -0600 received badge  Notable Question (source)
2017-03-17 19:54:28 -0600 received badge  Popular Question (source)
2016-01-27 07:26:03 -0600 asked a question Openni 2.2 Kinect V2 driver

I am trying to work on kinect v2 for object recognition using SURF and Flannbased Matcher. To obtain the RGB stream of Kinect 2 directly to opencv Mat, OpenNI does this directly through VideoCapture method.

I found a driver for Kinect V2 for OpennI2 on occipital's github repo here: https://github.com/occipital/OpenNI2/...

Is anybody acquainted how to set this OpenNI 2 libraries up to use Kinect 2 with OpenCV through OpenNI2?

I have built the OpenNI project with Kinect2 driver and linked these directories while building OpenCV on camke with "WITH_OPENNI2" flag.

I am not succeeding in opening Kinect V2 anyway.

Please Help, Thanks in advance Anirudh

2015-12-29 13:58:05 -0600 received badge  Scholar (source)
2015-12-19 20:43:42 -0600 commented question Opencv_world300.dll build from scratch

Sheng Liu : exactly, it just doesn't build with build_opencv_world checked

2015-12-17 10:19:20 -0600 received badge  Editor (source)
2015-12-17 06:18:41 -0600 asked a question Trouble to compile opencv 3.0.0 solution (.sln) file with visual studio when the BUILD_OPENCV_WORLD is included in cmake (3.4.1)

Hi, I have a problem with building the libraries of opencv 3.0.0 on VS2013 (x64). I cloned the Opencv source from github and built it with cmake (3.4.1) with Build_opencv_world checked. The opencv.sln file is generated without any cmake errors but, when i build the ALL_BUILD (or the INSTALL) project to create the opencv3 3.0.0 libraries and include files, there are fatal link errors encountered in visual studio.

However, the ALL_BUILD (and INSTALL) project builds without any glitch when I am not including the BUILD_OPENCV_WORLD on cmake when creating the Opencv.sln file.

My problem is that I need the opencv_world300.lib and opencv_world300d.lib and (opencv_world300.dll and opencv_world300d.dll) files for my project (that uses Kinect RGB stream to be processed with SURF detector on opencv 3.0.0). These .lib and .dll are not generated without the Build_opencv_world checked when creating the .sln from cmake.

Is there a solution or a work-around to this issue? I am a beginner with this and stuck big time to solve this issue of libraries not being compiled from the opencv github source.

2015-12-17 05:55:29 -0600 commented question Opencv_world300.dll build from scratch

Hi, I am facing a similar problem ,but not when compiling opencv 3.0.0, cloned on 17.12.2015 from itseez on github using cmake (3.4.1). I have errors when I build the ALL_PROJECTS solution on VS2013 from the sln file created by cmake. @Sheng Liu : I am neither able to find WITH OPENCV_WORLD option on cmake before generating the .sln file, can you help me where and how to find it? The main issue is that world300.dll and world300d.dll are missing if I build the INSTALL project and I need them.