使用opencv和C ++进行印度货币检测 [英] Indian currency detection using opencv with C++

查看:77
本文介绍了使用opencv和C ++进行印度货币检测的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是opencv的新手。我有一个问题陈述说:

检测印度货币并确定它的genuinity。



该程序需要用c ++编写。我不知道可用于此目的的算法/ apis。期望是考虑旧钞票和新钞票图像打印票据的价值(10/100/500等)。还需要打印注释的genuinity。在这种情况下不能使用UV和florocence检测。任何人都可以建议如何开始这个。



谢谢。



我是什么尝试过:



因为我是opencv的新手,所以我不知道这里有什么。但是我在教程中提供了一些示例和一些内容。

I am new to opencv. I have a problem statement which says:
Detecting Indian currency and identifying it's genuinity.

The program needs to be written in c++. I am not aware of algorithms/apis available which can be used for this purpose. The expectation is to print the value of note (10/100/500 etc) considering both old and new currency note images. Also the genuinity of note needs to be printed. UV and florocence detections cannot be used in this case. Could any one suggest how to start about with this.

Thanks.

What I have tried:

Since I am very new to opencv, I am not aware of anything here. But I went through few examples and some content available in tutorials.

推荐答案

首先,您将不得不学习如何使用OpenCV。在一些论坛帖子中,我们无法告诉您需要了解的所有内容。您可以开始此处 [ ^ ]。



接下来,你是将不得不深入研究对象识别。请注意,这远非一项微不足道的任务。



不要指望检测伪造货币!当然,你将能够发现明显的假货,就像有人手绘笔记一样,但造假者骄傲的东西看起来与你的代码真实相似。
First, you're going to have to learn how to use OpenCV. We can't tell you everything you're going to need to know in a few forum posts. You can start here[^].

Next, you're going to have to dig into object recognition. Be warned, this is far from a trivial tasks.

DO NOT EXPECT TO DETECT COUNTERFEIT CURRENCY! Sure, you're going to be able to detect the obvious fakes, like someone hand drawing a note, but the stuff that counterfeiters put their pride into is going to look exactly like the real thing to your code.


这篇关于使用opencv和C ++进行印度货币检测的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆