Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
digital image processing mini projects using matlab
#1

Image Processing Techniques using MATLAB (Electronics Project)
Image processing is the field of signal processing where both the input and output signals are images. Images can be thought of as two-dimensional signals via a matrix representation, and image processing can be understood as applying standard one-dimensional signal processing techniques to two-dimensional signals.

Image processing is a very important subject, and finds applications in such fields as photography, satellite imaging, medical imaging, and image compression, just to name a few. In the past, image processing was largely done using analog devices. However, as computers have become more powerful, processing shifted toward the digital domain.

Like one-dimensional digital signal processing, digital image processing overcomes traditional analog problems such as noise, distortion during processing, inflexibility of system to change, and difficulty of implementation. The image processing technique we will be implementing will be
image blurring.

As the board we have does not support a direct connection for the input image, we will use MATLAB to output the image as a matrix and store it in the data memory of the DSP. To do this, we will use the parallel port connection to get our input data into the board. The DSP will then do the processing and write the output data in the program memory. We extract the output data and go back to MATLAB to analyze the results.

Our project methodology includes the following:
1. Use MATLAB to simulate the processing technique.
2. Implement the technique with assembly language on a TMS320C542-based DSKplus board to perform the same operation.
3. Carefully locating the memory blocks where we will store our original and output image.
4. Comparing our results from MATLAB and DSP outputs.
Reply

#2
hi friend you can refer these pages to get the details on digital image processing

http://seminarsprojects.net/Thread-digit...ull-report

http://seminarsprojects.net/Thread-digit...ort?page=2

http://seminarsprojects.net/Thread-digit...ort?page=3

http://seminarsprojects.net/Thread-digit...ort?page=4

http://seminarsprojects.net/Thread-digit...ort?page=5
Reply

#3
i request u to give info about digital image processing mini projects using matlab
Reply

#4
Give me a idea based on edge detection and give a quality image
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.