mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Fix typo in stepblob.h
repostion -> reposition
This commit is contained in:
parent
39222a00e9
commit
7e0c1d708b
@ -78,7 +78,7 @@ public:
|
||||
int32_t count_transitions( // count maxima
|
||||
int32_t threshold); // size threshold
|
||||
|
||||
void move(const ICOORD vec); // repostion blob by vector
|
||||
void move(const ICOORD vec); // reposition blob by vector
|
||||
void rotate(const FCOORD &rotation); // Rotate by given vector.
|
||||
|
||||
// Adds sub-pixel resolution EdgeOffsets for the outlines using greyscale
|
||||
|
Loading…
Reference in New Issue
Block a user