Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help me start working in image processing

Status
Not open for further replies.

yahaa

Member level 1
Joined
Oct 9, 2005
Messages
36
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,566
hi guys

i want to start working on images.my goal is to make a moving camera which moves when a light source in its view moves

plz help me.......iam a beginner
so plz tell me where to start,which language to learn etc
 

Re: image processing

hi

Start with MATLAB 7. It has got image processing tools. And it si very easy to learn how to use that. Get one webcam and interface and provess the images with matlab. There are many inbuilt functions in matlab from which u will get a lot of help. ok bye then
 

Re: image processing

Hi

If you just need to move the camera with the light .

1-Read the image from memory
2-Apply threshold filter on the image "turn pixels with brithness higher than the threshold into black & pixels with brightness less than threshold into white"
3-calculte the centroide coordinates of the black body in your image
4-with each new frame calculate the new threshold coordinates
5-the diffrance of the two coordinates indicates the direction and distance to move
6-drive a steper motor with no of steps prportional to the distance required

thats all
you can do it in any language

Salam
Hossma Alzomor
www.i-g.org
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top