問題タブ [open3d]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - AttributeError: 'open3d.open3d.geometry.LineSet' オブジェクトに属性 'create_from_point_cloud_correspondences' がありません
現在、Open3D を使用して 2 つの点群間の対応関係を描画しています。ドキュメントによると「点群対応から作成」という静的な機能があるのですが、実行しようとするとエラーが出て
AttributeError: 'open3d.open3d.geometry.LineSet' オブジェクトに属性 'create_from_point_cloud_correspondences' がありません
私のコードはこのようなもので、「ソース」と「ターゲット」が点群で、「a」が対応しています。