Searched refs:rect_top_ (Results 1 – 4 of 4) sorted by relevance
/external/tesseract/ccmain/ |
D | thresholder.cpp | 104 rect_top_ = top; in SetRectangle() 117 *top = rect_top_; in GetImageSizes() 245 Box* box = boxCreate(rect_left_, rect_top_, rect_width_, rect_height_); in GetPixRect() 272 rect_left_, rect_top_, rect_width_, rect_height_, in OtsuThresholdRectToIMAGE() 297 const unsigned char* data = imagedata + rect_top_* bytes_per_line + in ThresholdRectToIMAGE() 320 image_width_, rect_top_ + rect_height_, 1); in CopyBinaryRectRawToIMAGE() 338 rect_left_, rect_top_, rect_width_, rect_height_, in OtsuThresholdRectToPix() 359 const unsigned char* srcdata = imagedata + rect_top_* bytes_per_line + in ThresholdRectToPix() 392 image_width_, rect_top_ + rect_height_, bits_per_pixel); in RawRectToPix() 409 const uinT8* imagedata = image_data_ + rect_top_ * image_bytespl_ + in RawRectToPix() [all …]
|
D | thresholder.h | 115 return rect_left_ == 0 && rect_top_ == 0 && in IsFullImage() 172 int rect_top_; variable
|
/external/tesseract/api/ |
D | baseapi.h | 451 int rect_top_; variable
|
D | baseapi.cpp | 88 rect_left_(0), rect_top_(0), rect_width_(0), rect_height_(0), in TessBaseAPI() 780 int bottom = image_height_ - (rect_top_ + rect_height_); in GetBoxText() 1074 thresholder_->GetImageSizes(&rect_left_, &rect_top_, in Threshold()
|