简体   繁体   English

对象模式训练和识别(基于图像)

[英]Object pattern training and recognition (Image based)

Is there any c/c++ library for object pattern training and recognition? 是否有用于对象模式训练和识别的c / c ++库? I need to implement feature and functionalities similar to what Google Goggles (http://www.google.com/mobile/goggles/#text) does 我需要实现与Google Goggles(http://www.google.com/mobile/goggles/#text)相似的功能和特性

You could take a look at Tessarect : 您可以看一下Tessarect

Tesseract is a free software optical character recognition engine for various operating systems. Tesseract是适用于各种操作系统的免费软件光学字符识别引擎。 Originally developed as proprietary software at Hewlett-Packard between 1985 and 1995, it had very little work done on it in the following decade. 最初是在1985年至1995年间作为惠普的专有软件开发的,在接下来的十年中,它几乎没有做任何工作。 It was then released as open source in 2005 by Hewlett Packard and UNLV. 然后由Hewlett Packard和UNLV在2005年作为开源发布。 Tesseract development has been sponsored by Google since 2006. It is released under the Apache License, Version 2.0. Tesseract开发自2006年以来一直由Google赞助。它是根据Apache许可2.0版发布的。 Tesseract is considered one of the most accurate free software OCR engines currently available. Tesseract被认为是目前可用的最准确的免费软件OCR引擎之一。

You could find some information here and here . 您可以在这里这里找到一些信息。 Source seems to be available at this link: http://tesseract-ocr.googlecode.com/svn/trunk/ 似乎可以通过以下链接获得源: http://tesseract-ocr.googlecode.com/svn/trunk/ : http://tesseract-ocr.googlecode.com/svn/trunk/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM