tesseract  4.0.0-1-g2a2b
findseam.h File Reference
#include "seam.h"
#include "genericheap.h"
#include "kdpair.h"
#include "chop.h"

Go to the source code of this file.

Typedefs

using SeamPair = tesseract::KDPtrPairInc< float, SEAM >
 
using SeamQueue = tesseract::GenericHeap< SeamPair >
 
using SeamDecPair = tesseract::KDPtrPairDec< float, SEAM >
 
using SeamPile = tesseract::GenericHeap< SeamDecPair >
 

Typedef Documentation

◆ SeamDecPair

Definition at line 41 of file findseam.h.

◆ SeamPair

Definition at line 38 of file findseam.h.

◆ SeamPile

Definition at line 42 of file findseam.h.

◆ SeamQueue

Definition at line 39 of file findseam.h.