English 中文(简体)
在c/c++实施神经网络的方法是什么?
原标题:What is the way to implement neural networks in c/c++?

我想要在++中利用神经网络进行配对。 情况如下:

主要目标是在摄像机捕获时按名称确定产品。

一种产品(例如甲型六氯环己烷产品集装箱)的直径包被切割至其边缘,以便其所有方面都能在一架飞机上展示。 摄像机拍摄了该包的照片,并将其模式与数据库进行比较。

如果从搜查中发现这些模式,则显示产品名称。

Else将产品模式储存到数据库,名称为(即洋帕斯特的品牌)。

我按模式指的是其他产品中产品包装的独特特征。

我想知道使用c/c++(轴心、窗户或ma)的如下情况:

  1. Is there a library that makes work somehow easier?
  2. If a library is not available, what is the best algorithm you can suggest for pattern matching?
最佳回答

我想,首先,你将需要对摄像机拍摄的照片进行一些员额处理,以使之实现正常化(大小,角,......)。 为此,您可使用开放式电脑。

然后,如果你想要建立一个有线电视新闻网,你或许应该向有线电视新闻网(Fast A manural Network)http://leenissen.dk/fann/wp/

图书馆与A/63/1/Windows兼容,而且确实容易使用!

问题回答

暂无回答




相关问题
Undefined reference

I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...

C++ Equivalent of Tidy

Is there an equivalent to tidy for HTML code for C++? I have searched on the internet, but I find nothing but C++ wrappers for tidy, etc... I think the keyword tidy is what has me hung up. I am ...

Template Classes in C++ ... a required skill set?

I m new to C++ and am wondering how much time I should invest in learning how to implement template classes. Are they widely used in industry, or is this something I should move through quickly?

Print possible strings created from a Number

Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone s keypad. i.e. for 1,0-> No Letter for 2->...

typedef ing STL wstring

Why is it when i do the following i get errors when relating to with wchar_t? namespace Foo { typedef std::wstring String; } Now i declare all my strings as Foo::String through out the program, ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

Window iconification status via Xlib

Is it possible to check with the means of pure X11/Xlib only whether the given window is iconified/minimized, and, if it is, how?

热门标签