LoginSignup
2
0

More than 1 year has passed since last update.

CUDA-PCLとは?

Last updated at Posted at 2021-06-15

CUDA-PCLとは? 

NVIDIAが開発中の、pclライブラリの一部をcudaにより高速化したライブラリ。現在のVersionは1.0、pclは1.8に対応。

Githubのrepo

cuda-pclに対応しているpclライブラリの機能

  • RegistrationのICP
  • FiltersのPassThrough, Voxel
  • SegmentationのSACMODEL_PLANE, SAC_RANSAC

cudaによる高速化ベンチマーク

項目 cpuとの比較
RegistrationのICP 10倍
FiltersのPassThrough, VoxelGrid 6倍
SegmentationのSACMODEL_PLANE, SAC_RANSAC 6倍

対応ハードウェア

Jetson AGX Xavierのみ

情報源 

2
0
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
2
0