Playing with OpenCV and Image Recognition
So not much has been added to the site for quite a while now. That doesn't mean there won't be any updates. The software projects section still has to be implemented, but I'm just thinking of how the pages should be displayed. I'm imaging an overlay that essentially links to the projects (since they're software and not web projects) with a brief overview and description of the project.
Some projects I've been doing recently are playing with OpenCV and Image Recognition in Python to solve an external Minesweeper program automatically. At this point, the image recognition and grid detection (OpenCV) works well enough (though only for easy mode, because spacing is an issue with larger grids). Now I'm just figuring out how classes work in Python. I already made a working Minesweeper solver in C#, but it's a bit inefficient and Python seems to be the go-to language these days.