CA2319911C - Apparatus and method for segmenting and classifying image data - Google Patents

Apparatus and method for segmenting and classifying image data Download PDF

Info

Publication number
CA2319911C
CA2319911C CA002319911A CA2319911A CA2319911C CA 2319911 C CA2319911 C CA 2319911C CA 002319911 A CA002319911 A CA 002319911A CA 2319911 A CA2319911 A CA 2319911A CA 2319911 C CA2319911 C CA 2319911C
Authority
CA
Canada
Prior art keywords
image
run
scanline
type
image data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CA002319911A
Other languages
French (fr)
Other versions
CA2319911A1 (en
Inventor
Zhigang Fan
Kathleen Ryall
Jeng-Nan Shiau
Shriram Revankar
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xerox Corp
Original Assignee
Xerox Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US08/686,803 external-priority patent/US5850474A/en
Application filed by Xerox Corp filed Critical Xerox Corp
Publication of CA2319911A1 publication Critical patent/CA2319911A1/en
Application granted granted Critical
Publication of CA2319911C publication Critical patent/CA2319911C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Image Analysis (AREA)

Abstract

A method and apparatus for segmenting image data into windows and for classifying the windows as typical image types includes making two passes through the image data. The method includes a step of making a first pass through the image data to identify windows and to record the beginning points and image types of each of the windows, and a step of making a second pass through the image data to label each of the pixels as a particular image type. The invention also includes a macro-detection method and apparatus for separating a scanline of image data into edges and image runs and for classifying each of the edges and image runs as standard image types. In the macro-detection method, image runs and edges are classified based on micro-detection results and based on image types of adjacent image runs.

Description

APPARATUS AND METHOD FOR
SEGMENTING AND ChASSIFYING IMAGE DATA
BACKGROUND OF THE INVENTION
1. Field of The Invention The invention relates to methods and apparatus for segmenting a page of image data into windows and for classifying the image data within each window as a particular type of image data.
2. Related Art Image data is often stored in the form of multiple scanlines, each scanline comprising multiple pixels. When processing this type of image data, it is helpful to know the type of image represented by the data. For instance, the image data could represent graphics, text, a halftone, contone, or some other recognized image type. A page of image data could be all one type, or some combination of image types.
It is known in the art to take a page of image data and to separate the image data into windows of similar image types.' For instance, a page of image data may include a halftoned picture with accompanying text describing the picture. In order to efficiently process the image data, it is known to separate the page of image data into two windows, a first window representing the halftoned image, and a second window representing the text. Processing of the page of image data can then be efficiently carried out by tailoring the processing to the type of image data being processed.
It is also known to separate a page of image data into windows and to classify and process the image data within the windows by making either one or two passes through the page of image data. The one pass method is quicker, but it does not allow the use of "future" context to correct information that has already been generated.
In a two pass method, information obtained for a third or fourth scanline can be used to generate or correct information on a first or second scanline. In other words, future context can be used.
In a two pass method, during the first pass, the image is separated into windows, and a judgment is made about the 5. type of image data in each window. At the end of the first pass, the image type for each pixel is recorded in memory.
During the second pass, the information from the first pass, i.e., the image type data, is used to process the image data. Unfortunately, storing image type information for each pixel of a page of image data requires a great deal of memory, which increases the cost of an apparatus for performing this method.
SUMMARY OF Tf~E INVENTION
The invention is an improved two pass method and apparatus for separating image data into windows and for classifying the image data within each window.
In the method, during the first pass through the image data, micro-detection and macro-detection are performed to separate each scanline of data into edge sections and image run sections. During micro-detection, the image type of each pixel is determined by examining neighboring pixels.
During macro-detection, the image type of image runs of a.
scanline are determined based on the results of the micro-detection step. Known micro-detection methods can be used to accomplish these functions, such as the micro-detection methods described in U.S. Patent No. 5,293,430 to Shiau et al.
Next, the image run sections of the scanlines are combined to form windows. This is done by looking for portions of the image that are "white". Such areas are commonly called "gutters". The gutters typically separate different portions of a page of images. For instance, a white gutter region would exist between a half toned image and text describing the image. A horizontal gutter might exist between different paragraphs of a page of text.
Likewise, a vertical gutter might exist between two columns of text.
Statistics on the macro-detection results within each window are then compiled and examined. Based on the statistics, each window is classified, if possible, as a particular image type. At the end of the first pass, the beginning point of each window is recorded in memory. If a window appears to contain primarily a single type of image data, the image type is also recorded. If a window appears to contain more than one image type, the window is identified as a "mixed" window.
During a second pass through the image data, the micro-detection, macro-detection and windowing steps are repeated. Those pixels within windows that were labeled as single image type during the first pass are simply labeled~with the known image type. Those pixels that are within a window that was labeled as "mixed" during the first pass, are labeled based on the results of the micro-detection, macro-detection and windowing steps performed during the second pass. Once a pixel has been labeled as a particular image type, further processing of the image data may also occur during the second pass.
Because the same hardware is used to perform both the first and second passes, there is no additional cost for the second pass. In addition, because the image type classification of each pixel is not recorded at the end of the first pass, the memory requirements and thus the cost of an apparatus for performing the method are reduced.
In the method according to the invention, a macro-detection step for examining a scanline of image data may include the steps of separating a scanline into edge portions and image runs and classifying each of the image runs based on statistics for the image data within each image run. The macro-detection step could also include clean up steps wherein each of the edge~sections of the scanline are also classified based on 1) the image data of the edge sections, and 2) the classification of surrounding image runs. The clean up steps might also include re-classifying image runs based on the classification of surrounding image runs.
In accordance with another aspect of the present invention, there is provided a macro-detection method for segmenting and classifying a scanline of image data contained in an image page, the scanline of image data comprising a plurality of pixels, the method comprising the steps of:
evaluating each pixel of the scanline of image data, and segmenting the scanline into at least one image run and at least one edge pixel, each image run being bordered by (i) an edge pixel at each end of the image run or (ii) an edge pixel at one end of the image run and a page edge of the image page at another end of the image run;
determining at least one image type of each at least one image run; and performing cleanup procedures to determine an image type of each at least one edge pixel.
In accordance with another aspect of the present invention, there is provided an apparatus that performs a macro-detection operation to segment and classify a scanline of image data contained in an image page, the scanline of image data comprising a plurality of pixels; the apparatus comprising:
a segmenting means for evaluating each pixel of the scanline of image data and segmenting the scanline into at least one image run and at least one edge pixel, each image run being bordered by (i) an edge pixel at each end of the image run or (ii) an edge pixel at one end of the image run and a page edge of the image page at another end of the image run;
a classifying means for determining at least one image type of each at least one image run; and a cleanup means for performing cleanup procedures to determine an image type of each at least one edge pixel.
In accordance with another aspect of the present invention, there is provided a method for segmenting and classifying a scanline of image data, the scanline of image data comprising a plurality of pixels, the method comprising:

4a evaluating each pixel of the scanline of image data to determine if any edge pixels are present in the scanline;
segmenting the scanline into N+1 image runs when a number of edge pixels determined to be present is N;
determining at least one image type of each image run based on rrricro-detection results; and performing cleanup procedures to determine an image type of each of the edge pixels determined to be present.
BRIEF DESCRIPTION OF THE DRAWINGS
Preferred embodiments of the invention will be described with reference to the following drawings, wherein like reference numerals refer to like elements, and wherein:
Figure 1 shows a block diagram illustrating a two pass segmentation and classification method embodying the invention;
Figure 2 shows a graphical representation of scanlines of image data that have been separated into windows during a first pass;
Figure 3 shows a graphical representation of scanlines of image data that have been separated into windows during a second pass;
Figure 4 shows a block diagram of a page segmentation and classification apparatus embodying the invention;
Figure 5 shows a graphical representation of a scanline of image data;
Figure 6 shows a block diagram illustrating a macro-detection method embodying the invention;
Figure 7 shows a block diagram illustrating a clean up step of a macro-detection method embodying the invention; and Figure 8 is a block diagram of a macro-detection apparatus embodying the tnvenhon.

4b DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
A block diagram of a two pass segmentation and classification method embodying the invention is shown in Figure 1. The method segments a page of image data into windows, classifies the image data within each window as a particular image type and records information regarding the window and image type of each pixel. Once the image type for each window is known, further processing of the image data can be efficiently performed.

The image data comprises multiple scanlines of pixel image data, each scanline typically including intensity information for each pixel within the scanline.
Typical image types include graphics, text, low-frequency 5 halftone, high-frequency halftone, contone, etc.
During a first step S101, micro-detection is carried out. During micro-detection, multiple scanlines of image data are buffered into memory. Each pixel is examined and a preliminary determination is made as to the image type of the pixel. In addition, the intensity of each pixel is compared to the intensity of its surrounding neighboring pixels. A judgment is made as to whether the intensity of the pixel under examination is significantly different than the intensity of the surrounding pixels.
When a pixel has a significantly different intensity than its neighboring pixels, the pixel is classified as an edge pixel.
During a second step S103, macro-detection is performed. During the macro-detection step, the results of the micro-detection step are used to identify those pixels within each scanline that are edges and those pixels that belong to image runs. The image type of each image run is then determined based on the micro-detection results. The image type of an image run may also be based on the image type and a confidence factor of an adjacent image run of a previous scanline. Also, if an image run of a previous scanline was impossible to classify as a standard image type, but information generated during examination of the present scanline makes it possible to determine the image type of the image run of the previous scanline, that determination is made and the image type of the image run of the previous scanline is recorded.
An example of a single scanline of image data is shown in Figure 5. During the macro-detection step, high intensity pixels are classified as edges 54, 58 and 62.
Portions of the scanline between the edges are classified as image runs 52, 56, 60 and 64.
In the next step S105, the image runs of adjacent scanlines are combined to form windows. A graphical representation of multiple scanlines that have been grouped into windows is shown in Figure 2. The image data has been separated into a first window 12 and a second window 13, separated by a gutter 11. A first edge 14 separates the first window 12 from the remainder of the image data. A second edge 16 separates the second window 13 from the remainder of the image data. In addition, a third edge 18 separates the second window 13 into first and second portions having different image types.
In the next step 5107, statistics are gathered and calculated for each of the windows. The statistics are based on the intensity and macro-detection results for each of the pixels within a window.
In the next step S109, the statistics are examined in an attempt to classify each window. Windows that appear to contain primarily a single type of image data are classified according to their dominant image types.
Windows that contain more than one type of image are classified as "mixed."
At the end of the first pass, in step S110, the beginning point and the image type of each of the windows is recorded.
During the second pass, in steps Sill, S113 and S115, the micro-detection, macro-detection and window generation steps, respectively, are repeated. In the next step 5117, labeling of the pixels occurs. During the labeling step, information about the image type and the window of each pixel is recorded. If a pixel is within a window that was classified as a particular image type during the first pass, each pixel within the window is labeled with the window's image type. If a pixel is within a window that was classified as "mixed" during the first pass, the micro-detection, macro-detection and windowing steps performed during the second pass are used to assign an image type to the pixel. At the end of the labeling step, each pixel is labeled as a particular image type.
Once each portion of the image data has been classified according to standard image types, further processing of the image data can be efficiently performed.
Because the micro-detection and macro-detection results from the first pass are not recorded for each pixel of the image, the memory requirements for a device embodying the invention are minimized. This helps to minimize the cost of such an apparatus.
An example of how the two pass method can be used to identify and classify Windows within an image is illustrated in Figures 2 and 3. The image data 10 is comprised of multiple scanlines of pixel data. Figure 2 shows the results of a first pass through the image data, and Figure 3 shows the results of the second pass through the same image data.
During the micro-detection and macro-detection steps of the first pass, the image runs and edges of each scanline are identified, and, if possible, the image types of the image runs and edges are determined. During the windowing step, the windows are identified. As shown in Figure 2, a first portion 20 of the image data within the first window 12 was an unknown image type, and a second portion 22 was identified as contone. Within the second window 13, a first portion 24 was identified as low-frequency halftone, a second portion 26 was an unknown image type, and a third portion 28 was identified as contone.
At the end of the first pass, the image types and the beginning points of the first and second windows are recorded. The beginning point- of the first window 12 is recorded as Xo, Yo. Because primarily a single type of image data (contone) was detected within the first window 12; the image type of the first window is recorded as contone. The beginning point of the second window 13 is recorded Xz, Yo. Because two image types (low-frequency halftone and contone) were detected in the second window, the image type of the second window 13 is recorded as mixed.
Also, if one or more image runs of a mixed window were impossible to classify upon initial examination, but examination of adjacent image runs of subsequent scanlines make it possible to determine the image type of the unknown image runs, then the beginning point and image type of the unknown image runs are also recorded at the end of the first pass. For example, and with reference to l0 Figure 2, during the first pass through a second portion 26 of the second window 13, it was initially impossible to classify the image runs of the first two scanlines. These image runs are shaded black in Figure 2 to indicate that they are unknown. During processing of the third scanline of the second portion 26, however, it became possible to identify the image runs of the first two scanlines as contone. Accordingly, at the end of the first pass the beginning point of the unknown section X3, Yo is .recorded, along with the image type contone. This information can be used during the second pass to immediately classify image runs that would normally be impossible to classify based on the microdetection results alone.
During the second pass, the micro-detection, macro-detection and windowing steps are performed a second time. Next, each pixel is labeled with an image type.
Pixels within the first window 12 are labeled as contone.
Pixels and image runs within the second window 13 are labeled based on the results of the micro-detection and macro-detection steps performed during the second pass and the information on the unknown sections recorded during the first pass.
As shown in Figure 3, the pixels within the first window 12 are classified as contone, the pixels within the first portion 24 of the second window 13 are classified as low-frequency halftone, and the pixels within the second portion of the second window 13 is now labeled entirely as contone.
A block diagram of a page segmentation and classification apparatus capable of performing the two pass method of the invention is shown in Figure 4. The page segmentation and classification means 40 includes b micro-detection means 42 for .performing the micro-detection step, macro-detection means 43 for performing the macro-detection step and windowing means 44 for grouping image runs of the scanlines together to form windows. The apparatus also includes statistics means 45 for gathering and calculating statistics regarding the pixels within each window and classification means 46 for classifying each of the windows as a particular image type based on the gathered statistics.
Memory means 47 are provided for recording the beginning points and image types of each of the windows and the beginning points and image types of any initially unknown image runs that were subsequently classified duz'ing the first pass. The memory means 47 may also be used to store the window and image type of each pixel at the end of the second pass. Typically, however, the image data is used immediately to process, transmit and/or print the image, and the image data is discarded.
The page segmentation and classification means 40 may also include image processing means 48 for processing 2S the image data after each of the pixels has been labeled with an image type and as belonging to a particular window.
A page segmentation and classification apparatus embodying the invention might include a typical computer processor and software designed to accomplish each of the steps of the two pass method. The apparatus might also include image data obtaining means 36 for obtaining an image to be processed by the two pass method. The image data obtaining means 36 could include a scanner or a device for reading a stored image from a memory. The device might also include image data generation means 38 for generating image data to be segmented and classified by the two pass method. The image data generation means could include a software program for generating an image or a word-processing program that generates a page of text or a page of mixed text and images.
A block diagram of a macro-detection method 5 suitable for use with the above-described two pass segmentation and classification method is shown in Figure 6. The macro-detection method utilizes micro-detection results that have already been generated in a micro-detection step to separate a scanline of image data 10 into image runs and edges, and then to classify the image runs and edges as an image type.
With reference to Figure 6, in step S603, the beginning points and ending points of the image runs are determined based upon the locations of the high intensity edge pixels detected during the micro-detection step. In the next step 5605, statistics for each of the pixels within each image run are collected and/or calculated based on the micro-detection results. In the next step S607, the statistics as well as the results of the previous scanline are used to determine the probable image type classifications for each of the image runs.
The method-could also include a step S609 wherein a confidence factor is determined for each of the image runs. The confidence factor for an image run indicates the relative likelihood that the image run has been correctly classified. For those image runs that have pixels with a relatively uniform intensity, the confidence factor would be high. For those image runs that have pixels with many different intensity levels, the confidence level would be relatively low. The confidence factor for an image run would be recorded in memory. When the process proceeds to the next scanline, the confidence factor of an adjacent segment of the previous scanline could be used in combination with the micro-detection results to determine the image type of an image run.
During the clean up steps 5611, each of the edges may be given an image type classification, and some of the image runs may be re-classified.
A block diagram showing potential clean up steps 5611 is shown in Figure 7 . In step S703 , the image type of vertical edges is determined based on the micro-detection results and the image types of neighboring left and right image runs. In addition, short image runs may also be re-classified in step S703 based on the micro-detection results and the classification of neighboring left and right image runs.
In the next step S705, the image types of horizontal edges are determined based on micro-detection results for the horizontal edges and the image types of a neighboring section of the previous scanline.
In some embodiments of the invention, the clean up steps would end at this point. In other embodiments of the invention, the clean up steps would further comprise an additional step S707, wherein long image runs are reclassified based on the micro-detection results and the image types of neighboring left and right image runs.
In yet another alternate embodiment, the clean up steps could include a step 5709 wherein long image runs are re-classified based on the micro-detection results, image types of neighboring left and right image runs and image types of one or more neighboring segments of a previous scanline.
Thus, in the clean up steps S611, the edges and short image runs can be classified based on the context of the surrounding image portions and/or based on the context of a previous scanline. In addition, long image runs may be re-classified based on the context of surrounding image runs and/or the context of a previous scanline.
Figure 8 is a block diagram showing an apparatus capable of performing the macro-detection method according to the invention. The macro-detection means 70 includes segmentation means 71 for separating a scanline of image data into edges and image runs, statistics means 72 for gathering and calculating statistics for the pixels within each scanline, classification means 73 for determining the image types of the image runs and the edges and clean up means 74 for classifying edges and for re-classifying image runs. The macro-detection means can also include confidence determination means 75 for determining a confidence factor indicating a probability that an image type classification of an image run is correct.
The clean up means 74 may include reclassification means 77 for re-classifying image runs, vertical edge classification means 79 for classifying vertical edges and horizontal edge classification means 81 for classifying vertical edges.
An apparatus embodying the invention and capable of performing the macro-detection method could include a computer processor and associated software programs to carry out each of the steps shown in Figures 6 and 7.
While the invention has been described in connection with preferred embodiments, the invention is not limited to the disclosed embodiments. On the contrary, the application is intended to cover all alternatives, modifications and equivalents that may be included within the spirit and scope of the invention, as defined by the appended claims.

Claims (14)

WHAT IS CLAIMED IS:
1. A macro-detection method for segmenting and classifying a scanline of image data contained in an image page, the scanline of image data comprising a plurality of pixels, the method comprising the steps of:
evaluating each pixel of the scanline of image data, and segmenting the scanline into at least one image run and at least one edge pixel, each image run being bordered by (i) an edge pixel at each end of the image run or (ii) an edge pixel at one end of the image run and a page edge of the image page at another end of the image run;
determining at least one image type of each at least one image run; and performing cleanup procedures to determine an image type of each at least one edge pixel.
2. The macro-detection method of claim 1, further comprising the step of determining a confidence factor for the determined at least one image type of each at least one image run.
3. The macro-detection method of claim 2, wherein the step of determining at least one image type of each at least one image run comprises determining at least one image type of each at least one image run based on micro-detection results for the at least one image run and based on an image type and a confidence factor of an adjacent image run of an adjacent scanline.
4. The macro-detection method of claim 2, wherein the step of performing cleanup procedures further comprises re-determining at least one image type of an image run having a low confidence factor based on micro-detection results for the image run and based on an image type of a neighboring image run.
5. The macro-detection method of claim 1, wherein the step of performing cleanup procedures comprises determining an image type of a vertical edge based on micro-detection results for the vertical edge and based on an image type of at least one neighboring image run of the scanline.
6. The macro-detection method of claim 1, wherein the step of performing cleanup procedures comprises determining an image type of a horizontal edge based on micro-detection results for the horizontal edge and based on an image type of a neighboring segment of an adjacent scanline.
7. An apparatus that performs a macro-detection operation to segment and classify a scanline of image data contained in an image page, the scanline of image data comprising a plurality of pixels, the apparatus comprising:
a segmenting means for evaluating each pixel of the scanline of image data and segmenting the scanline into at least one image run and at least one edge pixel, each image run being bordered by (i) an edge pixel at each end of the image run or (ii) an edge pixel at one end of the image run and a page edge of the image page at another end of the image run;
a classifying means for determining at least one image type of each at least one image run; and a cleanup means for performing cleanup procedures to determine an image type of each at least one edge pixel.
8. The apparatus of claim 7, further comprising a means for determing a confidence factor for the determined at least one image type of each at least one image run.
9. The apparatus of claim 8, wherein the classifying means determines at least one image type of each at least one image run based on micro-detection results for the at least one image run and based on an image type and a confidence factor of an adjacent image run of an adjacent scanline.
10. The apparatus of claim 8, wherein the cleanup means redetermines at least one image type of an image run having a low confidence factor based on micro-detection results for the image run and based on an image type of at least one neighboring image run of the scanline.
11. The apparatus of claim 7, wherein the cleanup means determines an image type of a vertical edge based on micro-detection results for the vertical edge and based on an image type of a neighboring left or right image run.
12. The apparatus of claim 7, wherein the cleanup means determines an image type of a horizontal edge based on micro-detection results for the horizontal edge and based on an image type of a neighboring segment of an adjacent scanline.
13. A method for segmenting and classifying a scanline of image data, the scanline of image data comprising a plurality of pixels, the method comprising:
evaluating each pixel of the scanline of image data to determine if any edge pixels are present in the scanline;
segmenting the scanline into N+1 image runs when a number of edge pixels determined to be present is N;
determining at least one image type of each image run based on micro-detection results; and performing cleanup procedures to determine an image type of each of the edge pixels determined to be present.
14. The method of claim 13, wherein the step of evaluating includes determining whether a pixel has an intensity different from an adjacent pixel by at least a predetermined amount.
CA002319911A 1996-07-26 1997-05-21 Apparatus and method for segmenting and classifying image data Expired - Fee Related CA2319911C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US08/686,803 US5850474A (en) 1996-07-26 1996-07-26 Apparatus and method for segmenting and classifying image data
US08/686,803 1996-07-26
CA002205764A CA2205764C (en) 1996-07-26 1997-05-21 Apparatus and method for segmenting and classifying image data

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CA002205764A Division CA2205764C (en) 1996-07-26 1997-05-21 Apparatus and method for segmenting and classifying image data

Publications (2)

Publication Number Publication Date
CA2319911A1 CA2319911A1 (en) 1998-01-26
CA2319911C true CA2319911C (en) 2005-05-03

Family

ID=25679352

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002319911A Expired - Fee Related CA2319911C (en) 1996-07-26 1997-05-21 Apparatus and method for segmenting and classifying image data

Country Status (1)

Country Link
CA (1) CA2319911C (en)

Also Published As

Publication number Publication date
CA2319911A1 (en) 1998-01-26

Similar Documents

Publication Publication Date Title
CA2205764C (en) Apparatus and method for segmenting and classifying image data
US6973213B2 (en) Background-based image segmentation
JP4633907B2 (en) Method and apparatus for masking scanning artifacts in image data representing a document and image data processing system
EP0767581B1 (en) Image processing apparatus and method
US5729635A (en) OCR image free-processing method for image enhancement of scanned documents
US7379593B2 (en) Method for image segmentation from proved detection of background and text image portions
KR100523898B1 (en) Identification, separation and compression of multiple forms with mutants
US4403257A (en) Halftone detection and delineation
US8368956B2 (en) Methods and systems for segmenting a digital image into regions
EP0750272A2 (en) Image binarization apparatus and method
US20050163374A1 (en) Methods and systems for automatic detection of continuous-tone regions in document images
US20040101209A1 (en) Image processing device, image processing method, and record medium on which the same is recorded
US6782129B1 (en) Image segmentation apparatus and method
US6389164B2 (en) Image segmentation apparatus and method
JP4164489B2 (en) Document image enhancement method, apparatus, and storage medium therefor
US10460219B2 (en) Generating an object map from a plurality of binary images
CA2319911C (en) Apparatus and method for segmenting and classifying image data
US20060269132A1 (en) Apparatus and method for detecting white areas within windows and selectively merging the detected white areas into the enclosing window
US7646892B2 (en) Image inspecting apparatus, image inspecting method, control program and computer-readable storage medium
US7345792B2 (en) Segmentation-based halftoning
US7724955B2 (en) Apparatus and method for auto windowing using multiple white thresholds
KR102556350B1 (en) Method and Apparatus for Calculating Ratio of Lesion Area
US8542931B2 (en) Ruled line extraction technique based on comparision results and indentifying noise based on line thickness
US20060269142A1 (en) Apparatus and method for subtyping window elements in a document windowing system
JPH04157353A (en) Cracked image data processing method

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed