Ramanpreet Singh Pahwa
Ramanpreet Singh Pahwa
Will it be possible for you to create a c++ commit for dbscan implementation using your existing code? i am looking for a c++ implementation but am unable to find...
raman@raman-ubuntu:~/catkin_ws/src/dvo_slam$ rosmake -r dvo_core dvo_ros dvo_slam dvo_benchmark [ rosmake ] rosmake starting... [ rosmake ] Packages requested are: ['dvo_core', 'dvo_ros', 'dvo_slam', 'dvo_benchmark'] [ rosmake ] Logging to directory /home/raman/.ros/rosmake/rosmake_output-20160613-115235 [...
[ rosmake ] Last 40 lineso_slam: 16.0 sec ] [ 1 Active 74/75 Complete ] {------------------------------------------------------------------------------- /home/raman/rosbuild_ws1/package_dir/dvo_slam/dvo_core/include/dvo/core/datatypes.h:36:24: warning: ‘dvo::core::InvalidDepth’ defined but not used [-Wunused-variable] static const DepthType InvalidDepth = std::numeric_limits::quiet_NaN();...
I compiled yolo with GPU, CUDA, and opencv on. It compiles correctly. it runs on the sample images like dog.jpg etc as described in wiki. However, I am not getting...
what is D on line 7 of FilterTIG.cpp CV_Assert(w1f.cols \* w1f.rows == D && w1f.type() == CV_32F && w1f.isContinuous()); when i try to run i get the following error: openCV...