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: project on fake indian curruncy detector, indian paper currency recognition matlab code download, matlab code for fake currency note detection, fake currency identification using image processing using java, fake currency detector college project, fake image detection using java, fake currency detector using 8051 microcontroller,

[-]
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,436 31-01-2019, 02:52 PM
Last Post: [email protected]
  Earthquake detection alert alarm for people security ppt 0 864 06-01-2019, 09:29 AM
Last Post:
  Earthquake detection alert alarm for people security 0 784 06-01-2019, 09:25 AM
Last Post:
  er diagram for credit card fraud detection images 0 7,486 04-11-2018, 06:13 PM
Last Post: Guest
  underwater optical communication matlab code 0 3,289 02-11-2018, 07:32 PM
Last Post: Guest
  indian railway summer training report for ee 0 1,835 23-10-2018, 02:37 PM
Last Post: Guest
  source code for blood group detection in matlab 0 6,361 22-10-2018, 10:59 AM
Last Post: Guest
  crack detection in railway track using led ldr project report 0 8,600 04-10-2018, 06:19 PM
Last Post: Guest
  hackchina matlab code 0 620 27-09-2018, 10:45 PM
Last Post: Guest
  heart disease prediction system source code for matlab 0 763 27-09-2018, 04:40 PM
Last Post: Guest

Forum Jump: