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.

Egg cr@ck detection using matlab(image processing)

Status
Not open for further replies.

subinalex

Junior Member level 1
Joined
May 27, 2010
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
kattappana
Activity points
1,427
friends,

My main project have to use image processing using matlab.The things is that i need to take the picture of egg and analyse it using matlab and reach at a conclusionwhether its cracked or not(i mean minor cracks of order micron).

My problems...are...
1.What camera i should buy to take eggs pic
2.How can i make and run the camera from matlab in computer.
3.Are there any useful resources which can help me in this regard....

friends i await your replies......please help me.....:|
 

you need a high resolution cam duh!
and for accessing camera via matlab you can use the image processing tool box
Code:
clear;
clc 
vid=videoinput('winvideo',1,'RGB24_640X480'); % Initializing videoinput variable
preview(vid);
you can use the
dev_info = imaqhwinfo('winvideo')
in the command window to identify available camera inputs.
 
that was very helpful magnatron,,,

but can u suggest me some cameras.....available...are they very costly.....
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top