momentmeal.com
A marketplace for food and recipes. We help you create and share your recipes with the world. Begin your culinary journey today.
Read more
Some of the projects are from work and some are on my own time.
This website is built using Next.js,Tailwind CSS,
Contentlayer, and is hosted on Vercel.
Made with ❤️ by @andreasgdp
This project used image processing to control a drawing robot. We established requirements for the robot and conducted tests to ensure compliance.
In this project, we worked with processing and drawing images. We have for the treatment of images used Java to obtain coordinates that our drawing robot has received. We has then set up a number of requirements that our drawing robot has had to comply with. To confirm that these have been complied with, we have carried out a series of tests and benchmarks. Based on these have we made statistics and have come to the conclusion that it is generally fastest to draw with lines, if it is a black and white image, but if it's greyscale, it's faster to draw it sorted by our own sorting algorithm. We also found that complexity increases the print time for our sorted coordinates. We have achieved to draw pictures in 4 ways, draw greyscale with 6 shades, automatically pencil sharpening and simulating the drawings in Java. The processed images are sent through a TCP server to a PLC that controls the robot and can be controlled through a GUI. Our goal with the project was to draw a nice drawing as quickly as possible and this has been achieved.
This website is built using Next.js,Tailwind CSS,
Contentlayer, and is hosted on Vercel.
Made with ❤️ by @andreasgdp