3dpcp/include/shapes/numberrec.h

25 lines
620 B
C
Raw Permalink Normal View History

2012-09-16 12:33:11 +00:00
// =====================================================================================
//
// Filename: numberrec.h
//
// Description:
//
// Version: 1.0
// Created: 09/26/2010 01:26:59 AM
// Revision: none
// Compiler: g++
//
// Author: Jan Elseberg (), jelseber@uos.de
// Company: Universitaet Osnabrueck
//
// =====================================================================================
#ifndef __NUMBERREC_H__
#define __NUMBERREC_H__
//void my_test();
bool gocr_recognizeNumber(string &filename, int &number, double &probability);
#endif