US20130148904A1 - Post-processing a multi-spectral image for enhanced object identification - Google Patents

Post-processing a multi-spectral image for enhanced object identification Download PDF

Info

Publication number
US20130148904A1
US20130148904A1 US13/324,433 US201113324433A US2013148904A1 US 20130148904 A1 US20130148904 A1 US 20130148904A1 US 201113324433 A US201113324433 A US 201113324433A US 2013148904 A1 US2013148904 A1 US 2013148904A1
Authority
US
United States
Prior art keywords
pixels
pixel
image
block
value
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.)
Granted
Application number
US13/324,433
Other versions
US8457415B1 (en
Inventor
Yao Rong Wang
Lalit Keshav MESTHA
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.)
Conduent Business Services LLC
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
Application filed by Xerox Corp filed Critical Xerox Corp
Priority to US13/324,433 priority Critical patent/US8457415B1/en
Assigned to XEROX CORPORATION reassignment XEROX CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MESTHA, LALIT KESHAV, WANG, YAO RONG
Application granted granted Critical
Publication of US8457415B1 publication Critical patent/US8457415B1/en
Publication of US20130148904A1 publication Critical patent/US20130148904A1/en
Assigned to CONDUENT BUSINESS SERVICES, LLC reassignment CONDUENT BUSINESS SERVICES, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: XEROX CORPORATION
Assigned to BANK OF AMERICA, N.A. reassignment BANK OF AMERICA, N.A. SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CONDUENT BUSINESS SERVICES, LLC
Assigned to U.S. BANK, NATIONAL ASSOCIATION reassignment U.S. BANK, NATIONAL ASSOCIATION SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CONDUENT BUSINESS SERVICES, LLC
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/768Arrangements for image or video recognition or understanding using pattern recognition or machine learning using context analysis, e.g. recognition aided by known co-occurring patterns
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/56Extraction of image or video features relating to colour

Definitions

  • the present invention is directed to methods for post-processing a multi-spectral image which has been pre-processed via a pixel classification method such that objects in the image are more correctly identified.
  • FIG. 15 shows a binary image which has been pixel-classified as to skin using a correlation coefficient method of pixel classification.
  • the binary image of FIG. 15 was generated using a threshold for the correlation coefficient of 0.94 and assigning a value of 1 to a pixel if the correlation coefficient for that pixel was greater than 0.94, and assigning a value of 0 to that pixel if the correlation coefficient was less than 0.94.
  • many pixels have been wrongly classified as correlating to human skin. As such, post-processing of a pixel-classified binary image is needed to reduce pixel classification error.
  • What is disclosed is a system and method for post-processing a multi-spectral image which has been processed for pixel classification so that objects in the image can be properly identified. Disconnected small areas of pixels are filtered using the methods disclosed herein.
  • the present method is intended to be used as an adjunct to pixel classification methods when an image is captured using a multiband imaging system. In such a manner, a more accurate pixel classification is effectuated.
  • One embodiment of the present method for determining objects in an image captured with a multi-band infrared imaging system involves the following. First, a binary image is received which contains pixels that have been classified using a pixel classification method. Each pixel in the image has an associated intensity value. Each of the pixels has a pixel value of 1 or 0 depending on whether the pixel is classified as a material of interest or not. A block of pixels of size m ⁇ n is defined, where either: m ⁇ 2 or n ⁇ 2. The following steps are then performed. In step A, a density value is calculated using intensity values collected for pixels in a block of pixels of the size. The block encompasses the current pixel. In step B, the calculated density is then compared to a pre-determined threshold value.
  • step C if the density is less than the threshold, all pixels in this block are set to zero; otherwise all pixels in this block are set to a non-zero value.
  • the block is then shifted in the image by k pixels sequentially, where k is less than m or n. Steps (A)-(C) are repeated until all pixels in the image have been processed. Thereafter, pixels which have a same binary value are grouped to form objects. The number of formed objects can then be counted in the image.
  • FIG. 1 shows an example image captured of a person in an airport pulling a wheeled carrying device loaded with packages
  • FIG. 2 shows various formed objects by having grouped pixels of the objects of interest identified in FIG. 1 ;
  • FIG. 3 illustrates one example IR detection system 300
  • FIG. 4 illustrates one example IR illumination system 400
  • FIG. 5 plots reflectance values vs. wavelengths for human skin
  • FIG. 6 is a flow diagram of one example embodiment of the present method for determining objects in an image captured with a multi-band imaging system
  • FIG. 7 is a continuation of the flow diagram of FIG. 6 with flow processing continuing with respect to nodes A or B;
  • FIG. 8 shows a portion 800 of the image of FIG. 1 wherein a block of pixels of size m ⁇ n has been defined in accordance with the teachings hereof;
  • FIG. 9 shows a result of the present method applied to the image of FIG. 15 ;
  • FIG. 10 shows an original IR image of two persons in the front passenger seat of a motor vehicle
  • FIG. 11 is a binary version of the image of FIG. 10 wherein the pixels have been classified as to human tissue;
  • FIG. 12 shows a result of the present method applied to the image of FIG. 11 ;
  • FIG. 13 is a block diagram of an example image post-processing system in accordance with the teachings hereof wherein various aspects of the present method, as described with respect to the flow diagrams of FIGS. 6 and 7 , are performed;
  • FIG. 14 illustrates a block diagram of one example special purpose computer for implementing various aspects of the present method described with respect to the flow diagrams of FIGS. 6 and 7 and the modules and processors of the block diagram of FIG. 13 ;
  • FIG. 15 is a prior art binary image comprising pixels which have been classified as human skin using the correlation method.
  • What is disclosed is a system and method for post-processing a multi-spectral image which has been processed for pixel classification so that objects in the image can be identified and extracted.
  • a “material of interest”, as used herein, refers to a material which pixels in an image have been classified as comprising.
  • Example materials of interest are human tissue (hair, skin, etc.), plastics, metals, composite materials, and the like.
  • the list of materials that may be of interest will depend on the environment where the teachings hereof find their implementations. Such environments may be, for instance, an airport, a courthouse, a government office building, a vehicle occupancy detection system, to name a few.
  • pixels which have been classified as being a material of interest are assigned a value of 1. Otherwise, pixels are assigned a value of 0. In such a manner, the source image is processed, via pixel classification, into a binary image.
  • a “binary image” is an image containing pixels which have been classified using a pixel classification method.
  • FIG. 1 illustrates an example image 100 captured using a multi-band IR imaging system showing a person 102 pulling a wheeled luggage carrying device containing an assortment of packages.
  • the materials of interest for pixel classification purposes were human skin tissue and a plastic such as PET, HDPE or LDPE.
  • pixels of facial region 103 , right arm portion 104 , and left arm portion 105 will be classified as pixels which have been identified as a material of interest, i.e., skin tissue (material ‘A’).
  • Pixels of packages 106 , 107 and 108 will be classified as pixels which have been identified as a material of interest, i.e, the type of plastic (material ‘B’).
  • each pixel Upon classification, each pixel will have been assigned a value of 1 if the pixel belongs to one of the materials of interest and a value of 0 otherwise.
  • the original image is transformed into a binary image by having been processed using a pixel classification technique.
  • any numeric value can be assigned to a pixel which has been classified as a material of interest. For example, assume that pixels in a given image have been identified as each of 3 different materials of interest.
  • one set of pixels of a first object identified as belonging to a first material of interest may be assigned a value of 1, while pixels of a second object identified as belonging to a second material of interest may be assigned the value of 2, and pixels of a third object identified as belonging to a third material of interest may have been assigned a value of 3.
  • the binary image would be comprised of pixels identified as materials of interest would have respective assigned values of 1, 2 and 3, and pixels in the image which do not belong to any of the materials of interest would have a value of 0.
  • a “formed object’ is an object formed by grouping together contiguously connected pixels which all have the same binary value as a result of having been classified as a material of interest. Grouped pixels are shown by way of example in FIG. 2 wherein object 203 was formed by grouping together contiguous pixels of skin segment 103 . Likewise, objects 204 and 205 were formed in a similar manner by grouping together pixels of skin segments 104 and 105 , respectively. All of these pixels are contiguous and all have been assigned the same binary value because each has been classified as human tissue. Similarly, objects 206 , 207 and 208 were formed by grouping together contiguous pixels classified as a material of interest, i.e., plastic, and thus all have the same binary value.
  • An “IR imaging system” is an apparatus comprising an IR illuminator and an IR detector designed to capture IR light reflected from a target, separate it into its component wavelengths, and output an IR image of that target. The IR image is captured over multiple wavelength bands of interest.
  • An IR imaging system can be either a single IR detector and a sequentially illuminated N-band illuminator (N ⁇ 3) with one fixed filter, or comprise a total of N detector (N ⁇ 3) each having a respective band pass filter and a single illuminator.
  • An example IR detection system is shown in FIG. 3 .
  • An example IR illumination system is shown in FIG. 4 .
  • a “Correlation Method' refers to a method of pixel classification wherein pixels of an IR image are classified as human tissue based upon an amount of correlation between a captured intensity of that pixel and a (scaled) intensity calculated from a model.
  • the correlation method using a materials spectra database containing pre-measured reflectances of known materials such as human skin and hair, and other materials of interest.
  • the database includes the transmittance of windshield glass, the power spectra of the IR illuminator(s), the filter transmittances, and a responsivity curve of the IR detector(s).
  • a theoretical pixel intensity for each object in the image is calculated and the measured intensity of each pixel compared with the theoretical intensities to determine an amount of correlation therebetween. If the intensity of a pixel agrees with the measured intensity of the pixel of a known object, then the correlation will be high (close to 1). Otherwise, the correlation will be low (close to 0 or negative).
  • Pixels are classified based upon a comparison with a threshold value.
  • a “Ratio Method' is a pixel classification method classifies a pixel as human tissue vs. other materials if the ratio (of Eq. 5) is larger or smaller than a predetermined threshold value.
  • a “Best Fitting Reflectance Method' is a pixel classification method wherein each pixel in the IR image is processed and classified based upon a best fitting reflectance by cross-referencing measured pixel reflectances with reflectances of known materials in a materials spectral database and determining a best fitting reflectance.
  • FIG. 5 shows reflectances for human skin tissue.
  • One materials spectral database is the High-Resolution Transmission Molecular Absorption Database (HITRAN) maintained by the Atomic and Molecular Physics Division of the Harvard-Smithsonian Center for Astrophysics. HITRAN is downloadable from Harvard's website.
  • HITRAN High-Resolution Transmission Molecular Absorption Database
  • FIG. 3 illustrates one embodiment of an example IR detection system 300 for use in accordance with the teachings hereof.
  • Image 316 reflects the IR output beam 414 emitted by focusing optics 412 of the IR illumination system of FIG. 4 .
  • a portion of the reflected IR light is received by optics 302 having lens 303 that focus the received light onto sensor(s) 304 which spatially resolves the received light to obtain IR image 308 .
  • Optics 302 may also include one or more bandpass filters that only allow light in a narrow wavelength band to pass though the filter. The filters may also be sequentially changed to obtain N intensities at 308 .
  • Sensor 304 sends the IR image information to computer 306 for processing and storage.
  • Detector 308 is a multispectral image detection device whose spectral content may be selectable through a controller (not shown).
  • Detector 304 records light intensity at multiple pixels locations along a two dimensional grid.
  • Optics 302 and detector 304 include components commonly found in various streams of commerce. Suitable sensors include charge-coupled device (CCD) detectors, complementary metal oxide semiconductors (CMOS) detectors, charge-injection device (CID) detectors, vidicon detectors, reticon detectors, image-intensifier tube detectors, pixelated photomultiplier tube (PMT) detectors, InGaAs (Indium Gallium Arsenide), Mercury Cadmium Telluride (MCT), and Microbolometer.
  • Computer 306 is in communication with optics 302 to control the lens thereof and is in communication with detector 304 to control the sensitivity thereof. Computer 306 receives sensitivity values associated with each pixel of IR image 308 .
  • Computer 306 includes a keyboard, monitor, printer, etc. (not shown) as are necessary to effectuate a control of various elements of IR detection system 300 .
  • FIG. 4 illustrates one embodiment of an example IR illumination system 400 for use in accordance with the teachings hereof.
  • the IR illumination system of FIG. 4 is shown comprising a plurality of IR light sources 402 each emitting a narrow band of IR radiation at a respective peak wavelength ( ⁇ 1 , . . . , ⁇ n ).
  • Light source 402 is an array of light emitting diodes (LEDs). Each diode is pre-selected to emit radiation at a particular wavelength band of interest, and defines a source in the array for that wavelength band.
  • Controller 108 is coupled to source array 402 and controls the input current to each illuminator and, thereby, the output intensity of each.
  • Sensing optics 404 has optics 403 which combine the wavelengths to produce IR illumination beam 406 .
  • Sensor 410 samples the radiation emitted from the array of IR light sources and provides feedback to controller 408 .
  • Focusing optics 412 receives beam 406 and focuses output beam 414 onto image 316 .
  • Optics 412 includes a plurality of lens of varying focal lengths positioned in the beam path to focus the beam as desired.
  • Controller 408 is also coupled to optics 412 to effectuate changes in output beam 414 due to target size, target distance, target speed, to name a few constraints.
  • Controller 408 is in communication with storage device 309 to store/retrieve calibration information, intensity levels, and the like, including data and machine readable program instructions.
  • Controller 408 may comprise a computer system such as a desktop, laptop, server, mainframe, and the like, or a special purpose computer system such as an ASIC. Controller 408 may be placed in wired or wireless communication with a computing workstation over a network. Such a network may be a local area network (LAN) or the Internet. It should be appreciated that any of the components of IR illumination system 400 may be placed in communication with such a computing system to facilitate the intended purposes hereof.
  • LAN local area network
  • any of the optics described with respect to IR illumination system 400 of FIG. 4 can be replaced with an optical system having optical power and may further include mirrors.
  • Such an optical system may include multiple components each having optical power, e.g., it may be doublet or a triple lens.
  • the source array and grating would be positioned in the front and back focal planes of the optics.
  • the optical system images the grating at infinity with respect to each element of the light source array and thus each source element sees the same region of the grating. The light from each element would be coextensive on that region.
  • the grating can then produce output radiation whose spectral content is substantially uniform across its transverse profile by compensating for the dispersion associated with lateral position of the different wavelength band sources. This, in turn, allows the spectral content of output beam 414 to be substantially uniform across its transverse profile.
  • it may be difficult to precisely define a desired focal length for the optical system because of aberrations (e.g., field curvature, axial chromatic, lateral chromatic, distortion, coma, and the like), which may cause the optics to focus rays to slightly different positions according to their wavelength or their lateral positioning.
  • the relative positions of the optical system, the source array, and the grating are selected according to the more general condition that the optical system images the grating at infinity with respect to each source element of the light source array, at least for paraxial rays that emerge from each source.
  • FIG. 6 illustrates one example embodiment of the present method for determining objects in an image captured with a multi-band imaging system.
  • Flow processing starts at 600 and immediately proceeds to step 602 .
  • pixels in the binary image have been classified according to two materials of interest, i.e, human tissue and plastic, and thus have all been assigned a binary value of 1. Pixels in the image which were not classified as being either material of interest have been assigned a value of 0.
  • the present method would have to be repeated once to post-process the image to isolate blobs of pixels which have been classified as human tissue, and again to post-process the image to isolate blobs of pixels which have been classified as plastic.
  • a binary image containing pixels which have been classified using a pixel classification method is received.
  • the source image was captured using an IR imaging system and then processed for pixel classification according to a correlation method, a ratio method, or a best fitting reflectance method.
  • Each pixel in the image has an associated intensity value and each pixel has a pixel value of 1 or 0 depending on whether that pixel was classified as being a material of interest or not.
  • a block of pixels of size m ⁇ n is defined, where any of: m ⁇ 2 and n ⁇ 2.
  • FIG. 8 shows a portion 800 of the image of FIG. 1 wherein a block 802 of pixels of size m ⁇ n has been defined.
  • a size of a block is based upon an estimated size of objects likely to be identified as comprising a material of interest within a field of view of the imaging system used to capture the source image.
  • a first block of pixels is selected for processing.
  • Blocks may be selected for processing starting, for example, from a first row or column of the image and proceeding uniformly across rows and columns.
  • the ordering of the blocks of pixels selected for processing is set by a user using, for instance, the graphical user interface of the computer workstation of FIG. 13 .
  • a density value is calculated for the current block using intensity values of pixels in this block.
  • Methods for calculating density values are well established.
  • the density for a given block comprises the mean of intensity values of pixels within that block. Intensity values of pixels may be combined to generate a new intensity value for one or more pixels within the block prior to the density value being calculated.
  • the block's density is compared to a threshold value.
  • An example threshold density threshold value is 0.55. The threshold can be adjusted as needed depending on the number of classification errors in a given image.
  • FIG. 7 is a continuation of the flow diagram of FIG. 6 with flow processing continuing with respect to either of nodes A or B.
  • processing continues with respect to node A wherein, at step 614 , all the pixels in this block are set to 1. Otherwise, processing continues with respect to node B wherein, at step 616 , all the pixels in this block are set to 0. In either case, processing continues with respect to node C wherein, at step 617 , this block is shifted in the image by k pixels where k is less than either m or n.
  • a block can be shifted in either the x or y directions, diagonally, or in a random direction, so long as the block is shifted by k pixels where k is less than either m or n.
  • step 620 contiguously connected pixels having the same binary value are grouped together to form objects. Thereafter, in this embodiment, further processing stops.
  • the formed objects are counted. For example, if the material of interest is human tissue and the formed objects are thus human occupants in a motor vehicle, then by counting the number of objects the number of human occupants in the motor vehicle can be determined. Such an embodiment would find its uses in a vehicle occupancy detection system.
  • pixel intensity values are combined to generate a new intensity value for at least one pixel in a given block and the image post-processed accordingly.
  • FIG. 9 shows the result of the present method applied to the binary image of FIG. 15 wherein pixels have been classified as to skin tissue. Notice that pixel classification errors have been reduced significantly when the pixel-classified image has been post-processed in accordance with the present method.
  • FIG. 11 shows a binary version of the source image of FIG. 10 wherein pixels in the image having been classified as to skin tissue.
  • FIG. 12 shows a result of the present method applied to the pixel-classified binary image of FIG. 11 .
  • the number of pixel classification errors has been reduced significantly.
  • FIG. 13 illustrates a block diagram of an example image post-processing system wherein various aspects of the present post-processing method are performed in a manner as described with respect to the flow diagrams of FIGS. 6 and 7 .
  • the post-processing system 1300 is shown comprising, in part, a networked computer workstation 1302 configured to perform any of the aspects of the present method.
  • System 1302 includes a hard drive (internal to computer case 1304 ) which reads/writes to a machine readable media 1306 such as a floppy disk, optical disk, CD-ROM, DVC, magnetic tape, etc.
  • Case 1304 houses a motherboard with a processor and memory, a communications link such as a network card, video card, and other software and hardware needed to perform the functionality of a computing system.
  • the system further includes a graphical user interface comprising a display device 1307 such as a CRT, LCD, touchscreen, and the like, a keyboard 1308 , and a mouse (not shown).
  • Workstation 1302 has an operating system and other specialized software configured to display numeric values, text, scroll bars, dials, slideable menu bars, pull-down menus, selectable options, buttons, and the like, for entering, selecting, modifying, and accepting any information needed for processing.
  • the embodiment shown is only illustrative and may include any other functionality which any display device known in the arts is capable of displaying.
  • Software to configure a user interface or any portion thereof to display/enter/accept data is generally customizable. Default settings and initialization parameters can be retrieved from storage device 1310 , as needed.
  • workstation 1302 can be a laptop, a mainframe, a client/server, or a special purpose computer such as an ASIC, circuit board, dedicated processor, or the like.
  • Source image 1312 has been captured using a IR imaging system such as that which is described with respect to FIGS. 3 and 4 .
  • Pixel Classifier 1314 receives the source image and proceeds to classify pixels in that image with respect to materials of interest which have been pre-determined or otherwise identified by a user.
  • Database 1310 which is in communication with Module 1314 , may comprise a materials spectral database depending on the pixel classification method utilized. Values may be stored and/or retrieved from storage device 1310 as needed.
  • Module 1314 outputs a pixel-classified binary image 1316 .
  • Block Shifter 1318 retrieves a block 1334 of size m ⁇ n and outputs a block of pixels 1320 for processing.
  • FIG. 8 One example block of pixels is shown in FIG. 8 .
  • Density Calculator 1322 receives the block of pixels and determines a density based upon the intensity values of pixels within that block. Calculator 1322 outputs the block's density 1324 to Threshold Comparator 1326 which receives the density value and compares that density to a pre-determined threshold received from workstation 1302 .
  • the threshold for this block may have been provided by a user or retrieved from storage 1310 . Each block may have a different threshold value.
  • Comparator Module 1326 outputs a signal 1328 to Pixel Processor 1330 to either set the values of all pixels in this block to one value in those instances where the block's density was less than the threshold, or set the values of all the pixels in this block to another value in the instance where the density for this block was greater than the threshold.
  • Pixel Processor 1330 writes the values of pixels in a block to memory device 1332 wherein successive portions of the post-processed image are reassembled. Upon completion of the current block, processing returns to Block Shifter 1318 which shifts the block in a suitable direction along either the x-axis, y-axis, diagonally, or in a random direction. Each iteration may shift the block in a different direction.
  • Processor 1330 further processes the image by grouping together connected pixels having a same binary value to form objects and counting the number of formed objects in the image. The formed objects may be stored to device 1332 .
  • the image can then be provided to document reproduction device 1334 for rendering or communicated over network 1301 to a display device for subsequent viewing by a user or for further processing. It should be appreciated that some or all of the functionality described with respect to the modules and processors of FIG. 13 may be performed, in whole or in part, within workstation 1302 . Workstation 1302 is capable of communicating with any number of remote systems over network 1301 .
  • any of the modules and/or processors of FIG. 13 are in communication with workstation 1302 and with storage devices 1310 and 1332 via communication pathways (shown and not shown) and may store/retrieve data, parameter values, functions, pages, records, data, and machine readable/executable program instructions required to perform their various functions.
  • Connections between modules includes both physical and logical connections. Each may further be in communication with one or more remote devices over network 1301 . Connections between modules and processing units are intended to include both physical and logical connections.
  • Various modules and processing units described with respect to the system of FIG. 13 may designate one or more components which may, in turn, comprise software and/or hardware designed to perform a specific function. A plurality of modules may perform a single function.
  • a module may comprise a single piece of hardware such as an ASIC, electronic circuit, or special purpose processor.
  • a plurality of modules may be executed by either a single special purpose computer system or a plurality of systems operating in parallel.
  • Modules may include software/hardware modules which may comprise an operating system, drivers, controllers, and other apparatuses, some or all of which may be connected via network 1301 .
  • FIG. 14 illustrates a block diagram of one example special purpose computer for implementing one or more aspects of the present method as described with respect to the flow diagrams of FIGS. 6 and 7 , and the various modules and processing units of the block diagram of FIG. 13 .
  • a special purpose processor is capable of executing machine executable program instructions and may comprise any of a micro-processor, micro-controller, ASIC, electronic circuit, or any combination thereof.
  • Such a special purpose computer can be integrated, in whole or in part, with a xerographic system or a color management or image processing system placed in the image path of a document reproduction device.
  • Special purpose computer system 1400 includes processor 1406 for executing machine executable program instructions for carrying out all or some of the present method.
  • the processor is in communication with bus 1402 .
  • the system includes main memory 1404 for storing machine readable instructions.
  • Main memory may comprise random access memory (RAM) to support reprogramming and flexible data storage.
  • Buffer 1466 stores data addressable by the processor.
  • Program memory 1464 stores machine readable instructions for performing the present method.
  • a display interface 1408 forwards data from bus 1402 to display 1410 .
  • Secondary memory 1412 includes a hard disk 1414 and storage device 1416 capable of reading/writing to removable storage unit 1418 , such as a floppy disk, magnetic tape, optical disk, etc.
  • Secondary memory 1412 may further include other mechanisms for allowing programs and/or machine executable instructions to be loaded onto the processor.
  • Such mechanisms may include, for example, a storage unit 1422 adapted to exchange data through interface 1420 which enables the transfer of software and data.
  • the system includes a communications interface 1424 which acts as both an input and an output to allow data to be transferred between the system and external devices such as a color scanner (not shown).
  • Example interfaces include a modem, a network card such as an Ethernet card, a communications port, a PCMCIA slot and card, etc.
  • Software and data transferred via the communications interface are in the form of signals.
  • Such signal may be any of electronic, electromagnetic, optical, or other forms of signals capable of being received by the communications interface.
  • channel 1426 which carries such signals and may be implemented using wire, cable, fiber optic, phone line, cellular link, RF, memory, or other means known in the arts.
  • the teachings hereof can be implemented in hardware or software using any known or later developed systems, structures, devices, and/or software by those skilled in the applicable art without undue experimentation from the functional description provided herein with a general knowledge of the relevant arts.
  • one or more aspects of the present method may be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communication network.
  • program modules for performing various aspects of the present system and method include a special purpose computer designed to perform the methods disclosed herein.
  • the methods described can be implemented on a special purpose computer, a micro-processor or micro-controller, an ASIC or other integrated circuit, a DSP, an electronic circuit such as a discrete element circuit, a programmable device such as a PLD, PLA, FPGA, PAL, PDA, and the like.
  • a computer usable or machine readable media is, for example, a floppy disk, a hard-drive, memory, CD-ROM, DVD, tape, cassette, or other digital or analog media, or the like, which is capable of having embodied thereon a computer readable program, one or more logical instructions, or other machine executable codes or commands that implement and facilitate the function, capability, and methodologies described herein.
  • the article of manufacture may be included on at least one storage device readable by a machine architecture or other xerographic or image processing system embodying executable program instructions capable of performing the methodology described in the flow diagrams. Additionally, the article of manufacture may be included as part of an operating system, a plug-in, or may be shipped, sold, leased, or otherwise provided separately, either alone or as part of an add-on, update, upgrade, or product suite.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Computing Systems (AREA)
  • Databases & Information Systems (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Software Systems (AREA)
  • Artificial Intelligence (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Investigating Or Analysing Materials By Optical Means (AREA)

Abstract

What is disclosed is a system and method for post-processing a multi-spectral image which has already been processed for pixel classification. A binary image is received which contains pixels that have been classified using a pixel classification method. Each pixel in the image has an associated intensity value and has a pixel value of 1 or 0 depending on whether the pixel has been classified as a material of interest or not. A block of size m×n is defined. Pixel values in a block are changed according to a threshold-based filtering criteria such that pixels in the same block all have the same binary value. The block is then shifted by k pixels and pixel processing repeats until all pixels have been processed. Once all blocks have been processed, contiguous pixels having the same binary value are grouped to form objects. In such a manner, pixel classification errors are reduced.

Description

    CROSS REFERENCE TO RELATED CASES
  • This case is related to U.S. patent application Ser. No. ______, entitled: “Post-Processing A Multi-Spectral Image For Enhanced Object Identification”, to Wang et al., (Attorney Docket No. 20110341-US-NP)
  • TECHNICAL FIELD
  • The present invention is directed to methods for post-processing a multi-spectral image which has been pre-processed via a pixel classification method such that objects in the image are more correctly identified.
  • BACKGROUND
  • While methods which classify pixels in an infrared image correctly classify most pixels, incorrect classifications are still assigned to some pixels when the source image was captured by the multi-band imaging system under low light conditions. With information such as, for instance, the illumination spectrum, windshield transmittance, filter transmittance, detector response, and the reflectance of a known material, a theoretical camera intensity for a pixel of that material in the image can be calculated. By correlating the captured camera intensity with the theoretical camera intensity for that material, a pixel can be classified as being that material or not. Theoretically, pixels can be classified correctly. However, in reality, many pixels are wrongly classified due to non-uniform lighting, background fluctuation, and objects such as a shadow. FIG. 15 shows a binary image which has been pixel-classified as to skin using a correlation coefficient method of pixel classification. The binary image of FIG. 15 was generated using a threshold for the correlation coefficient of 0.94 and assigning a value of 1 to a pixel if the correlation coefficient for that pixel was greater than 0.94, and assigning a value of 0 to that pixel if the correlation coefficient was less than 0.94. As shown, many pixels have been wrongly classified as correlating to human skin. As such, post-processing of a pixel-classified binary image is needed to reduce pixel classification error.
  • Accordingly, what is needed in this art are sophisticated systems and methods for post-processing a multi-spectral image which has already been processed for pixel classification so that the objects in the image can be properly identified and extracted.
  • INCORPORATED REFERENCES
  • The following U.S. Patents, U.S. Patent Applications, and Publications are incorporated herein in their entirety by reference.
  • “Determining A Total Number Of People In An IR Image Obtained Via An IR Imaging System”, U.S. patent application Ser. No. 12/967,775, by Wang et al, which discloses a ratio method for classifying pixels in an IR image.
  • “Determining A Number Of Objects In An IR Image”, U.S. patent application Ser. No. 13/086,006, by Wang et al, which discloses a correlation method and a best fitting reflectance method for classifying pixels in an IR image.
  • “Method For Classifying A Pixel Of A Hyperspectral Image In A Remote Sensing Application”, U.S. patent application Ser. No. 13/023,310, by Mestha et al.
  • BRIEF SUMMARY
  • What is disclosed is a system and method for post-processing a multi-spectral image which has been processed for pixel classification so that objects in the image can be properly identified. Disconnected small areas of pixels are filtered using the methods disclosed herein. The present method is intended to be used as an adjunct to pixel classification methods when an image is captured using a multiband imaging system. In such a manner, a more accurate pixel classification is effectuated.
  • One embodiment of the present method for determining objects in an image captured with a multi-band infrared imaging system involves the following. First, a binary image is received which contains pixels that have been classified using a pixel classification method. Each pixel in the image has an associated intensity value. Each of the pixels has a pixel value of 1 or 0 depending on whether the pixel is classified as a material of interest or not. A block of pixels of size m×n is defined, where either: m≧2 or n≧2. The following steps are then performed. In step A, a density value is calculated using intensity values collected for pixels in a block of pixels of the size. The block encompasses the current pixel. In step B, the calculated density is then compared to a pre-determined threshold value. In step C, if the density is less than the threshold, all pixels in this block are set to zero; otherwise all pixels in this block are set to a non-zero value. The block is then shifted in the image by k pixels sequentially, where k is less than m or n. Steps (A)-(C) are repeated until all pixels in the image have been processed. Thereafter, pixels which have a same binary value are grouped to form objects. The number of formed objects can then be counted in the image.
  • Many features and advantages of the above-described method will become readily apparent from the following detailed description and accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The foregoing and other features and advantages of the subject matter disclosed herein will be made apparent from the following detailed description taken in conjunction with the accompanying drawings, in which:
  • FIG. 1 shows an example image captured of a person in an airport pulling a wheeled carrying device loaded with packages;
  • FIG. 2 shows various formed objects by having grouped pixels of the objects of interest identified in FIG. 1;
  • FIG. 3 illustrates one example IR detection system 300;
  • FIG. 4 illustrates one example IR illumination system 400;
  • FIG. 5 plots reflectance values vs. wavelengths for human skin;
  • FIG. 6 is a flow diagram of one example embodiment of the present method for determining objects in an image captured with a multi-band imaging system;
  • FIG. 7 is a continuation of the flow diagram of FIG. 6 with flow processing continuing with respect to nodes A or B;
  • FIG. 8 shows a portion 800 of the image of FIG. 1 wherein a block of pixels of size m×n has been defined in accordance with the teachings hereof;
  • FIG. 9 shows a result of the present method applied to the image of FIG. 15;
  • FIG. 10 shows an original IR image of two persons in the front passenger seat of a motor vehicle;
  • FIG. 11 is a binary version of the image of FIG. 10 wherein the pixels have been classified as to human tissue;
  • FIG. 12 shows a result of the present method applied to the image of FIG. 11;
  • FIG. 13 is a block diagram of an example image post-processing system in accordance with the teachings hereof wherein various aspects of the present method, as described with respect to the flow diagrams of FIGS. 6 and 7, are performed;
  • FIG. 14 illustrates a block diagram of one example special purpose computer for implementing various aspects of the present method described with respect to the flow diagrams of FIGS. 6 and 7 and the modules and processors of the block diagram of FIG. 13; and
  • FIG. 15 is a prior art binary image comprising pixels which have been classified as human skin using the correlation method.
  • DETAILED DESCRIPTION
  • What is disclosed is a system and method for post-processing a multi-spectral image which has been processed for pixel classification so that objects in the image can be identified and extracted.
  • Non-Limiting Definitions
  • A “material of interest”, as used herein, refers to a material which pixels in an image have been classified as comprising. Example materials of interest are human tissue (hair, skin, etc.), plastics, metals, composite materials, and the like. The list of materials that may be of interest will depend on the environment where the teachings hereof find their implementations. Such environments may be, for instance, an airport, a courthouse, a government office building, a vehicle occupancy detection system, to name a few. In one embodiment, pixels which have been classified as being a material of interest are assigned a value of 1. Otherwise, pixels are assigned a value of 0. In such a manner, the source image is processed, via pixel classification, into a binary image.
  • A “binary image” is an image containing pixels which have been classified using a pixel classification method. FIG. 1 illustrates an example image 100 captured using a multi-band IR imaging system showing a person 102 pulling a wheeled luggage carrying device containing an assortment of packages. For explanatory purposes, the materials of interest for pixel classification purposes were human skin tissue and a plastic such as PET, HDPE or LDPE. In the pixel-classified image of FIG. 1, pixels of facial region 103, right arm portion 104, and left arm portion 105 will be classified as pixels which have been identified as a material of interest, i.e., skin tissue (material ‘A’). Pixels of packages 106, 107 and 108, will be classified as pixels which have been identified as a material of interest, i.e, the type of plastic (material ‘B’). Upon classification, each pixel will have been assigned a value of 1 if the pixel belongs to one of the materials of interest and a value of 0 otherwise. In such a manner, the original image is transformed into a binary image by having been processed using a pixel classification technique. It should be appreciated that any numeric value can be assigned to a pixel which has been classified as a material of interest. For example, assume that pixels in a given image have been identified as each of 3 different materials of interest. In this instance, one set of pixels of a first object identified as belonging to a first material of interest may be assigned a value of 1, while pixels of a second object identified as belonging to a second material of interest may be assigned the value of 2, and pixels of a third object identified as belonging to a third material of interest may have been assigned a value of 3. In this case, the binary image would be comprised of pixels identified as materials of interest would have respective assigned values of 1, 2 and 3, and pixels in the image which do not belong to any of the materials of interest would have a value of 0. Such alternative embodiments are intended to fall within the scope of the appended claims.
  • A “formed object’ is an object formed by grouping together contiguously connected pixels which all have the same binary value as a result of having been classified as a material of interest. Grouped pixels are shown by way of example in FIG. 2 wherein object 203 was formed by grouping together contiguous pixels of skin segment 103. Likewise, objects 204 and 205 were formed in a similar manner by grouping together pixels of skin segments 104 and 105, respectively. All of these pixels are contiguous and all have been assigned the same binary value because each has been classified as human tissue. Similarly, objects 206, 207 and 208 were formed by grouping together contiguous pixels classified as a material of interest, i.e., plastic, and thus all have the same binary value.
  • An “IR imaging system” is an apparatus comprising an IR illuminator and an IR detector designed to capture IR light reflected from a target, separate it into its component wavelengths, and output an IR image of that target. The IR image is captured over multiple wavelength bands of interest. An IR imaging system can be either a single IR detector and a sequentially illuminated N-band illuminator (N≧3) with one fixed filter, or comprise a total of N detector (N≧3) each having a respective band pass filter and a single illuminator. An example IR detection system is shown in FIG. 3. An example IR illumination system is shown in FIG. 4.
  • A “Correlation Method' refers to a method of pixel classification wherein pixels of an IR image are classified as human tissue based upon an amount of correlation between a captured intensity of that pixel and a (scaled) intensity calculated from a model. The correlation method using a materials spectra database containing pre-measured reflectances of known materials such as human skin and hair, and other materials of interest. The database includes the transmittance of windshield glass, the power spectra of the IR illuminator(s), the filter transmittances, and a responsivity curve of the IR detector(s). A theoretical pixel intensity for each object in the image is calculated and the measured intensity of each pixel compared with the theoretical intensities to determine an amount of correlation therebetween. If the intensity of a pixel agrees with the measured intensity of the pixel of a known object, then the correlation will be high (close to 1). Otherwise, the correlation will be low (close to 0 or negative).
  • Pixels are classified based upon a comparison with a threshold value.
  • A “Ratio Method' is a pixel classification method classifies a pixel as human tissue vs. other materials if the ratio (of Eq. 5) is larger or smaller than a predetermined threshold value.
  • A “Best Fitting Reflectance Method' is a pixel classification method wherein each pixel in the IR image is processed and classified based upon a best fitting reflectance by cross-referencing measured pixel reflectances with reflectances of known materials in a materials spectral database and determining a best fitting reflectance. FIG. 5 shows reflectances for human skin tissue. One materials spectral database is the High-Resolution Transmission Molecular Absorption Database (HITRAN) maintained by the Atomic and Molecular Physics Division of the Harvard-Smithsonian Center for Astrophysics. HITRAN is downloadable from Harvard's website.
  • Example IR Detector
  • Reference is now being made to FIG. 3 which illustrates one embodiment of an example IR detection system 300 for use in accordance with the teachings hereof.
  • Image 316 reflects the IR output beam 414 emitted by focusing optics 412 of the IR illumination system of FIG. 4. A portion of the reflected IR light is received by optics 302 having lens 303 that focus the received light onto sensor(s) 304 which spatially resolves the received light to obtain IR image 308. Optics 302 may also include one or more bandpass filters that only allow light in a narrow wavelength band to pass though the filter. The filters may also be sequentially changed to obtain N intensities at 308. Sensor 304 sends the IR image information to computer 306 for processing and storage. Detector 308 is a multispectral image detection device whose spectral content may be selectable through a controller (not shown). Detector 304 records light intensity at multiple pixels locations along a two dimensional grid. Optics 302 and detector 304 include components commonly found in various streams of commerce. Suitable sensors include charge-coupled device (CCD) detectors, complementary metal oxide semiconductors (CMOS) detectors, charge-injection device (CID) detectors, vidicon detectors, reticon detectors, image-intensifier tube detectors, pixelated photomultiplier tube (PMT) detectors, InGaAs (Indium Gallium Arsenide), Mercury Cadmium Telluride (MCT), and Microbolometer. Computer 306 is in communication with optics 302 to control the lens thereof and is in communication with detector 304 to control the sensitivity thereof. Computer 306 receives sensitivity values associated with each pixel of IR image 308. Computer 306 includes a keyboard, monitor, printer, etc. (not shown) as are necessary to effectuate a control of various elements of IR detection system 300.
  • Example IR Illuminator
  • Reference is now being made to FIG. 4 which illustrates one embodiment of an example IR illumination system 400 for use in accordance with the teachings hereof.
  • The IR illumination system of FIG. 4 is shown comprising a plurality of IR light sources 402 each emitting a narrow band of IR radiation at a respective peak wavelength (λ1, . . . , λn). Light source 402 is an array of light emitting diodes (LEDs). Each diode is pre-selected to emit radiation at a particular wavelength band of interest, and defines a source in the array for that wavelength band. Controller 108 is coupled to source array 402 and controls the input current to each illuminator and, thereby, the output intensity of each. Sensing optics 404 has optics 403 which combine the wavelengths to produce IR illumination beam 406. Sensor 410 samples the radiation emitted from the array of IR light sources and provides feedback to controller 408. Focusing optics 412 receives beam 406 and focuses output beam 414 onto image 316. Optics 412 includes a plurality of lens of varying focal lengths positioned in the beam path to focus the beam as desired. Controller 408 is also coupled to optics 412 to effectuate changes in output beam 414 due to target size, target distance, target speed, to name a few constraints. Controller 408 is in communication with storage device 309 to store/retrieve calibration information, intensity levels, and the like, including data and machine readable program instructions. Controller 408 may comprise a computer system such as a desktop, laptop, server, mainframe, and the like, or a special purpose computer system such as an ASIC. Controller 408 may be placed in wired or wireless communication with a computing workstation over a network. Such a network may be a local area network (LAN) or the Internet. It should be appreciated that any of the components of IR illumination system 400 may be placed in communication with such a computing system to facilitate the intended purposes hereof.
  • Any of the optics described with respect to IR illumination system 400 of FIG. 4 can be replaced with an optical system having optical power and may further include mirrors. Such an optical system may include multiple components each having optical power, e.g., it may be doublet or a triple lens. In the limit that such optical systems define a unique focal length F, the source array and grating would be positioned in the front and back focal planes of the optics. As a result, the optical system images the grating at infinity with respect to each element of the light source array and thus each source element sees the same region of the grating. The light from each element would be coextensive on that region. The grating can then produce output radiation whose spectral content is substantially uniform across its transverse profile by compensating for the dispersion associated with lateral position of the different wavelength band sources. This, in turn, allows the spectral content of output beam 414 to be substantially uniform across its transverse profile. In practice, it may be difficult to precisely define a desired focal length for the optical system because of aberrations (e.g., field curvature, axial chromatic, lateral chromatic, distortion, coma, and the like), which may cause the optics to focus rays to slightly different positions according to their wavelength or their lateral positioning. In addition, the relative positions of the optical system, the source array, and the grating, are selected according to the more general condition that the optical system images the grating at infinity with respect to each source element of the light source array, at least for paraxial rays that emerge from each source.
  • Flow Diagram of One Example Embodiment
  • Reference is next being made to the flow diagram of FIG. 6 which illustrates one example embodiment of the present method for determining objects in an image captured with a multi-band imaging system. Flow processing starts at 600 and immediately proceeds to step 602. In this embodiment, pixels in the binary image have been classified according to two materials of interest, i.e, human tissue and plastic, and thus have all been assigned a binary value of 1. Pixels in the image which were not classified as being either material of interest have been assigned a value of 0. If the pixels in the pixel-classified binary image have been assigned different binary values such as, for instance, a value of 1 for pixels classified as human tissue, and a value of 2 for pixels classified as plastic, then the present method would have to be repeated once to post-process the image to isolate blobs of pixels which have been classified as human tissue, and again to post-process the image to isolate blobs of pixels which have been classified as plastic.
  • At step 602, a binary image containing pixels which have been classified using a pixel classification method is received. The source image was captured using an IR imaging system and then processed for pixel classification according to a correlation method, a ratio method, or a best fitting reflectance method. Each pixel in the image has an associated intensity value and each pixel has a pixel value of 1 or 0 depending on whether that pixel was classified as being a material of interest or not.
  • At step 604, a block of pixels of size m×n is defined, where any of: m≧2 and n≧2. FIG. 8 shows a portion 800 of the image of FIG. 1 wherein a block 802 of pixels of size m×n has been defined. Preferably, a size of a block is based upon an estimated size of objects likely to be identified as comprising a material of interest within a field of view of the imaging system used to capture the source image.
  • At step 606, a first block of pixels is selected for processing. Blocks may be selected for processing starting, for example, from a first row or column of the image and proceeding uniformly across rows and columns. Alternatively, the ordering of the blocks of pixels selected for processing is set by a user using, for instance, the graphical user interface of the computer workstation of FIG. 13.
  • At step 608, a density value is calculated for the current block using intensity values of pixels in this block. Methods for calculating density values are well established. In one embodiment, the density for a given block comprises the mean of intensity values of pixels within that block. Intensity values of pixels may be combined to generate a new intensity value for one or more pixels within the block prior to the density value being calculated.
  • At step 610, the block's density is compared to a threshold value. An example threshold density threshold value is 0.55. The threshold can be adjusted as needed depending on the number of classification errors in a given image.
  • At step 612, a determination is made whether the density for this block is greater than the threshold.
  • Reference is now being made to the flow diagram of FIG. 7 which is a continuation of the flow diagram of FIG. 6 with flow processing continuing with respect to either of nodes A or B.
  • If, at step 612, the block's density is greater than the threshold then processing continues with respect to node A wherein, at step 614, all the pixels in this block are set to 1. Otherwise, processing continues with respect to node B wherein, at step 616, all the pixels in this block are set to 0. In either case, processing continues with respect to node C wherein, at step 617, this block is shifted in the image by k pixels where k is less than either m or n. FIG. 8 shows block 802 having been shifted (at 803) diagonally by k=3 pixels. A block can be shifted in either the x or y directions, diagonally, or in a random direction, so long as the block is shifted by k pixels where k is less than either m or n.
  • At step 618, a determination is made whether any more blocks remain to be processed. If so then processing continues with respect to node D wherein, at step 606, a next block of pixels is selected and processing continues in a similar manner for this next block. A density is calculated for this block based upon the intensity values of pixels within the block. This block's density is then compared to the threshold and the values of pixels in this block are manipulated accordingly such that pixels within the block all have the same binary value. Once all the blocks have been processed, then processing continues with respect to step 620.
  • At step 620, contiguously connected pixels having the same binary value are grouped together to form objects. Thereafter, in this embodiment, further processing stops. In another embodiment, the formed objects are counted. For example, if the material of interest is human tissue and the formed objects are thus human occupants in a motor vehicle, then by counting the number of objects the number of human occupants in the motor vehicle can be determined. Such an embodiment would find its uses in a vehicle occupancy detection system. In yet another embodiment, pixel intensity values are combined to generate a new intensity value for at least one pixel in a given block and the image post-processed accordingly.
  • It should be understood that the flow diagrams depicted herein are illustrative. One or more of the operations illustrated in the flow diagrams may be performed in a differing order. Other operations may be added, modified, enhanced, or consolidated. Variations thereof are intended to fall within the scope of the appended claims. All or portions of the flow diagrams may be implemented partially or fully in hardware in conjunction with machine readable program instructions.
  • Performance Results
  • FIG. 9 shows the result of the present method applied to the binary image of FIG. 15 wherein pixels have been classified as to skin tissue. Notice that pixel classification errors have been reduced significantly when the pixel-classified image has been post-processed in accordance with the present method.
  • FIG. 11 shows a binary version of the source image of FIG. 10 wherein pixels in the image having been classified as to skin tissue. FIG. 12 shows a result of the present method applied to the pixel-classified binary image of FIG. 11. Clearly, the number of pixel classification errors has been reduced significantly.
  • Block Diagram of Image Post-Processing System
  • Reference is now being made to FIG. 13 which illustrates a block diagram of an example image post-processing system wherein various aspects of the present post-processing method are performed in a manner as described with respect to the flow diagrams of FIGS. 6 and 7.
  • In FIG. 13, the post-processing system 1300 is shown comprising, in part, a networked computer workstation 1302 configured to perform any of the aspects of the present method. System 1302 includes a hard drive (internal to computer case 1304) which reads/writes to a machine readable media 1306 such as a floppy disk, optical disk, CD-ROM, DVC, magnetic tape, etc. Case 1304 houses a motherboard with a processor and memory, a communications link such as a network card, video card, and other software and hardware needed to perform the functionality of a computing system. The system further includes a graphical user interface comprising a display device 1307 such as a CRT, LCD, touchscreen, and the like, a keyboard 1308, and a mouse (not shown). Workstation 1302 has an operating system and other specialized software configured to display numeric values, text, scroll bars, dials, slideable menu bars, pull-down menus, selectable options, buttons, and the like, for entering, selecting, modifying, and accepting any information needed for processing. The embodiment shown is only illustrative and may include any other functionality which any display device known in the arts is capable of displaying. Software to configure a user interface or any portion thereof to display/enter/accept data is generally customizable. Default settings and initialization parameters can be retrieved from storage device 1310, as needed. Although shown as a desktop computer, it should be appreciated that workstation 1302 can be a laptop, a mainframe, a client/server, or a special purpose computer such as an ASIC, circuit board, dedicated processor, or the like.
  • Source image 1312 has been captured using a IR imaging system such as that which is described with respect to FIGS. 3 and 4. Pixel Classifier 1314 receives the source image and proceeds to classify pixels in that image with respect to materials of interest which have been pre-determined or otherwise identified by a user. Database 1310, which is in communication with Module 1314, may comprise a materials spectral database depending on the pixel classification method utilized. Values may be stored and/or retrieved from storage device 1310 as needed. Module 1314 outputs a pixel-classified binary image 1316. Block Shifter 1318 retrieves a block 1334 of size m×n and outputs a block of pixels 1320 for processing. One example block of pixels is shown in FIG. 8. Density Calculator 1322 receives the block of pixels and determines a density based upon the intensity values of pixels within that block. Calculator 1322 outputs the block's density 1324 to Threshold Comparator 1326 which receives the density value and compares that density to a pre-determined threshold received from workstation 1302. The threshold for this block may have been provided by a user or retrieved from storage 1310. Each block may have a different threshold value. Comparator Module 1326 outputs a signal 1328 to Pixel Processor 1330 to either set the values of all pixels in this block to one value in those instances where the block's density was less than the threshold, or set the values of all the pixels in this block to another value in the instance where the density for this block was greater than the threshold. Block densities which happen to be identical to the threshold can be set either way depending on a user's preference. Pixel Processor 1330 writes the values of pixels in a block to memory device 1332 wherein successive portions of the post-processed image are reassembled. Upon completion of the current block, processing returns to Block Shifter 1318 which shifts the block in a suitable direction along either the x-axis, y-axis, diagonally, or in a random direction. Each iteration may shift the block in a different direction. In various embodiments, Processor 1330 further processes the image by grouping together connected pixels having a same binary value to form objects and counting the number of formed objects in the image. The formed objects may be stored to device 1332. The image can then be provided to document reproduction device 1334 for rendering or communicated over network 1301 to a display device for subsequent viewing by a user or for further processing. It should be appreciated that some or all of the functionality described with respect to the modules and processors of FIG. 13 may be performed, in whole or in part, within workstation 1302. Workstation 1302 is capable of communicating with any number of remote systems over network 1301.
  • It should be appreciated that any of the modules and/or processors of FIG. 13 are in communication with workstation 1302 and with storage devices 1310 and 1332 via communication pathways (shown and not shown) and may store/retrieve data, parameter values, functions, pages, records, data, and machine readable/executable program instructions required to perform their various functions. Connections between modules includes both physical and logical connections. Each may further be in communication with one or more remote devices over network 1301. Connections between modules and processing units are intended to include both physical and logical connections. Various modules and processing units described with respect to the system of FIG. 13 may designate one or more components which may, in turn, comprise software and/or hardware designed to perform a specific function. A plurality of modules may perform a single function. A module may comprise a single piece of hardware such as an ASIC, electronic circuit, or special purpose processor. A plurality of modules may be executed by either a single special purpose computer system or a plurality of systems operating in parallel. Modules may include software/hardware modules which may comprise an operating system, drivers, controllers, and other apparatuses, some or all of which may be connected via network 1301.
  • Example Special Purpose Computer
  • Reference is now being made to FIG. 14 which illustrates a block diagram of one example special purpose computer for implementing one or more aspects of the present method as described with respect to the flow diagrams of FIGS. 6 and 7, and the various modules and processing units of the block diagram of FIG. 13. Such a special purpose processor is capable of executing machine executable program instructions and may comprise any of a micro-processor, micro-controller, ASIC, electronic circuit, or any combination thereof. Such a special purpose computer can be integrated, in whole or in part, with a xerographic system or a color management or image processing system placed in the image path of a document reproduction device.
  • Special purpose computer system 1400 includes processor 1406 for executing machine executable program instructions for carrying out all or some of the present method. The processor is in communication with bus 1402. The system includes main memory 1404 for storing machine readable instructions. Main memory may comprise random access memory (RAM) to support reprogramming and flexible data storage. Buffer 1466 stores data addressable by the processor. Program memory 1464 stores machine readable instructions for performing the present method. A display interface 1408 forwards data from bus 1402 to display 1410. Secondary memory 1412 includes a hard disk 1414 and storage device 1416 capable of reading/writing to removable storage unit 1418, such as a floppy disk, magnetic tape, optical disk, etc. Secondary memory 1412 may further include other mechanisms for allowing programs and/or machine executable instructions to be loaded onto the processor. Such mechanisms may include, for example, a storage unit 1422 adapted to exchange data through interface 1420 which enables the transfer of software and data. The system includes a communications interface 1424 which acts as both an input and an output to allow data to be transferred between the system and external devices such as a color scanner (not shown). Example interfaces include a modem, a network card such as an Ethernet card, a communications port, a PCMCIA slot and card, etc. Software and data transferred via the communications interface are in the form of signals. Such signal may be any of electronic, electromagnetic, optical, or other forms of signals capable of being received by the communications interface. These signals are provided to the communications interface via channel 1426 which carries such signals and may be implemented using wire, cable, fiber optic, phone line, cellular link, RF, memory, or other means known in the arts. The teachings hereof can be implemented in hardware or software using any known or later developed systems, structures, devices, and/or software by those skilled in the applicable art without undue experimentation from the functional description provided herein with a general knowledge of the relevant arts.
  • It is also contemplated that one or more aspects of the present method may be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communication network. In a distributed computing environment, program modules for performing various aspects of the present system and method. Other embodiments include a special purpose computer designed to perform the methods disclosed herein. The methods described can be implemented on a special purpose computer, a micro-processor or micro-controller, an ASIC or other integrated circuit, a DSP, an electronic circuit such as a discrete element circuit, a programmable device such as a PLD, PLA, FPGA, PAL, PDA, and the like. The teachings hereof can be implemented in hardware or software using any known or later developed systems, structures, devices, and/or software by those skilled in the applicable art without undue experimentation from the functional description provided herein with a general knowledge of the relevant arts. Moreover, the methods hereof may be readily implemented as software executed on a programmed general purpose computer, a special purpose computer, a microprocessor, or the like.
  • One or more aspects of the methods described herein are intended to be incorporated in an article of manufacture, including one or more computer program products, having computer usable or machine readable media. For purposes hereof, a computer usable or machine readable media is, for example, a floppy disk, a hard-drive, memory, CD-ROM, DVD, tape, cassette, or other digital or analog media, or the like, which is capable of having embodied thereon a computer readable program, one or more logical instructions, or other machine executable codes or commands that implement and facilitate the function, capability, and methodologies described herein. Furthermore, the article of manufacture may be included on at least one storage device readable by a machine architecture or other xerographic or image processing system embodying executable program instructions capable of performing the methodology described in the flow diagrams. Additionally, the article of manufacture may be included as part of an operating system, a plug-in, or may be shipped, sold, leased, or otherwise provided separately, either alone or as part of an add-on, update, upgrade, or product suite.
  • It will be appreciated that various of the above-disclosed and other features and functions, or alternatives thereof, may be desirably combined into many other different systems or applications. Various presently unforeseen or unanticipated alternatives, modifications, variations, or improvements therein may become apparent and/or subsequently made by those skilled in the art, which are also intended to be encompassed by the following claims. Accordingly, the embodiments set forth above are considered to be illustrative and not limiting. Changes to the above-described embodiments may be made without departing from the spirit and scope of the invention. The teachings of any printed publications including patents and patent applications, are each separately hereby incorporated by reference in their entirety.

Claims (21)

What is claimed is:
1. A method for post-processing a pixel-classified binary image for determination of a number of objects in the image comprising a material of interest, the method comprising:
receiving a binary image containing pixels which have been classified using a pixel classification method, each pixel in said image has an intensity value, each of said pixels has a binary value depending on whether said pixel was classified as a material of interest or not;
defining a block of pixels of size m×n, where any of: m≧2 and n≧2;
(A) calculating a density value using intensity values collected for pixels in a block of pixels of said size, said block encompassing a current pixel;
(B) comparing said density to a pre-determined threshold value; and
(C) in response to said density being less than said threshold, setting all pixels in this block to zero, otherwise setting all pixels in this block to a non-zero value; and
shifting said block by k pixels, where k is less than m or n;
repeating steps (A)-(C) until all pixels in said image have been processed;
grouping together connected pixels having a same binary value to form objects; and
counting a number of said formed objects in said image.
2. The method of claim 1, wherein said pixel classification method comprises any of: a correlation method, a ratio method, and a best fitting reflectance method.
3. The method of claim 1, wherein calculating said density comprises determining a mean of pixel intensity values.
4. The method of claim 1, further comprising combining pixel intensity values to generate a new intensity value for at least one pixel in a given block.
5. The method of claim 1, wherein pixels of said image have been classified as to a material of interest being human tissue, and said formed objects are human occupants in a motor vehicle.
6. The method of claim 1, wherein a size of said block is selected based upon an estimated size of objects likely to be identified as a material of interest within a field of view of an imaging system used to capture said image.
7. The method of claim 1, wherein said suitable direction is given by any of: along the x-axis, the y-axis, a diagonal, and a random direction.
8. A system for post-processing a pixel-classified binary image for determination of a number of objects in the image comprising a material of interest, the system comprising:
a memory and a storage device; and
a processor in communication with said memory and storage device, said processor executing machine readable instructions for performing:
receiving a binary image containing pixels which have been classified using a pixel classification method, each pixel in said image has an intensity value, each of said pixels has a binary value depending on whether said pixel was classified as a material of interest or not;
defining a block of pixels of size m×n, where either: m≧2 or n≧2;
(A) calculating a density value using intensity values collected for pixels in a block of pixels of said size, said block encompassing a current pixel;
(B) comparing said density to a pre-determined threshold value; and
(C) in response to said density being less than said threshold, setting all pixels in this block to zero, otherwise setting all pixels in this block to a non-zero value; and
shifting said block by k pixels, where k is less than m or n;
repeating steps (A)-(C) until all pixels in said image have been processed;
grouping together connected pixels having a same binary value to form objects; and
counting a number of said formed objects in said image.
9. The system of claim 8, wherein said pixel classification method comprises any of: a correlation method, a ratio method, and a best fitting reflectance method.
10. The system of claim 8, wherein calculating said density comprises determining a mean of pixel intensity values.
11. The system of claim 8, further comprising combining pixel intensity values to generate a new intensity value for at least one pixel in a given block.
12. The system of claim 8, wherein pixels of said image have been classified as to a material of interest being human tissue, and said formed objects are human occupants in a motor vehicle.
13. The system of claim 8, wherein a size of said block is selected based upon an estimated size of objects likely to be identified as a material of interest within a field of view of an imaging system used to capture said image.
14. The system of claim 8, wherein said suitable direction is given by any of: along the x-axis, the y-axis, a diagonal, and a random direction.
15. A computer implemented method for post-processing a pixel-classified binary image for determination of a number of objects in the image comprising a material of interest, the method comprising:
receiving a binary image containing pixels which have been classified using a pixel classification method, each pixel in said image has an intensity value, each of said pixels has a binary value depending on whether said pixel was classified as a material of interest or not;
defining a block of pixels of size m×n, where either: m≧2 or n≧2;
(A) calculating a density value using intensity values collected for pixels in a block of pixels of said size, said block encompassing a current pixel;
(B) comparing said density to a pre-determined threshold value; and
(C) in response to said density being less than said threshold, setting all pixels in this block to zero, otherwise setting all pixels in this block to a non-zero value; and
shifting said block by k pixels, where k is less than m or n;
repeating steps (A)-(C) until all pixels in said image have been processed;
grouping together connected pixels having a same binary value to form objects; and
counting a number of said formed objects in said image.
16. The computer implemented method of claim 15, wherein said pixel classification method comprises any of: a correlation method, a ratio method, and a best fitting reflectance method.
17. The computer implemented method of claim 15, wherein calculating said density comprises determining a mean of pixel intensity values.
18. The computer implemented method of claim 15, further comprising combining pixel intensity values to generate a new intensity value for at least one pixel in a given block.
19. The computer implemented method of claim 15, wherein pixels of said image have been classified as to a material of interest being human tissue, and said formed objects are human occupants in a motor vehicle.
20. The computer implemented method of claim 15, wherein a size of said block is selected based upon an estimated size of objects likely to be identified as a material of interest within a field of view of an imaging system used to capture said image.
21. The computer implemented method of claim 15, wherein said suitable direction is given by any of: along the x-axis, the y-axis, a diagonal, and a random direction.
US13/324,433 2011-12-13 2011-12-13 Post-processing a multi-spectral image for enhanced object identification Active US8457415B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/324,433 US8457415B1 (en) 2011-12-13 2011-12-13 Post-processing a multi-spectral image for enhanced object identification

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US13/324,433 US8457415B1 (en) 2011-12-13 2011-12-13 Post-processing a multi-spectral image for enhanced object identification

Publications (2)

Publication Number Publication Date
US8457415B1 US8457415B1 (en) 2013-06-04
US20130148904A1 true US20130148904A1 (en) 2013-06-13

Family

ID=48484348

Family Applications (1)

Application Number Title Priority Date Filing Date
US13/324,433 Active US8457415B1 (en) 2011-12-13 2011-12-13 Post-processing a multi-spectral image for enhanced object identification

Country Status (1)

Country Link
US (1) US8457415B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130038741A1 (en) * 2010-03-09 2013-02-14 Isis Innovation Limited Multi-spectral scanning system
US20130148847A1 (en) * 2011-12-13 2013-06-13 Xerox Corporation Post-processing a multi-spectral image for enhanced object identification
US9864931B2 (en) 2016-04-13 2018-01-09 Conduent Business Services, Llc Target domain characterization for data augmentation

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9852498B2 (en) * 2016-04-26 2017-12-26 Adobe Systems Incorporated Removing artifacts from document images

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7469060B2 (en) 2004-11-12 2008-12-23 Honeywell International Inc. Infrared face detection and recognition system
US8036425B2 (en) * 2008-06-26 2011-10-11 Billy Hou Neural network-controlled automatic tracking and recognizing system and method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130038741A1 (en) * 2010-03-09 2013-02-14 Isis Innovation Limited Multi-spectral scanning system
US9080950B2 (en) * 2010-03-09 2015-07-14 Isis Innovation Limited Multi-spectral scanning system
US20130148847A1 (en) * 2011-12-13 2013-06-13 Xerox Corporation Post-processing a multi-spectral image for enhanced object identification
US8818030B2 (en) * 2011-12-13 2014-08-26 Xerox Corporation Post-processing a multi-spectral image for enhanced object identification
US9864931B2 (en) 2016-04-13 2018-01-09 Conduent Business Services, Llc Target domain characterization for data augmentation

Also Published As

Publication number Publication date
US8457415B1 (en) 2013-06-04

Similar Documents

Publication Publication Date Title
US8818030B2 (en) Post-processing a multi-spectral image for enhanced object identification
US8520074B2 (en) Determining a total number of people in an IR image obtained via an IR imaging system
US8587657B2 (en) Determining a number of objects in an IR image
US8509495B2 (en) Subcutaneous vein pattern detection via multi-spectral IR imaging in an identity verification system
US9523608B2 (en) Material identification from a spectral filtered patterned image without demosaicing
US8600227B2 (en) Multi-filter array for a multi-resolution, multi-spectral camera
US8379922B2 (en) Detecting objects in an image being acquired by a digital camera or other electronic image acquisition device
EP2721828B1 (en) High resolution multispectral image capture
US8457415B1 (en) Post-processing a multi-spectral image for enhanced object identification
Meola et al. Modeling and estimation of signal-dependent noise in hyperspectral imagery
US20150062347A1 (en) Image processing methods for visible and infrared imaging
US8810658B2 (en) Estimating a visible vector representation for pixels in an infrared image
CN105009568A (en) Compact multi-spectrum imaging with fusion
CN102415099B (en) Spatially-varying spectral response calibration data
CN109478315A (en) Blending image optimization system and method
Caefer et al. Analysis of false alarm distributions in the development and evaluation of hyperspectral point target detection algorithms
US20190026911A1 (en) Distance image processing device, distance image acquisition device, and distance image processing method
CN115511866A (en) System and method for image analysis of multi-dimensional data
WO2015104593A1 (en) Uvb-visible hybrid apparatus for viewing a scene comprising terrestrial corona radiation
US20140204200A1 (en) Methods and systems for speed calibration in spectral imaging systems
WO2021009280A1 (en) Spectrometer device
US10298826B2 (en) Spatial isolation of energy associated with a scene
CN110999283B (en) Image forming apparatus, image forming method, and storage medium
Thai et al. Invariant subpixel target identification in hyperspectral imagery
US9876972B1 (en) Multiple mode and multiple waveband detector systems and methods

Legal Events

Date Code Title Description
AS Assignment

Owner name: XEROX CORPORATION, CONNECTICUT

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WANG, YAO RONG;MESTHA, LALIT KESHAV;REEL/FRAME:027377/0942

Effective date: 20111212

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: CONDUENT BUSINESS SERVICES, LLC, TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:XEROX CORPORATION;REEL/FRAME:041542/0022

Effective date: 20170112

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8

AS Assignment

Owner name: BANK OF AMERICA, N.A., NORTH CAROLINA

Free format text: SECURITY INTEREST;ASSIGNOR:CONDUENT BUSINESS SERVICES, LLC;REEL/FRAME:057970/0001

Effective date: 20211015

Owner name: U.S. BANK, NATIONAL ASSOCIATION, CONNECTICUT

Free format text: SECURITY INTEREST;ASSIGNOR:CONDUENT BUSINESS SERVICES, LLC;REEL/FRAME:057969/0445

Effective date: 20211015