tesseract v5.3.3.20231005
findseam.h File Reference
#include "chop.h"
#include "genericheap.h"
#include "kdpair.h"
#include "seam.h"

Go to the source code of this file.

Namespaces

namespace  tesseract
 

Typedefs

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