我的问题是如何根据C#中的模式匹配两个有关HIV病毒结构的图像? [英] My question is how can i match two images on HIV virus structure based on its pattern in C#?

查看:49
本文介绍了我的问题是如何根据C#中的模式匹配两个有关HIV病毒结构的图像?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在做一个图像匹配系统中的项目.他们要求我比较两个HIV病毒结构的图像并给出结果.可以请我帮忙吗? :confused:

Hi I am doing a project in image matching system. They have asked me to compare two images of HIV virus structure and give the results. Can please help me out to do this? :confused:

推荐答案

您尝试了什么?


图像是数字,其编码方式具有产生图像的颜色和阴影.

比较图像的值是否在可接受的置信度范围内(例如80%或60%),然后接受或拒绝.

当然,它要比这复杂得多,因为您必须考虑角度等.

试试看,当您沉迷于编程或体系结构时,回发.
Images are numbers encoded in such a way with color and shades that give rise to images.

Compare the values of the images to within an acceptable range of confidence, like 80% or 60% and accept it or reject it.

Of course, its a bit more complicated than that because you have to take into account angles and so on.

Give it a try and when you get stuck with the programming or architecture, post back.


好的,这是一般的想法:

首先是明确定义问题.这意味着您需要弄清楚比较两个HIV病毒图像的确切含义.为此,您可以考虑为什么要比较两个图像,比较的结果等.

定义问题后,您就可以开始考虑如何解决它了.因此,在这种情况下,您将不得不找出图像中的功能,这将有助于您进行比较.

最后,您可以使用OpenCV之类的库或其他库从图像中提取特征并进行比较.

-Saurabh
Okay here is the general idea:

First is to define the problem clearly. This means that you need to figure what exactly does it means to compare two images of HIV virus. For this you can think about why are you comparing two images, what is expected from the comparison etc.

Once you have defined the problem you can start thinking about how to solve it. So in this case you will have to find out features in images which will help you do comparison.

Then finally you can use libraries like OpenCV or others to extract the features from the image and do the comparison.

-Saurabh


这篇关于我的问题是如何根据C#中的模式匹配两个有关HIV病毒结构的图像?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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