Tesseract
3.02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
image.cpp
Go to the documentation of this file.
1
2
// File: image.cpp
3
// Description: image class.
4
// Author: Samuel Charron
5
//
6
// (C) Copyright 2006, Google Inc.
7
// Licensed under the Apache License, Version 2.0 (the "License");
8
// you may not use this file except in compliance with the License.
9
// You may obtain a copy of the License at
10
// http://www.apache.org/licenses/LICENSE-2.0
11
// Unless required by applicable law or agreed to in writing, software
12
// distributed under the License is distributed on an "AS IS" BASIS,
13
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
// See the License for the specific language governing permissions and
15
// limitations under the License.
16
//
18
19
#include "
image.h
"
20
21
namespace
tesseract
{
22
class
CCUtil;
23
24
Image::Image
(
CCUtil
* ccutil_ptr)
25
: ccutil_ptr_(ccutil_ptr) {
26
}
27
28
}
// namespace tesseract
mnt
data
src
tesseract-ocr
image
image.cpp
Generated on Thu Nov 1 2012 20:19:48 for Tesseract by
1.8.1