tesseract  5.0.0-alpha-619-ge9db
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 33 of file findseam.h.

◆ SeamPair

Definition at line 30 of file findseam.h.

◆ SeamPile

Definition at line 34 of file findseam.h.

◆ SeamQueue

Definition at line 31 of file findseam.h.