-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMakeFiles/camodocal_features2d.dir/ORBGPU.cc.o:在函数‘camodocal::ORBGPU::ORBGPU(int, float, int, int, int, int, int, int)’中 #113
Comments
@dinghong1125 I believe I'm getting the same issue (see output from "make" after "cmake -DCMAKE_BUILD_TYPE=Release .. "). USERNAME@USERNAME-GS66-Stealth-10SE:~/camodocal/build$ make Where you able to resolve this? |
Sorry, I didn't solve the problem. Finally I used ROS to calibrate my camera. |
Thanks for the response! Did you use ROS to calibrate your camera's extrinsic parameters? If so would you mind pointing me towards whatever resource(s) you used? |
The ROS package I use is image_pipeline to calibrate my stereo camera. It's very convenient. |
The ROS package I use is image_pipeline to calibrate my stereo camera. It's very convenient.
http://wiki.ros.org/image_pipeline
You can type in at the terminal “rosrun camera_calibration cameracalibrator.py --approximate 0.1 --size 6x8 --square 0.100 left:=/camera/left/image_raw right:=/camera/right/image_raw --no-service-check”.
Topic and board parameters need to be adjusted.
Stereo camera needs to have a public view.(I don't have a good method for stereo camera or multi camera calibration without public view.)
The calibrated file package is stored in the TMP folder.
…------------------ 原始邮件 ------------------
发件人: "hengli/camodocal" ***@***.***>;
发送时间: 2022年5月26日(星期四) 晚上11:53
***@***.***>;
***@***.******@***.***>;
主题: Re: [hengli/camodocal] CMakeFiles/camodocal_features2d.dir/ORBGPU.cc.o:在函数‘camodocal::ORBGPU::ORBGPU(int, float, int, int, int, int, int, int)’中 (Issue #113)
Thanks for the response! Did you use ROS to calibrate your camera's extrinsic parameters? If so would you mind pointing me towards whatever resource(s) you used?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
CMakeFiles/camodocal_features2d.dir/ORBGPU.cc.o:在函数‘camodocal::ORBGPU::ORBGPU(int, float, int, int, int, int, int, int)’中:
ORBGPU.cc:(.text+0x108):对‘cv::cuda::ORB::create(int, float, int, int, int, int, int, int, int, bool)’未定义的引用
CMakeFiles/camodocal_features2d.dir/SurfGPU.cc.o:在函数‘camodocal::SurfGPU::SurfGPU(double, int, int, bool, float)’中:
SurfGPU.cc:(.text+0x96):对‘cv::cuda::DescriptorMatcher::createBFMatcher(int)’未定义的引用
collect2: error: ld returned 1 exit status
src/features2d/CMakeFiles/camodocal_features2d.dir/build.make:165: recipe for target 'lib/libcamodocal_features2d.so' failed
make[2]: *** [lib/libcamodocal_features2d.so] Error 1
CMakeFiles/Makefile2:1233: recipe for target 'src/features2d/CMakeFiles/camodocal_features2d.dir/all' failed
make[1]: *** [src/features2d/CMakeFiles/camodocal_features2d.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: