This is an assignment of "Computer Vision", which was held in 2019 at Ochanomizu University. Draw a specified character string using a png file.
Java
Put the png file to be used in the png directory.
$ git clone https://github.com/bluesky0906/computer-vision-2019.git
$ cd computer-vision-2019/src
$ javac *.java
$ java [Text] [new-file-name]