Click here to Skip to main content
15,892,480 members
Home / Discussions / C#
   

C#

 
AnswerRe: Appending data to a aes encrypted file? Pin
Balletje23-Mar-10 7:45
Balletje23-Mar-10 7:45 
GeneralRe: Appending data to a aes encrypted file? Pin
harold aptroot23-Mar-10 11:34
harold aptroot23-Mar-10 11:34 
GeneralRe: Appending data to a aes encrypted file? Pin
Balletje23-Mar-10 21:38
Balletje23-Mar-10 21:38 
GeneralRe: Appending data to a aes encrypted file? Pin
harold aptroot24-Mar-10 1:38
harold aptroot24-Mar-10 1:38 
AnswerRe: Appending data to a aes encrypted file? Pin
Sir Dot Net23-Mar-10 8:14
Sir Dot Net23-Mar-10 8:14 
QuestionHow can I recover deleted files in C#? Pin
sunlord_clave23-Mar-10 6:33
sunlord_clave23-Mar-10 6:33 
AnswerRe: How can I recover deleted files in C#? Pin
Abhinav S23-Mar-10 7:21
Abhinav S23-Mar-10 7:21 
QuestionLane Tracking and Distancing Pin
sebogawa23-Mar-10 6:23
sebogawa23-Mar-10 6:23 
Hello Everyone,

So, I am working on a robot for the Inteligent Ground Vehicle Competition (IGVC 2010) which will be held in june at Lawrence University. We have a robot that uses a SICK LMS 220 laser range finder as the object sensor, two webcams to track obstacle course boundry lines, and a GPS system. My job is to get the webcams to detect the white lines and track the distance of the line to the robot in order to keep the robot withing the lines (which are 10 feet apart and spray painted on grass). I got everything working in terms of "detecting" the white lines by using color filtering to select the color RGB value of the white lines via a reference image captured from the course. So it displays the white lines as white pixels on a black background. This works very well. An edge detection algorithm was also placed which does the job. Now I implemented a Projected Plane Transformation Matrix to calculate distances of points on the webcam's video feed via a calibration method using four points of known distances to the robot. This works suprisingly well also. No I arrived at a bit of a dillema; what part of the line shall i use to determine the distance of the line to the robot? Should I get the distances of every white pixel on the plane? Should I pick a few points that trigger an event when scanning horizontal lines on the image? Closest pixel to the robot? What about differing noise (rare) from white line edge pixels? Any feedback would help, this seems like a very fun topic which I know will tickle a few peoples' fancy. Smile | :) Enjoy!

Quick Notes:

-I am using the AForge.NET library for image processing
-I am using the C# Matrix Library (CSML.dll) taken from an article on this site for the plane transformation
-There are two cameras on the robot, one on each side
-The cameras I am using is the Microsoft LifeCam Cinema (2.0mp Widescreen HD)
-The image plane is 320x240 and in 1bpp grayscale


P.S. Once I finish, I will write an article about the robot for the website for everyone to enjoy!
AnswerRe: Lane Tracking and Distancing Pin
Keith Barrow23-Mar-10 7:43
professionalKeith Barrow23-Mar-10 7:43 
GeneralRe: Lane Tracking and Distancing Pin
sebogawa23-Mar-10 12:33
sebogawa23-Mar-10 12:33 
GeneralRe: Lane Tracking and Distancing Pin
Keith Barrow23-Mar-10 13:50
professionalKeith Barrow23-Mar-10 13:50 
AnswerRe: Lane Tracking and Distancing Pin
Som Shekhar23-Mar-10 7:51
Som Shekhar23-Mar-10 7:51 
GeneralRe: Lane Tracking and Distancing Pin
sebogawa23-Mar-10 12:30
sebogawa23-Mar-10 12:30 
AnswerRe: Lane Tracking and Distancing Pin
Luc Pattyn23-Mar-10 7:54
sitebuilderLuc Pattyn23-Mar-10 7:54 
GeneralRe: Lane Tracking and Distancing Pin
sebogawa23-Mar-10 12:36
sebogawa23-Mar-10 12:36 
GeneralRe: Lane Tracking and Distancing Pin
Luc Pattyn23-Mar-10 13:29
sitebuilderLuc Pattyn23-Mar-10 13:29 
GeneralRe: Lane Tracking and Distancing Pin
sebogawa23-Mar-10 13:32
sebogawa23-Mar-10 13:32 
GeneralRe: Lane Tracking and Distancing Pin
Luc Pattyn23-Mar-10 13:47
sitebuilderLuc Pattyn23-Mar-10 13:47 
QuestionC# asp.net VS 2008 3.5 Friendly name tag issue Pin
Wheels01223-Mar-10 5:41
Wheels01223-Mar-10 5:41 
Questionwindows service in C# Pin
m.bilal.farooq23-Mar-10 4:14
m.bilal.farooq23-Mar-10 4:14 
AnswerRepost Pin
Not Active23-Mar-10 4:24
mentorNot Active23-Mar-10 4:24 
Questionregarding regular expression & replace? Pin
Tridip Bhattacharjee23-Mar-10 3:50
professionalTridip Bhattacharjee23-Mar-10 3:50 
AnswerRe: regarding regular expression & replace? Pin
OriginalGriff23-Mar-10 4:26
mveOriginalGriff23-Mar-10 4:26 
QuestionAccess MDI form variable in another child form Pin
Ajay Sadyal23-Mar-10 3:48
Ajay Sadyal23-Mar-10 3:48 
AnswerRe: Access MDI form variable in another child form Pin
OriginalGriff23-Mar-10 4:37
mveOriginalGriff23-Mar-10 4:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.