Fig 1 - uploaded by Setyawan Widyarto
Content may be subject to copyright.
Flow of process edge detection A. Edge Detection A key factor in extracting characteristic of an image is the ability to detect the presence of edges of the object in the image. Edge detection become the first step to cover information inside the image, edge characterize object boundaries and because it is useful for the edge segmentation and identification in the image. Edge detection is the goal to improve the appearance of lines boundary of an area or object in the image. B. Canny Operator One of the edge detection algorithms is edge detection using Canny method. Canny edge detection was found by Marr and Hildreth were examined modeling of human visual perception. There are several criteria for optimum edge detection that can be met by Canny algorithm:  Properly detect (detection criteria) Ability to lay and mark all the edges that are applicable to the selection of the parameters of convolution is performed. It also gives a very high flexibility in terms of determining the level of detection of the desired edge thickness.  Localize properly (localization criteria) Produced by Canny possible minimum distance between the edges detected by the edge of the original.  Clear response (response criteria) There is only one response for each edge. So easy to detect and do not cause confusion in the subsequent image processing. Canny edge detection parameter selection greatly affects the outcome of the resulting edge. Some of these parameters include:  Standard deviation value of the Gaussian  Threshold Canny operator is the optimum-approaching operator of the product of SNR and the location. Canny algorithm smoothers image by Gaussian filter, calculates the magnitude and direction of gray level gradient, has the non-maxima suppression on gradient magnitude, and detect and connect the  

Flow of process edge detection A. Edge Detection A key factor in extracting characteristic of an image is the ability to detect the presence of edges of the object in the image. Edge detection become the first step to cover information inside the image, edge characterize object boundaries and because it is useful for the edge segmentation and identification in the image. Edge detection is the goal to improve the appearance of lines boundary of an area or object in the image. B. Canny Operator One of the edge detection algorithms is edge detection using Canny method. Canny edge detection was found by Marr and Hildreth were examined modeling of human visual perception. There are several criteria for optimum edge detection that can be met by Canny algorithm:  Properly detect (detection criteria) Ability to lay and mark all the edges that are applicable to the selection of the parameters of convolution is performed. It also gives a very high flexibility in terms of determining the level of detection of the desired edge thickness.  Localize properly (localization criteria) Produced by Canny possible minimum distance between the edges detected by the edge of the original.  Clear response (response criteria) There is only one response for each edge. So easy to detect and do not cause confusion in the subsequent image processing. Canny edge detection parameter selection greatly affects the outcome of the resulting edge. Some of these parameters include:  Standard deviation value of the Gaussian  Threshold Canny operator is the optimum-approaching operator of the product of SNR and the location. Canny algorithm smoothers image by Gaussian filter, calculates the magnitude and direction of gray level gradient, has the non-maxima suppression on gradient magnitude, and detect and connect the  

Source publication
Conference Paper
Full-text available
With the increasing of incidence of money counterfeit from year to year as a result of technological advances, many ways have been used to detect forgeries however still very dependent on the presence of a machine and equipment that are sometimes less effective and need more time. The process of identification is done by comparing the original imag...

Similar publications

Article
Full-text available
The edge detection algorithm is the cornerstone of image processing; a good edge detection result can further extract the required information through rich texture information and achieve object detection, segmentation, and identification. To obtain a rich texture edge detection technology, this paper proposes using edge texture change for edge con...
Conference Paper
Full-text available
The model-based approach to autonomous interior orientation is an entirely novel approach. It is driven by the simple structural description that one can build for a fiducial mark. In this research we have focused on recognizing and measuring the fiducial marks automatically. This is motivated by the desire to establish an automation chain in digit...
Conference Paper
Full-text available
The model-based approach to autonomous interior orientation is an entirely novel approach. It is driven by the simple structural description that one can build for a fiducial mark. In this research we have focused on recognizing and measuring the fiducial marks automatically. This is motivated by the desire to establish an automation chain in digit...

Citations

... Akbar, M., Sedayu, A., Putra, A., & Widyarto, S. [8], proposed identification process involves comparing the original images of money that will be tested with a reference of the original currency image that has been extracted and capturing its characteristics, as well as using the Canny operator to make edge detection where the previously existing image must be preprocessed, including extraction characteristics, and using the Canny operator to make edge detection. ...
Chapter
Full-text available
Fake or duplicate currency made with the intent to deceive is referred to as counterfeit money. According to recent sources, demonetization resulted in an all-time high inflow of bogus notes into banks, increasing questionable activities. The method of printing or supplying counterfeit currency is growing more modern day by day as the era progresses. In addition, the detection of counterfeit currency is being upgraded. Currency detection has already attracted a lot of attention. In this day and age of information technology, counterfeit currency may be identified using a variety of tools, gadgets, and software. Most current efforts to detect a counterfeit note rely on image processing techniques. Many of the pieces have received positive feedback, but some have flaws. The number of research which has worked with all the Bangladeshi banknotes is very insignificant. That is why we are focusing on this issue. In this method, we have been working with Bangladeshi 5 taka, 10 taka, 20 taka, 50 taka, 100 taka, 200 taka, 500 taka, 1000 taka. We created a dataset for Bangladeshi currency named BANGLADESHI BANKNOTE which contains 8000 images. In this research Modified AlexNet (M-AlexNet) is used for feature extraction from BANGLADESHI BANKNOTE where classification is followed by Multi Support Vector Machine (M-SVM).KeywordsCounterfeit currencyDeep learningMulti-Support Vector Machine (M-SVM)Modified AlexNet (M-AlexNet)
... Research of paper currency recognition has been conducted using image processing [1][2] with improved computational intelligence improvement using neural network [3][4] [5] and fuzzy algorithm [6]. Indonesia banknotes paper currency recognition system has been developed [7] [8]. The contribution of this paper is algorithm improvement to preprocess image so that it can handle image with variety of orientation. ...
Article
Full-text available
Paper currency recognition is important for automatic payment system. The paper performs a nominal paper detection process using image processing with canny method implemented in python programming language. The canny method is used to find edge features in the nominal currency. By using template matching of image reference, region of interest (ROI) of nominal value is extracted so that it can be used in any orientation of paper currency image. The ROI of nominal image is processed by canny edge method and spatial transformation to strengthen the image features and being processed by template matching to decide nominal currency. The study has successfully tested nominal value of 1000, 2000, 5000, 10000, 20000, 50000, and 100000 Indonesia banknotes which then the currency value will appear in the value variable in python.