Coin Recognition using MATLAB
Objective: The main purpose of this project is to apply edge detection techniques to develop a program which should recognize coins in an image. For this we have used Image Processing ***pre-requisite:MATLAB installed in local machine*** Image processing:: It is a method to perform some operations on an image, in order to get an enhanced image or to extract some useful information from it. Need for coin detection- There is a basic need to automate the counting and sorting of the coins. For this, machines need to recognize the coins very fast and accurately as further processing depends on this recognition. The main purpose of this project is to apply computer vision techniques to develop a program which should recognize coins in an image, and enumerate their value. That is to have a computer read the image. We have used Hugh Transform for coin detection . [sourcecode language="MATLAB"] clear all close all clc % read image, convert into gray scale imdata...