Home > Back-end >  Drawing spiral square with python opencv
Drawing spiral square with python opencv

Time:11-03

I'm trying to draw a spiral square in python using OpenCV and Numpy. I know that I can do it via turtle and there are so many examples on the internet but I need to do it as I described in the title. So I drew chessboard square spiral

  • Related