Blog of Rick Taylor, containing my thoughts, comments and questions. RSS Feed

Parallel Processing – Some Notes
12 Jun 2008, 09:49:00 AM
I have been doing some reading and researching into parallel processing recently. Massive parallelism has always been an interest to me, and has in fact been something I’ve played around with for some time now, resulting in such geekery as build ...
Read post

Exploring F# with Conway’s Game of Life
12 May 2008, 04:56:00 PM
The other day, I asked around here at Vertigo to see if anyone understood some new concepts that I had run across, those being monads and continuations. These are both concepts that you find in more functional languages such as Lisp, Scheme, Haske ...
Read post

Computer vision processing in .Net, part II
30 Apr 2008, 05:42:00 PM
In which we use AForge.Net to process images, find regions, and then use parallax techniques to determine range to those objects and their size. In my last blog post, I discussed how you might be able to determine distance to objects by using two ...
Read post

Computer vision processing in .Net
08 Apr 2008, 06:08:00 PM
In my spare time, I have been playing around with vision processing. Basically, I have an ongoing robotics project I’m fiddling with off and on. What I need to figure out at this stage is how to do rangefinding, that is, finding the distance to ob ...
Read post