Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Hands-on / Kaname Frusawa / Cloud Compare Users...
Search
Paraworld
April 13, 2024
Technology
2
800
Hands-on / Kaname Frusawa / Cloud Compare Users Meetup 2024 at University of Tokyo on April 17
Hands-on / Kaname Frusawa / Cloud Compare Users Meetup 2024 at University of Tokyo on April 17
Paraworld
April 13, 2024
Tweet
Share
Other Decks in Technology
See All in Technology
【令和最新版】ロボットシミュレータ Genesis x ROS 2で始める快適AIロボット開発
hakuturu583
2
1.5k
12 Days of OpenAIから読み解く、生成AI 2025年のトレンド
shunsukeono_am
0
1.1k
.NET 最新アップデート ~ AI とクラウド時代のアプリモダナイゼーション
chack411
0
160
AWSの生成AIサービス Amazon Bedrock入門!(2025年1月版)
minorun365
PRO
7
410
PHP ユーザのための OpenTelemetry 入門 / phpcon2024-opentelemetry
shin1x1
3
1.7k
OCI技術資料 : ファイル・ストレージ 概要
ocise
3
12k
20241125 - AI 繪圖實戰魔法工作坊 @ 實踐大學
dpys
1
450
知っててうれしい HTTP Cookie を使ったセッション管理について
greendrop
1
120
「隙間家具OSS」に至る道/Fujiwara Tech Conference 2025
fujiwara3
4
630
2025年の挑戦 コーポレートエンジニアの技術広報/techpr5
nishiuma
0
110
知っててうれしい SQL について
greendrop
0
110
コロプラのオンボーディングを採用から語りたい
colopl
5
490
Featured
See All Featured
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
Designing Experiences People Love
moore
139
23k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
230
52k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.1k
The Cost Of JavaScript in 2023
addyosmani
46
7.2k
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
Why Our Code Smells
bkeepers
PRO
335
57k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Facilitating Awesome Meetings
lara
50
6.2k
KATA
mclloyd
29
14k
Transcript
(P) (Shift-P) (Z) (F3/F4) (0) (2) (4) (5) (6) (8)
(9) (7) (Ctrl-O) (Ctrl-S) (Ctrl-Shift-S) (Shift-LMB) (Shift-C) (Shift-Wheel) (Alt-Wheel) (Alt-LMB-drag) (T) (X) (Ctrl-P) (Del) (Ctrl-V) (V) (N) (C) (D) (S) (Shift-↑,↓) (F8) (F10) (F2) (L) (Ctrl-Wheel) (Ctrl-Shift-Wheel) (RMB-drag) (LMB-drag) (MMB-drag,Wheel) (Shift-LMB-drag) (A,Space) 1
• Introduction • English UI 2
𝑥, 𝑦, 𝑧 𝑁𝑥, 𝑁𝑦, 𝑁𝑧 Point Cloud Scalar fields
R, G, B ➢ point index ➢ classification ➢ constant value ➢ dip(degrees) ➢ … 𝑥 𝑦 𝑧 3
𝒙, 𝒚, 𝒛 𝑵𝒙, 𝑵𝒚, 𝑵𝒛 𝐒𝐜𝐚𝐥𝐚𝐫 𝐟𝐢𝐞𝐥𝐝𝐬 𝐑, 𝐆,
𝐁 SF1 operation SF2 (Constant value) Arithmetics Export /Convert Add constant value /Compute geometric features Computes Normals 4
Sample points 10,000 points Primitive Plane (dx, dy) = (2,2)
-1 < Coord. X < 1 -1 < Coord. Y < 1 Edit > Scalar fields > Set SF as coordinate (x, y, z)=(Coord. X, 0, 0) (x, y, z)=(0, Coord. Y, 0) -1 -1 1 1 Edit > Scalar fields > Export coordinates to SFs 5
Sample points 36 points Primitive Plane 0 ≦ point indexes(ID)
≦ 35 Edit > Scalar fields > Add point indexes as SF Add constant SF (-1) acos(-1) = π 360° = 2π ID = 0,1,2,3….35 ID/36 = 0….0.9722221 0 ≦ ሺ2π × 𝐼𝐷/ 36 ) < 2 π 𝑥 = cosሺ2π × 𝐼𝐷/ 36 ) y = 𝑠𝑖𝑛ሺ2π × 𝐼𝐷/ 36 ) 6
acos −1 = π 𝑥 𝑦 O 1 1 −1
asin 1 = 𝜋 2 atan 1 = 𝜋 4 45° atan 1 × 4 acos −1 asin 1 × 2 π = acos(-1) = 3.14159274 rad 2π -1 π 𝑥 𝑦 O 1 1 −1 -1 θ 𝑥, 𝑦 = ሺ𝑐𝑜𝑠θ, sinθ) cosθ sinθ 7
8
Edit > Cloud > Create single point (x, y, z)
= (0,0,0) 1 1 Set front view (5) Apply Transformation Ctrl + T Primitive Plane 9
Trace polyline Ctrl + P S mooth Cancel (Exit) Create
(Exit) Continue Reset Export to DB Edit > Polyline > smooth Edit > Polyline > sample points (10,000 ~1000,000) 10
0 ≦ point indexes(ID) < 100,000 ~1000,000 Add point indexes
as SF Set SF as coordinate (x, y, z) = (Coord. X × cos(ID), Coord. X × sin(ID), unchanged) Coord. X Export coordinate to SF 11
12