Image Processing

17 replies [Last post]
aashiqcoolguy21
User offline. Last seen 6 days 6 hours ago. Offline
Joined: 05/31/2009
bOt Points: 3234

Hey any information related to image processing is requested to be posted here...

 

May it be liks containing info about  IP or ebooks or any information or query or ane information related to this very topic is to be posted here.. !!

 

Any information relating UAV and IP is welcome....

Whatever you know about it please let us know... !!!

 

<!--Session data-->

 

<!--Session data-->

heloitsadi
User offline. Last seen 30 weeks 2 days ago. Offline
Joined: 03/15/2009
bOt Points: 1321
I also need some good links

I also need some good links to learn about MATLAB used in image processing.. P lease post really good links only.. 

RecklesS
User offline. Last seen 26 weeks 1 day ago. Offline
Joined: 04/19/2009
bOt Points: 158
Image processing

Im using the C++ open source library OpenCV for image processing.its really good..u can download it frm http://sourceforge.net/project/showfiles.php?group_id=22870&package_id=16937

 

I have the official ebook for learning openCV written by the makers of OpenCV.Im uploading it rite nw on mediafire..will post the link soon

 

Matlab has very good inbuilt tutorials in its help..jst look into the help of Image Processing toolbox

 

i have one ebook for matlab ip toolbox too..and im uploading that one too rite nw..will post the link soon

RecklesS
User offline. Last seen 26 weeks 1 day ago. Offline
Joined: 04/19/2009
bOt Points: 158
Matlab Image Processing eBook

http://www.mediafire.com/file/tzqjnozz3nn/Matlab Image ProcessingToolbox.pdf 

RecklesS
User offline. Last seen 26 weeks 1 day ago. Offline
Joined: 04/19/2009
bOt Points: 158
http://www.mediafire.com/file
heloitsadi
User offline. Last seen 30 weeks 2 days ago. Offline
Joined: 03/15/2009
bOt Points: 1321

 I have this version of MATLAB Matlab-R13-6.5-Full-ver.2.0, is this the latest one or if not where can i get the latest one, can i start with the same also. 

RecklesS
User offline. Last seen 26 weeks 1 day ago. Offline
Joined: 04/19/2009
bOt Points: 158
well,the version u have is a

well,the version u have is a pretty old one..it was released way back in 2002

the latest version is MATLAB 7.8-R2009a released this year

 

I havent seen the version that u have..bt im sure u can work with it jst fine

just see the documentation inside matlab itself..u will find the help for image processing toolbox..and ive also given the link for the ebook..so u msnt be having any problem

 

RecklesS
User offline. Last seen 26 weeks 1 day ago. Offline
Joined: 04/19/2009
bOt Points: 158
New version dwnload

as for the new version,i will jst check if any of my frnds have uploaded it already.

I will post the links if that is the case 

heloitsadi
User offline. Last seen 30 weeks 2 days ago. Offline
Joined: 03/15/2009
bOt Points: 1321
Actually in my version it

Actually in my version it asks for saperate CD for installing documentation.. so facing a problem.. Meanwhile thanx for the immediate response. 

heloitsadi
User offline. Last seen 30 weeks 2 days ago. Offline
Joined: 03/15/2009
bOt Points: 1321
Also I wn't to learn about

Also I wn't to learn about Image processing and MATLAB applications in robotics, so need help, is the internet resources enough or have to join some institute for that... please guide.

RecklesS
User offline. Last seen 26 weeks 1 day ago. Offline
Joined: 04/19/2009
bOt Points: 158
well im using image

well im using image processing in robotics rite nw and i learned everything frm the net only..

im using opencv and the book on opencv is a great resource..it goes right frm the basics to the advanced stuff..

i have done very little image processsing in matlab..so cant help u much with that.bt if u want to go for opencv,then i can help u out

have no idea abt any institute

heloitsadi
User offline. Last seen 30 weeks 2 days ago. Offline
Joined: 03/15/2009
bOt Points: 1321
thnx rexkless... now i am in

thnx rexkless... now i am in better position to start with... 

aashiqcoolguy21
User offline. Last seen 6 days 6 hours ago. Offline
Joined: 05/31/2009
bOt Points: 3234
Hey I am overwhelmed with the

Hey I am overwhelmed with the immediate response .. I shud have started it earlier...
 

well thnx for the eboooks posted ... and please upload thematlab2009a vrrsion if anu body  have ...

 

Nd only post very gud links here ... thelinks above r pretty gud ...

 

So keep sharing every thing here .... Thanx a kot for ur response....!! :P

 

 

<!--Session data-->

 

<!--Session data-->

aashiqcoolguy21
User offline. Last seen 6 days 6 hours ago. Offline
Joined: 05/31/2009
bOt Points: 3234
CAn u load something

CAn u load something regarding serial programing n image processing....???

 

<!--Session data-->

 

<!--Session data-->

aashiqcoolguy21
User offline. Last seen 6 days 6 hours ago. Offline
Joined: 05/31/2009
bOt Points: 3234
ne bodey

ne bodey  have latest version of matlab apart from matlab 2007a....

 

<!--Session data-->

 

<!--Session data-->

aashiqcoolguy21
User offline. Last seen 6 days 6 hours ago. Offline
Joined: 05/31/2009
bOt Points: 3234

 http://www.ph.tn.tudelft.nl/Courses/FIP/noframes/fip-Contents.html

 

A very gud link for learing I P...!!!

 

<!--Session data-->

 

<!--Session data-->

garvit
User offline. Last seen 6 weeks 1 day ago. Offline
Joined: 01/27/2010
bOt Points: 54
ip

 can someone good in image processing give me code for ip for  event  

http://www.bits-quark.org/3_ball_pool . its urgent plz..................

shashwat
User is online Online
Joined: 02/18/2009
bOt Points: 712
Webcam Color Tracking in Matlab

Back ground: Image Processing in Matlab

What composes an image?

Each image is composed of an array of M*N pixels (contraction of “picture element”) with M rows and N columns of pixels. Each pixel contains a certain value for red, green and blue. Varying these values for red, green, blue (RGB) we can get almost any color.

 

Color Detection

The RGB format is a practical method to represent color images. Matlab creates three matrices (or three M x N arrays) with each matrix representing normalized components of red, green or blue to read and store each of the frames of the video. Any pixel’s color is determined by the combination of Red, Green and Blue values stored in the three matrices at that pixel’s location. This is how Matlab reads and manipulates .jpg files.

 

Images:

 

picture (row, column, rgb value)

 

For example, picture (12, 78, 1) corresponds to the red component of the pixel at row 12 and column 78; picture(12, 78, 2) corresponds to the green component of the pixel and picture(12, 78, 3) gives us the blue component of the pixel at that location.

 

Videos:

 

frames(row, column, rgb value, frame)

 

Videos have an extra dimension for the frame number. So frames(12,78,1,5) would correspond to the red component of the pixel in the 12th row and 78th column of the 5th frame. To get the entire frame, we could just say frames(:,:,:,5).

 

Acquiring Images From The Webcam in Matlab

Digitization of the Images

How you acquire the images from the camera depends a lot on what software you are using to implement it. Creating the interface between the computer and the drum using a lower level language like C or C++ will give you a lot of flexibility, but it will also involve a lot of work and background knowledge. Fortunately for us, Matlab’s Image Acquisition Toolbox has a variety of simple functions that can be used to create the interface. The next few paragraphs will describe these functions and how we used them in some detail.

 

For Matlab to recognize the video camera you have to create it as an object using the command obj=videoinput(‘winvideo’). Matlab will automatically find the webcam connected to your computer. Once it is an object in your workspace you can edit its settings, such as the number of frames per second, to optimize it for your project. preview() and getframe() are two useful functions for determining if the camera has been positioned properly. The first allows you to see what the camera sees, without collecting any data from it, and the second acquires a single snapshot and stores it as in image.

 

Now we can start recording the video. With the start(obj) command, the camera will be triggered and will start to collect as many frames as specified by the FramesPerTrigger property. These frames are stored in the camera’s buffer memory. These frames are stored in the 4D array as described above.

 

To retrieve them from the buffer you could use either the getdata() function or the peekdata() function.

 

getdata(obj);

When this statement is encountered, the program retrieves all the frames acquired at the last trigger and then empties the buffer.

 

peekdata(obj,M);

This function allows us to “peek” at the last M frames collected by the camera. The frames are copied, but not cleared, from the camera’s buffer into Matlab’s workspace.

 

Both functions take about the same amount of time to run. Interestingly, the number of frames acquired at a time does not affect the execution time much. It takes about as long to acquire 1 frame as it does to acquire 50. Therefore, to make the program more efficient, we should collect large chunks of data at a time.

 

To make sure that we don’t miss any of the action while the user is waving the drumsticks around in front of the camera, we should also make sure that we can get all the frames from when the program starts running till the user turns of the LEDs. Due to memory limitations, our computer could collect maximum of 240 frames, or about 8 seconds of the video, which is clearly not enough. It is unlikely that your computer could do much better.