Giter Club home page Giter Club logo

imagetogcode's Introduction

ImageToGCode

本文从浅到深详细阐述了从简单的二进制转GCode到灰度图像转GCode。

如何阅读?

本文使用 rust mdbook 编写,如何查看该文档?

请先安装 rust,然后运行 cargo install mdbook 命令安装 mdbook 工具。

最后使用以下命令打开文档。

mdbook serve --open

系列文章:

  1. 基于二值化图像转GCode的单向扫描实现
  2. 基于二值化图像转GCode的双向扫描实现
  3. 基于二值化图像转GCode的斜向扫描实现
  4. 基于二值化图像转GCode的螺旋扫描实现
  5. 基于OpenCV灰度图像转GCode的单向扫描实现
  6. 基于OpenCV灰度图像转GCode的双向扫描实现
  7. 基于OpenCV灰度图像转GCode的斜向扫描实现
  8. 基于OpenCV灰度图像转GCode的螺旋扫描实现

如何编译和运行?

git clone https://github.com/cheungxiongwei/ImageToCode
cd ImageToCode/src
clion .

如果需要运行 ImageToGCode,需要配置 OpenCV

list(APPEND CMAKE_PREFIX_PATH "~/opencv/build/x64/vc16/lib")

编辑 CMakeLists.txt 文件,把 ~/opencv/build/x64/vc16/lib 替换成你自己的 OpenCV 路径。

imagetogcode's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.