2011-03-10 10:34
I started to hack a very minimal SOCKS5 server in python using the twisted framework. Apparently, TCP/CONNECT works just fine, and that's all I wanted (BIND, UDP, Authentication are missing). This is the first time I did anything ...
2011-03-09 14:06
2009-05-13 16:34
Homographies are really useful. Often I need to take pictures of a projection onto a surface and usually this results in some perspective distortion. Using cvFindHomography, giving 'control points', a homography can be calculated and then the image can be ...