File | Date | Author | Commit |
---|---|---|---|
test | 2025-04-22 |
![]() |
[0f984d] Added test directory |
.gitignore | 2025-04-22 |
![]() |
[0f984d] Added test directory |
CMakeLists.txt | 2025-04-16 |
![]() |
[77e88b] Improved class Walker: integer operations only.... |
README.md | 2025-04-11 |
![]() |
[b65efd] Initial commit |
image2relief.cpp | 2025-04-22 |
![]() |
[7670a4] Scan both across and down |
walker.cpp | 2025-04-22 |
![]() |
[7670a4] Scan both across and down |
walker.h | 2025-04-22 |
![]() |
[7670a4] Scan both across and down |
image2relief is a C++ program using OpenCV to convert raster images into G-code for CNC engraving. It is particularly suited for engraving gemstones and creating mid-reliefs, low reliefs, or shallow-reliefs (without undercuts).
image2relief input.png --tool-radius 1.0 --step 0.5 > output.gcode
This project is licensed under a license to be defined (e.g., MIT, GPL).
Contributions, bug reports, and feature suggestions are welcome via SourceForge project page.