Skip to content

Commit bd4deff

Browse files
authored
Update readme
1 parent 4cb9738 commit bd4deff

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

RailExtraction/readme

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1+
Rail detection - Original folder is https://github.com/Cyclone3DR/Scripts/tree/master/RailExtraction
2+
This script provides a functionality to extract rails from a point cloud in Cyclone3DR. To use it, open the script editor and load RailExtraction.js and run the script.
13

4+
Note:
5+
6+
This script requires the trajectory of the scanner which acquired the point cloud (often generated by mobile mapping system)
7+
This script is implemented so that it extracts the rails on a first point cloud and then looks for another point cloud file with incremented name in order to continue the extraction
8+
The extraction will continue until no file is found next
9+
A version of the script (RailExtraction_CW.js) works directly on a CloudWorx Cloud: LGS or JetStream data imported in Cyclone3DR. In this version, load the CW cloud as well as the trajectory before running the script
10+
alt text
11+
12+
Download Files
13+
You can download individual file using these links (for text file, right click on the link and choose "Save as..."):
14+
15+
[00_utils.js] (https://raw.githubusercontent.com/Cyclone3DR/Scripts/master/RailExtraction/00_Util.js)
16+
[00_Variables.js] (https://raw.githubusercontent.com/Cyclone3DR/Scripts/master/RailExtraction/00_Variables.js)
17+
[01_Initialize.js] (https://raw.githubusercontent.com/Cyclone3DR/Scripts/master/RailExtraction/01_Initialize.js)
18+
[02_NextExtraction.js] (https://raw.githubusercontent.com/Cyclone3DR/Scripts/master/RailExtraction/02_NextExtraction.js)
19+
[RailExtraction.js] (https://raw.githubusercontent.com/Cyclone3DR/Scripts/master/RailExtraction/RailExtraction.js)
20+
[Track_01.laz] (https://raw.githubusercontent.com/Cyclone3DR/Scripts/master/RailExtraction/Track_01.laz)
21+
[Track_02.laz] (https://raw.githubusercontent.com/Cyclone3DR/Scripts/master/RailExtraction/Track_02.laz)
22+
[Trajectory.dxf] (https://raw.githubusercontent.com/Cyclone3DR/Scripts/master/RailExtraction/Trajectory.dxf)
23+
Or all scripts on this site can be download in a [single zip file] (https://github.com/Cyclone3DR/Scripts/archive/master.zip).

0 commit comments

Comments
 (0)