Skip to content

Commit bb16501

Browse files
authored
Merge pull request #1145 from savuor:rv/ply_mesh
Connected PR: [#24961@main](opencv/opencv#24961)
1 parent a84f2bd commit bb16501

File tree

4 files changed

+77
-0
lines changed

4 files changed

+77
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
ply
2+
format ascii 1.0
3+
comment VCGLIB generated
4+
element vertex 8
5+
property float x
6+
property float y
7+
property float z
8+
property float nx
9+
property float ny
10+
property float nz
11+
property int flags
12+
property uchar red
13+
property uchar green
14+
property uchar blue
15+
property uchar alpha
16+
element face 12
17+
property list uchar int vertex_indices
18+
property int flags
19+
end_header
20+
-1 -1 1 -1.570796 -1.570796 1.570796 0 12 29 67 255
21+
-1 1 1 -1.570796 1.570796 1.570796 0 137 174 194 255
22+
-1 1 -1 -1.570796 1.570796 -1.570796 0 164 152 129 255
23+
1 1 1 1.570796 1.570796 1.570796 0 179 162 122 255
24+
1 1 -1 1.570796 1.570796 -1.570796 0 97 172 125 255
25+
1 -1 1 1.570796 -1.570796 1.570796 0 59 82 121 255
26+
1 -1 -1 1.570796 -1.570796 -1.570796 0 136 52 226 255
27+
-1 -1 -1 -1.570796 -1.570796 -1.570796 0 23 32 29 255
28+
3 0 1 2 0
29+
3 1 3 4 0
30+
3 3 5 6 0
31+
3 0 7 5 0
32+
3 7 2 4 0
33+
3 5 3 1 0
34+
3 7 0 2 0
35+
3 2 1 4 0
36+
3 4 3 6 0
37+
3 5 7 6 0
38+
3 6 7 4 0
39+
3 0 5 1 0
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
ply
2+
format ascii 1.0
3+
comment VCGLIB generated
4+
element vertex 8
5+
property float x
6+
property float y
7+
property float z
8+
property float nx
9+
property float ny
10+
property float nz
11+
property int flags
12+
property uchar red
13+
property uchar green
14+
property uchar blue
15+
property uchar alpha
16+
element face 12
17+
property list uchar int vertex_indices
18+
end_header
19+
-1 -1 1 -1.570796 -1.570796 1.570796 0 12 29 67 255
20+
-1 1 1 -1.570796 1.570796 1.570796 0 137 174 194 255
21+
-1 1 -1 -1.570796 1.570796 -1.570796 0 164 152 129 255
22+
1 1 1 1.570796 1.570796 1.570796 0 179 162 122 255
23+
1 1 -1 1.570796 1.570796 -1.570796 0 97 172 125 255
24+
1 -1 1 1.570796 -1.570796 1.570796 0 59 82 121 255
25+
1 -1 -1 1.570796 -1.570796 -1.570796 0 136 52 226 255
26+
-1 -1 -1 -1.570796 -1.570796 -1.570796 0 23 32 29 255
27+
3 0 1 2
28+
3 1 3 4
29+
3 3 5 6
30+
3 0 7 5
31+
3 7 2 4
32+
3 5 3 1
33+
3 7 0 2
34+
3 2 1 4
35+
3 4 3 6
36+
3 5 7 6
37+
3 6 7 4
38+
3 0 5 1

testdata/pointcloudio/orig_bin.ply

710 Bytes
Binary file not shown.
828 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)