-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathStructurePointcloud.cbp
104 lines (104 loc) · 3.8 KB
/
StructurePointcloud.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="StructurePointcloud" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/StructurePointcloud" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
<Linker>
<Add library="/usr/lib64/libMagick++-6.Q16.so" />
<Add library="/usr/lib64/libMagickCore-6.Q16.so" />
<Add library="/usr/lib64/libMagickWand-6.Q16.so" />
<Add library="/usr/lib64/libfftw3.so" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/StructurePointcloud" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
<Add option="-s" />
</Compiler>
<Linker>
<Add library="/usr/lib64/libMagick++-6.Q16.so" />
<Add library="/usr/lib64/libMagickCore-6.Q16.so" />
<Add library="/usr/lib64/libMagickWand-6.Q16.so" />
<Add library="/usr/lib64/libfftw3.so" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="`opencv-config --cxxflags`" />
<Add option="-DNO_XML" />
<Add directory="/usr/include/ImageMagick-6" />
<Add directory="bilateral_filtering" />
<Add directory="bilateral_filtering/include" />
<Add directory="bilateral_filtering/fft_3D" />
<Add directory="/usr/include/opencv2" />
<Add directory="/usr/include" />
<Add directory="/usr/include/eigen3" />
</Compiler>
<Linker>
<Add library="/usr/lib64/libMagick++-6.Q16.so" />
<Add library="/usr/lib64/libMagickCore-6.Q16.so" />
<Add library="/usr/lib64/libMagickWand-6.Q16.so" />
<Add library="/usr/lib64/libfftw3.so" />
</Linker>
<Unit filename="BoundingBox.cpp" />
<Unit filename="BoundingBox.h" />
<Unit filename="Color.cpp" />
<Unit filename="Color.h" />
<Unit filename="Edge.h" />
<Unit filename="Face.h" />
<Unit filename="FileUtilities.h" />
<Unit filename="GeometricObject.cpp" />
<Unit filename="GeometricObject.h" />
<Unit filename="GeometryExporter.cpp" />
<Unit filename="GeometryExporter.h" />
<Unit filename="GeometryProcessing.cpp" />
<Unit filename="GeometryProcessing.h" />
<Unit filename="GeospatialBoundingBox.cpp" />
<Unit filename="GeospatialBoundingBox.h" />
<Unit filename="Image.cpp" />
<Unit filename="Image.h" />
<Unit filename="ImageProcessing.cpp" />
<Unit filename="ImageProcessing.h" />
<Unit filename="Sorter.h" />
<Unit filename="Utilities.h" />
<Unit filename="bilateral_filtering/fft_3D/convolution_3D.h" />
<Unit filename="bilateral_filtering/fft_3D/fill_3D.h" />
<Unit filename="bilateral_filtering/fft_3D/support_3D.cpp" />
<Unit filename="bilateral_filtering/fft_3D/support_3D.h" />
<Unit filename="bilateral_filtering/include/array.h" />
<Unit filename="bilateral_filtering/include/array_n.h" />
<Unit filename="bilateral_filtering/include/chrono.h" />
<Unit filename="bilateral_filtering/include/fast_color_bf.h" />
<Unit filename="bilateral_filtering/include/fft_3D.h" />
<Unit filename="bilateral_filtering/include/geom.h" />
<Unit filename="bilateral_filtering/include/linear_bf.h" />
<Unit filename="bilateral_filtering/include/math_tools.h" />
<Unit filename="bilateral_filtering/include/mixed_vector.h" />
<Unit filename="bilateral_filtering/include/msg_stream.h" />
<Unit filename="lena.jpg" />
<Unit filename="main.cpp" />
<Extensions>
<envvars />
<code_completion />
<lib_finder disable_auto="1">
<lib name="Magick++" />
</lib_finder>
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>