Skip to content

Latest commit

 

History

History
 
 

bresenham_test_cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
Bresenham算法demo, 用于在图像上画直线和圆。

编译:
mkdir build && cd build
cmake ..
make

使用方法: ./bresenham_test <图像名>