Statistics
4 Questions
0 Answers
RANK
270,228
of 301,496
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,302
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,859
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
I am doing project on currency recognition. I am not able to identify the object on original image. Please help me
<</matlabcentral/answers/uploaded_files/122422/output.PNG>> close all; clear all; clc; workspace; % Make sure the workspa...
8 years ago | 0 answers | 0
0
answersQuestion
I have attached the image with background and the code. I want to crop background from my currency images but for some images the code is cropping half of the note as well..
<</matlabcentral/answers/uploaded_files/117296/cropped.PNG>> <</matlabcentral/answers/uploaded_files/117291/DSC_0143%20nahi...
8 years ago | 0 answers | 0
0
answersQuestion
I am doing a project on currency recognition system. I want to compare the serial numbers that are on two sides of the currency note. The serial number on the upper right corner of note is not right. I tried many ways but it shows "6" as "8"
%% new program %checking if there is a serial number at the bottom left corner of the note close all; clear all; % Load an i...
8 years ago | 0 answers | 0
0
answersQuestion
I am doing project on currency recognition system..I have attached the original currency image as well as the image that I have obtained through processing so far. I am not able to extract the serial number..
close all; clear all; colorImage=imread('100note1.jpeg'); figure; imshow(colorImage); title('Original image'); colorImag...
8 years ago | 0 answers | 0