This is fun project based on image processing with MATLAB, here we will come accross learing how to count the number of distinguishable objects in an image. Sounds fun ,dosen’t it …So lets get started!
The following tutorial is performed with the help of MATLAB. MATLAB stands for “MATrix LABoratory” and is a numerical computing environment and fourth-generation programming language, developed by MathWorks. Using MATLAB, we can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran.
The tutorial can be performed by executing the commands in each step sequentially in the command window of MATLAB.
Remove these ads by
Signing UpStep 1: Read the Image
An image is choosen so that it has considerable contrast with its background so that the objects can be identified. The function imread reads the image from a given location and stores it in the matrix img1. The imshow function displays the image.
img1=imread('Lines.jpg');
imshow(img1)
Culturespy says:
Jun 11, 2010. 11:33 AMReply
























Not Nice


















Visit Our Store »
Go Pro Today »



