Point Cloud Processing
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
点群処理:主たるオープンソースは以下あたりでしょうか?
-[[Open3D:http://www.open3d.org/]]:PythonおよびC++
--[[詳解3次元点群処理:https://www.kspub.co.jp/book/detai...
-[[Point Cloud Library (PCL):https://pointclouds.org/]]:C...
-[[Lastools:https://lastools.github.io/]]:C++?or C?or ...
lasmerge -i file1.las file2.las file3.las -o out.las
-[[potree:https://github.com/potree/potree/]]
-[[PDAL:https://pdal.io/]] 大容量は弱いか?lazファイルを...
pdal pipeline crop.json
そして
{
"pipeline": [
"20171214_MT_geored_S802.laz",
{
"type": "filters.voxeldownsize",
"cell":0.1,
"mode":"center"
},
"outttt.laz"
]
}
しかし,私の経験では,大規模点群になると,どれも動かなく...
----
*PCL [#iae74699]
[[ここ:https://github.com/PointCloudLibrary/pcl]]のをghで...
CMakeでビルド設定を生成後,以下でビルド.
ninja -C cmake-build-debug/ -j 10
ToolsのCMakeLists.txtへの記述例
# pcl_xyzrgb2rgb 実行可能ファイルを追加
PCL_ADD_EXECUTABLE(pcl_xyzrgb2rgb COMPONENT tools SOURCE...
target_link_libraries(pcl_xyzrgb2rgb pcl_common pcl_io)
Viewerがなぜか落ちます
*Open3D [#t748dad4]
[[ビルド方法:http://www.open3d.org/docs/release/compilati...
ちなみにCLIONが行うCMakeはエラーがでます。~
%%下記のエラーが出現.%%
survey@SURVEY-C20:/mnt/c/Users/survey/Documents/Open3D$ ...
ninja: Entering directory `cmake-build-debug/'
ninja: error: 'curl/src/ext_curl/lib/libcurl.a', needed ...
*Potree [#pd6723a0]
PotreeのGitHubは[[ここ:https://github.com/potree/potree]]~
ちなみに,Jetbrains製品では,WebStormで動かすのがいいか?~
でも,PotreeConverterはC++なのでCLion(も)か?~
PotreeConverterのGitHubは[[ここ:https://github.com/potree...
エックスサーバー(VPD)に載せれるのか?~
[[この:http://potree.org/potree/examples/cesium_retz.html]]
Cesium上でのオーバレイ機能に興味があります,~
Potreeで可視化するためにはPotreeConverter(ソースはC++)で...
可視化は,(potreeのディレクトリにて)npm startして,http:/...
(ここで,npmはNode Package Managerの略.Node.jsのパッケ...
----
以下に,可視化したい点群データの設定情報を示します.~
&ref(potree2_1s.jpg);~
上のソースは,examplesディレクトリにあるhtmlファイルです.~
&ref(potree2_data2_1.jpg);~
[[Potreeライセンスの解釈]]
[[測量研究室-愛知工業大学工学部土木工学科(Survey Lab., A...
終了行:
点群処理:主たるオープンソースは以下あたりでしょうか?
-[[Open3D:http://www.open3d.org/]]:PythonおよびC++
--[[詳解3次元点群処理:https://www.kspub.co.jp/book/detai...
-[[Point Cloud Library (PCL):https://pointclouds.org/]]:C...
-[[Lastools:https://lastools.github.io/]]:C++?or C?or ...
lasmerge -i file1.las file2.las file3.las -o out.las
-[[potree:https://github.com/potree/potree/]]
-[[PDAL:https://pdal.io/]] 大容量は弱いか?lazファイルを...
pdal pipeline crop.json
そして
{
"pipeline": [
"20171214_MT_geored_S802.laz",
{
"type": "filters.voxeldownsize",
"cell":0.1,
"mode":"center"
},
"outttt.laz"
]
}
しかし,私の経験では,大規模点群になると,どれも動かなく...
----
*PCL [#iae74699]
[[ここ:https://github.com/PointCloudLibrary/pcl]]のをghで...
CMakeでビルド設定を生成後,以下でビルド.
ninja -C cmake-build-debug/ -j 10
ToolsのCMakeLists.txtへの記述例
# pcl_xyzrgb2rgb 実行可能ファイルを追加
PCL_ADD_EXECUTABLE(pcl_xyzrgb2rgb COMPONENT tools SOURCE...
target_link_libraries(pcl_xyzrgb2rgb pcl_common pcl_io)
Viewerがなぜか落ちます
*Open3D [#t748dad4]
[[ビルド方法:http://www.open3d.org/docs/release/compilati...
ちなみにCLIONが行うCMakeはエラーがでます。~
%%下記のエラーが出現.%%
survey@SURVEY-C20:/mnt/c/Users/survey/Documents/Open3D$ ...
ninja: Entering directory `cmake-build-debug/'
ninja: error: 'curl/src/ext_curl/lib/libcurl.a', needed ...
*Potree [#pd6723a0]
PotreeのGitHubは[[ここ:https://github.com/potree/potree]]~
ちなみに,Jetbrains製品では,WebStormで動かすのがいいか?~
でも,PotreeConverterはC++なのでCLion(も)か?~
PotreeConverterのGitHubは[[ここ:https://github.com/potree...
エックスサーバー(VPD)に載せれるのか?~
[[この:http://potree.org/potree/examples/cesium_retz.html]]
Cesium上でのオーバレイ機能に興味があります,~
Potreeで可視化するためにはPotreeConverter(ソースはC++)で...
可視化は,(potreeのディレクトリにて)npm startして,http:/...
(ここで,npmはNode Package Managerの略.Node.jsのパッケ...
----
以下に,可視化したい点群データの設定情報を示します.~
&ref(potree2_1s.jpg);~
上のソースは,examplesディレクトリにあるhtmlファイルです.~
&ref(potree2_data2_1.jpg);~
[[Potreeライセンスの解釈]]
[[測量研究室-愛知工業大学工学部土木工学科(Survey Lab., A...
ページ名: