0
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

3d vision 資料

Last updated at Posted at 2022-03-09

ロボットのための3次元物体認識研究の現状と展望

中京⼤学 ⼯学部
橋本 学

shot特徴量で物体認識

オクルージョンのある物体認識 解説

特徴量マッチングで認識する

クラスタリング

ユークリッドクラスタリング

  • 岩石点群クラスタリング

ROS関係

python点群処理

実行時以下のようなエラーがでた.

Traceback (most recent call last):
  File "cropper.py", line 10, in <module>
    import tf2_sensor_msgs.tf2_sensor_msgs
ModuleNotFoundError: No module named 'tf2_sensor_msgs'

解決方法 https://answers.ros.org/question/12890/transforming-pointcloud2/

sudo apt install ros-noetic-tf2-sensor-msgs

論文

  • RANSAM for Industrial Bin-Picking (2010)

RANSAMアルゴリズムがばら積みピッキング作業で非常に有効であることが,検証された。

0
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?