Slashdot Mirror


User: johnqh

johnqh's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. The real interesting stuff on C# Memory Leak Torpedoed Princeton's DARPA Chances · · Score: 1

    Anyone read the article? They were using stereo vision to detect obstacles. That is pretty cool. However, I have doubts that they wrote this part themselves because nobody with reasonable mind would use C# for image processing. It is possible a DirectShow filter doing the processing, and the C# code uses managed DS. The biggest problem is they have the obstacle objects listening to an event? Why? What kind of event would they be listening to? Anyone care to guess?