mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
425d593ebe
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk/trunk@2 d0cd1f9f-072b-0410-8dd7-cf729c803f20
14 lines
251 B
C
14 lines
251 B
C
#ifndef EXPANDBLOB_H
|
|
#define EXPANDBLOB_H
|
|
|
|
#include "tessclas.h"
|
|
|
|
void free_blob(register TBLOB *blob);
|
|
|
|
void free_tree(register TESSLINE *outline);
|
|
|
|
void free_outline(register TESSLINE *outline);
|
|
|
|
void free_loop(register EDGEPT *startpt);
|
|
#endif
|