Home
last modified time | relevance | path

Searched refs:rect_width_ (Results 1 – 4 of 4) sorted by relevance

/external/tesseract/ccmain/
Dthresholder.cpp105 rect_width_ = width; in SetRectangle()
118 *width = rect_width_; 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()
292 image->create(rect_width_, rect_height_, 1); in ThresholdRectToIMAGE()
293 line.init(rect_width_); in ThresholdRectToIMAGE()
301 for (int x = 0; x < rect_width_; ++x, pix += bytes_per_pixel) { in ThresholdRectToIMAGE()
311 image->put_line(0, y, rect_width_, &line, 0); in ThresholdRectToIMAGE()
321 image->create(rect_width_, rect_height_, 1); in CopyBinaryRectRawToIMAGE()
324 copy_sub_image(&rect_image, rect_left_, 0, rect_width_, rect_height_, in CopyBinaryRectRawToIMAGE()
[all …]
Dthresholder.h116 rect_width_ == image_width_ && rect_height_ == image_height_; in IsFullImage()
173 int rect_width_; variable
/external/tesseract/api/
Dbaseapi.h452 int rect_width_; variable
Dbaseapi.cpp88 rect_left_(0), rect_top_(0), rect_width_(0), rect_height_(0), in TessBaseAPI()
1075 &rect_width_, &rect_height_, in Threshold()
1098 ASSERT_HOST(page_image.get_xsize() == rect_width_ || in FindLines()
1099 page_image.get_xsize() == rect_width_ - 1); in FindLines()