Memory-efficient and fast implementation of local adaptive binarization methods

05/30/2019
by   Chungkwong Chan, et al.
0

Binarization is widely used as an image preprocessing step to separate object especially text from background before recognition. For noisy images with uneven illumination, threshold values should be computed pixel by pixel to obtain a good segmentation. Since local threshold values typically depend on moments-based statistics such as mean and variance of gray levels inside rectangular windows, integral images are commonly used to accelerate the calculation. However, integral images are memory consuming. For Sauvola's method, the two integral images occupy 16HW bytes given a H× W input image. By using a recursive technique to avoid integral images, memory usage of intermediate data structures can be reduced significantly to 6{H,W} bytes, while the time complexity remains O(HW) independent of window size. Therefore, the proposed implementation enable various local adaptive binarization methods to be applied in real-time use cases on devices with limited resources.

READ FULL TEXT
research
01/25/2012

A New Local Adaptive Thresholding Technique in Binarization

Image binarization is the process of separation of pixel values into two...
research
10/17/2015

Integral Images: Efficient Algorithms for Their Computation and Storage in Resource-Constrained Embedded Vision Systems

The integral image, an intermediate image representation, has found exte...
research
02/12/2006

Multilevel Thresholding for Image Segmentation through a Fast Statistical Recursive Algorithm

A novel algorithm is proposed for segmenting an image into multiple leve...
research
10/11/2012

Computationally Efficient Implementation of Convolution-based Locally Adaptive Binarization Techniques

One of the most important steps of document image processing is binariza...
research
10/17/2015

Memory-Efficient Design Strategy for a Parallel Embedded Integral Image Computation Engine

In embedded vision systems, parallel computation of the integral image p...
research
04/29/2015

Exploring Integral Image Word Length Reduction Techniques for SURF Detector

Speeded Up Robust Features (SURF) is a state of the art computer vision ...
research
01/01/2013

A Semi-automated Statistical Algorithm for Object Separation

We explicate a semi-automated statistical algorithm for object identific...

Please sign up or login with your details

Forgot password? Click here to reset