Ask Your Question

mondi's profile - activity

2019-08-26 03:42:03 -0600 received badge  Notable Question (source)
2018-05-27 15:34:59 -0600 asked a question opencv 3.3.1 python linemod: how to add templates

opencv 3.3.1 python linemod: how to add templates 0 down vote favorite today it try to use the linemod algorithm which

2018-05-15 09:37:30 -0600 received badge  Popular Question (source)
2018-03-16 13:21:11 -0600 received badge  Student (source)
2017-04-30 13:29:07 -0600 asked a question Reduce runtime by preallocating Mat or GpuMat

Hallo community,

will it reduce the runtime of a complex application when I preallocate the memory for Mat or/and GpuMat? Or will the compiler do his magic and will optimize the complete program in this fashion with I have to think of it.

Best,

Manuel

2017-04-26 04:49:59 -0600 commented question cuda-based connected component labeling

Hey Guyygarty,

I have the same question as Woking-34. Is it possible that you provide the code or instructions how to repair the labelcomponents method.

Best

Mondi

2017-04-01 14:12:41 -0600 received badge  Editor (source)
2017-04-01 14:05:26 -0600 asked a question ROS Kinetic OpenCV3.2.0 Contrib and CUDA

Hallo community,

I working currently on a vision problem and want to use cuda to fulfill some real-time contraints. To solve the vision problem I want to utilize ROS Kinetic and OpenCV.

My question is now is it possible to replace the opencv version which is delivered with ROS Kinectic (OpenCV3.2.0) with the same opencv version with enabled CUDA?

The most information how to setup and compile the correct opencv version can be found on the ROS wiki page for the opencv3 package I guess (wiki.ros.org/opencv3 section 5. Build the package). Here is described how to checkout the right repos and modify the CMAKE file in the right way. For CUDA I have to add the -DWITH_CUDA flag. Everthing right until now?

Now the complex part: Which software have to be uninstalled before installing the own compiled version and where I have to install it, so ROS can work with it naturally like with the opencv libs which are delivered with ROS Kinetic?

My second question is motivated by a statement which I also have found on the wiki page from ROS opencv3 package. There is stated that with opencv 3.2.0 it is now possible to build opencv contrib with installed opencv. This seems interesting for me because I want to modify or better add functionality to a algorithm which is implemented in opencv contrib rgbd.

Is it possible to build only the opencv contrib rgbd package as debug and working on it? At the moment I have no idea how to do it, so will be great when you can help me out.

When you have some question on your side, feel free to ask.

System: Ubuntu 16.04, CUDA8.0, ROS Kinetic, OpenCV 3.2.0

best regards,

Manuel