图像识别程序,,,? [英] Image Recognition Program,,,?

查看:143
本文介绍了图像识别程序,,,?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello Everyone ,,



我必须做图像识别程序,该程序将从用户(使用网络摄像头或上传链接)拍摄图像并将其与已存储在数据库中的各种图像数量。该程序将为用户提供与其图像几乎相似的最佳图像。



问题在于匹配功能。我不知道如何处理图像以匹配它?

我应该转换它吗灰度并进行分割?



我正在使用c#。有没有简单的方法呢?





谢谢你,

Hello Everyone ,,

I have to do image recognition program which will take an image from the user (using webcam or upload link) and matching it with a various number of images that have been stored in database. The program will give the user the BEST image that almost similar to his image .

The problem is in matching function .I don''t know how to process the image to match it ?
Should I convert it to gray scale and do the segmentation?

I''m using c# . Is there an easy way to do it ?


Thank you,,

推荐答案

如果你不知道如何在代码中实现算法,那么那个是你更大的问题。

像任何编程问题一样:

首先了解算法正在做什么。您需要了解它。

接下来确定数据结构您将需要通过算法的所有步骤来表示您的数据。

然后(并且只有那时)将算法的步骤转换为代码。



有人给你你不理解的代码,对于你不理解的算法,将来不会很好地为你服务。



这是一个实质性的问题。您应该投入大量的努力。



去吧!如果您遇到特定困难,请随时回答这些问题。
If you don''t know how to implement an algorithm in code, then THAT is your bigger problem.
Like any programming problem:
First learn what the algorithm is doing. You need to understand it.
Next determine the data structures you will need to represent your data through all steps of the algorithm.
Then (and only then) convert the steps of the algorithm into code.

Having someone give you code that you don''t understand, for an algorithm you don''t understand, is not going to serve you well in the future.

This is a substantial problem. You should expect to put in substantial effort.

Go for it! and feel free to come back here with questions when you have specific difficulties with the implementation.


尝试

C#中图像识别的轮廓分析 [ ^ ]

使用神经网络进行图像识别 [ ^ ]


这篇关于图像识别程序,,,?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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