-
Notifications
You must be signed in to change notification settings - Fork 6
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
kinectのdepth情報を使いたい #31
Comments
https://github.com/jsk-ros-pkg/jsk_recognition/blob/93584cec5e6a093a068a63978e66dbb851425000/jsk_pcl_ros/src/depth_image_creator_nodelet.cpp やりたいことはなんだろう。ある点の距離とかがしりたいのかな? ◉ Kei Okada 2015/12/01 0:30、Kim Heecheol [email protected] のメッセージ:
|
https://en.wikipedia.org/wiki/Braitenberg_vehicle |
なるほど.であれば,depthimage ◉ Kei Okada 2015-12-01 1:09 GMT+09:00 Kim Heecheol [email protected]:
|
http://wiki.ros.org/cv_bridge/Tutorials/ConvertingBetweenROSImagesAndOpenCVImagesPython
|
.おしい.たぶんcharとshortが違っていると思います. ◉ Kei Okada On Tue, Dec 1, 2015 at 7:54 PM, Kim Heecheol [email protected]
|
同じ状況で悩みましたが、下記の方法で解決しました。
こうすることで、depth_imageをfloat32で得られます。よって
これも不要となります。 http://wiki.ros.org/cv_bridge/Tutorials/ConvertingBetweenROSImagesAndOpenCVImagesPython |
kinectから画素ごとのdepth情報を直接いじって画像処理してみたいです。
jsk_recognitionのどれかdepth情報を使っているプログラムを探して参照にしようと思っています。
The text was updated successfully, but these errors were encountered: