Archive for the ‘Code’ Category
- Playing with Snakes
As part of my Introduction to Computer Vision class, I got to implement and analyze an algorithm of my choice. I ended up picking the Greedy Snake algorithm as described by Williams and Shah. Snakes are active contour models which, when positioned near an object, tend to converge to its edges. They are thus useful [...]
- Euler 26 to 30
I just finished uploading my solutions to the Project Euler problems 26 to 30. They are all in Ruby since it is the language I am currently learning during my free time. I decided this time not to write the answers at the end. This way you have to execute the code yourself if you [...]
- Euler Posted
It took me a while, but all my solutions for the 25 first Project Euler problems are finally posted. To access them, you just have to click on the link in the sidebar, just under Inside.
Posts