indian fake currency detection using matlab code
#1

Hi am sam. I am new to matlab I need the matlab code for indian currency recognition and verification using image processing ppt with source code
Reply
#2

%Code for the thine strip
clear all;
close all;
I = imread('IMG_4267.jpg');
imageSize = size(I);
croppedImage = imcrop(I,[300 0 30 570]);
gray=rgb2gray(croppedImage);
se1 = strel('square',2);
I1e = imerode(gray, se1);
I1e = imreconstruct(I1e, gray);
I1b = imdilate(I1e, se1);
I1c = imreconstruct(imcomplement(I1b), imcomplement(I1e));
I1d = imcomplement(I1c);
Edge2=edge(I1d,'canny');
BW1 = im2bw(Edge2);
nBlack = sum(BW1(Smile);
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: indian fake currency detection using matlab code, matlab code for currency or bank note recognition indian, project on fake indian curruncy detector, fake currency detector project using microcontroller, matlab code for currency or bank note recognition indian both language, fake currency tester counter using pic16f877a pdf, fake note detection ppt presentation download,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  matlab code 1 3,462 31-01-2019, 02:52 PM
Last Post: [email protected]
  Earthquake detection alert alarm for people security ppt 0 886 06-01-2019, 09:29 AM
Last Post:
  Earthquake detection alert alarm for people security 0 807 06-01-2019, 09:25 AM
Last Post:
  er diagram for credit card fraud detection images 0 7,731 04-11-2018, 06:13 PM
Last Post: Guest
  underwater optical communication matlab code 0 3,304 02-11-2018, 07:32 PM
Last Post: Guest
  indian railway summer training report for ee 0 1,855 23-10-2018, 02:37 PM
Last Post: Guest
  source code for blood group detection in matlab 0 6,618 22-10-2018, 10:59 AM
Last Post: Guest
  crack detection in railway track using led ldr project report 0 8,854 04-10-2018, 06:19 PM
Last Post: Guest
  hackchina matlab code 0 634 27-09-2018, 10:45 PM
Last Post: Guest
  heart disease prediction system source code for matlab 0 780 27-09-2018, 04:40 PM
Last Post: Guest

Forum Jump: