blob: 738c5ac7f6880946a8478d06d3f8a1ecd6f49633 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Calculate optical design for laser triangulation scanner
This app allows to enter parameters of your lense, image sensor and scanner body and visualize resulting optical schema
# Build and run
```sh
git clone https://git.kostovsky.me/optical_design/
cd optical_design/
git submodule update --init
mkdir build
cd build/
cmake ..
make -j${nproc}
./src/optical_design
```
|