WO2005036371A2 - Moving object detection using low illumination depth capable computer vision - Google Patents

Moving object detection using low illumination depth capable computer vision Download PDF

Info

Publication number
WO2005036371A2
WO2005036371A2 PCT/US2004/033973 US2004033973W WO2005036371A2 WO 2005036371 A2 WO2005036371 A2 WO 2005036371A2 US 2004033973 W US2004033973 W US 2004033973W WO 2005036371 A2 WO2005036371 A2 WO 2005036371A2
Authority
WO
WIPO (PCT)
Prior art keywords
objects
scene
image data
moving
motion detection
Prior art date
Application number
PCT/US2004/033973
Other languages
French (fr)
Other versions
WO2005036371A3 (en
Inventor
Kikuo Fujimura
Xia Liu
Original Assignee
Honda Motor Co., Ltd.
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 Honda Motor Co., Ltd. filed Critical Honda Motor Co., Ltd.
Priority to JP2006534474A priority Critical patent/JP4612635B2/en
Priority to EP04795172.8A priority patent/EP1671216B1/en
Publication of WO2005036371A2 publication Critical patent/WO2005036371A2/en
Publication of WO2005036371A3 publication Critical patent/WO2005036371A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/103Static body considered as a whole, e.g. static pedestrian or occupant recognition
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/10Image acquisition
    • G06V10/12Details of acquisition arrangements; Constructional details thereof
    • G06V10/14Optical characteristics of the device performing the acquisition or on the illumination arrangements
    • G06V10/143Sensing or illuminating at different wavelengths
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/56Context or environment of the image exterior to a vehicle by using sensors mounted on the vehicle
    • G06V20/58Recognition of moving objects or obstacles, e.g. vehicles or pedestrians; Recognition of traffic objects, e.g. traffic signs, traffic lights or roads

Definitions

  • computer vision for surveillance applications can better detect moving objects and recognize shapes for indefinite periods of time simply using a set of cameras in conjunction with various computer algorithms (e.g., background subtraction).
  • Some applications require a computer vision system able to operate from a moving platform. Such a system needs to deal with additional factors due to the system's own motion.
  • Conventional approaches for these applications rely on mobile cameras and other hardware/software with computer based algorithms.
  • Some commonly used algorithms include, for example, pattern classifiers such as Support Vector Machine (“SNM”), neural nets for shape identification, motion patterns such as periodicity, probabilistic modeling of pose as well as chamfer distance calculation, plane and parallax decomposition, and the like. All these conventional techniques can be used to identify objects of interest in a moving scene.
  • SNM Support Vector Machine
  • infrared-sensitive cameras The appearance of the scene taken at night by an infrared- sensitive camera is quite different from that taken by a regular camera during daytime. Because infrared cameras are heat sensitive, heat-emitting objects appear brighter than surrounding objects. For example, for human detection applications, most approaches exploit the heat-emitting characteristic of human bodies in conjunction with infrared- sensitive cameras.
  • Conventional techniques used in infrared night vision applications include probabilistic templates for pedestrians, appearance-based learning, shape-based comparison, methods using symmetry, histograms, and the like.
  • Pedestrian detection methods use multiple steps to locate the pedestrian in the scene. These methods generally operate by finding a large number of candidates for human-like blobs in the scene. Then, these candidates are filtered into human and non-human categories based on certain criteria such as location, size, and road information. For example, one such approach to pedestrian detection is described in "Pedestrian Detection and Tracking with Night Vision," F. Xu and K. Fujimura, Proc. of the IEEE Trans, on Intelligent Vehicles Symposium, Paris, France (June 2002), incorporated herein by reference in its entirety.
  • the filtering process is complicated and subject to failure because in practice it is difficult to enumerate all possible shapes humans can take. Also, from the viewpoint of automotive safety, it is important to detect moving objects that cross the vehicle's path, regardless of whether that is a human or some other object.
  • a system and method makes use of scene motion to detect moving objects in the path of a moving platform.
  • the static scene viewed by a moving imaging subsystem has a motion induced by the movement of the platform on which the system resides. After compensating for the platform-induced motion, the remaining motion must come from independently moving objects in the scene.
  • a computer vision system for detecting moving objects from a moving platform includes an imaging subsystem, a computing subsystem, and an output subsystem.
  • the imaging subsystem captures scene image data at different times.
  • the image data includes information for deriving depth or distance for objects in the scene.
  • the imaging subsystem is configured for operation under low illumination conditions.
  • the imaging subsystem includes two, or possibly more, infrared-sensitive cameras.
  • the computing subsystem is communicatively coupled to the imaging subsystem for the transmission of the image data.
  • the computing subsystem is configured to provide motion detection data based on the calculation of the average scene disparity.
  • the motion detection data indicates the detection of independently moving objects within the scene.
  • the motion detection data is output to the output subsystem.
  • the output subsystem is coupled to the computing subsystem for receiving the motion detection data.
  • the output subsystem in turn provides a motion detection signal in response to the detection of one or more independently moving objects.
  • the computing subsystem also includes an input/output ("I/O") module for receiving the image data from the imaging subsystem.
  • the I/O module connects to an image processing module and a motion detection module.
  • the image processing module receives the image data through the I/O module.
  • the image processing module is configured to derive three-dimensional coordinates for the objects captured in the image data. Those coordinates are transferred to the motion detection module for detecting moving objects.
  • the motion detection module detects moving objects based, at least in part, on a comparison of an estimated object shift and actual object shift.
  • the estimated value is derived from the average scene disparity while the actual value is derived from changes in the three-dimensional coordinates for the same object between earlier and subsequent frames.
  • the method includes multiple steps.
  • the method includes capturing image data of a scene from a moving platform at two or more points in time.
  • the image data includes low illumination imaging information and depth related information.
  • the method also includes processing the image data to determine three-dimensional coordinates for points corresponding to various objects in the scene. Further, according to this embodiment, the method includes calculating an average scene disparity from changes in the three-dimensional coordinates objects in the scene that are likely to be stationary.
  • the average scene disparity is used to calculate an estimated position shift for each possible target object in the scene induced by the moving platform.
  • the average scene disparity is used for classifying moving objects from stationary objects.
  • the actual position shift is also calculated with the three-dimensional coordinates for the objects in two frames, each frame taken at a different point in time.
  • a position error for each candidate object is calculated.
  • moving objects are detected if their position error exceeds the maximum threshold.
  • the maximum threshold value is based, at least in part, on the speed of the moving objects and the distance of the moving objects to the moving platform.
  • This approach bypasses explicit ego-motion computation based on a simplified formula that computes the average scene disparity of stationary objects. This approach is particularly useful when the image capturing subsystem or platform has one dominant motion, which for example is the case for the vehicle movement.
  • the image data includes frames of the scene taken at two points in time with infrared sensitive information.
  • the image data is processed by thresholding each frame to find blobs of pixels corresponding to heat emitting objects or hotspots in the scene. The blobs found in the earlier frame are matched with blobs found in the subsequent frame for corresponding heat emitting objects. Then, for each blob, a three-dimensional coordinate set for a point in the blob is determined.
  • a two-stage correspondence matching approach is used for stereo image processing of low illumination image data.
  • the first stage is based on the comparison of blob area and other blob features for each blob located in a similar location within each of the frames.
  • the second stage is based on gray level template analysis. Gray level information in the image data for blobs in similar locations in the two frames is compared to determine whether they match.
  • a pedestrian detection system is configured to assist a driver to detect pedestrians and other moving objects in the path of the vehicle during low illumination conditions.
  • the pedestrian detection system includes an infrared stereo vision module, a data processing module, and an output interface module.
  • the infrared stereo vision module is configured to capture scene image data at different times.
  • the image data includes information related to depth or distance for the objects in the scene.
  • the infrared stereo vision module includes two, or possibly more, infrared-sensitive cameras configured to operate under low illumination conditions.
  • the data processing module is connected to the infrared stereo vision module for receiving the image data it captures.
  • the data processing module is configured to provide motion detection data based on the calculation of the average stationary scene disparity.
  • the motion detection data indicates the detection of independently moving objects within the scene.
  • the output interface is coupled to the data processing module for receiving the motion detection data.
  • the output interface module is configured for providing an output signal to a safety system processing unit within the vehicle.
  • the output signal is intended for providing an alert signal to the driver in response to the detection of one or more pedestrians in the vehicle's path.
  • FIG. 1 is a block diagram of one embodiment of a computer vision system on a moving platform.
  • Figure 2 shows one exemplary embodiment of an application of a computer vision system for a vehicle safety system.
  • Figure 3 is a block diagram of one embodiment of a computing subsystem.
  • Figure 4A is a flow chart of one embodiment of a moving object detection method.
  • Figure 4B is a flow chart of one aspect of one embodiment of a moving object detection method.
  • Figure 4C is a flow chart of one embodiment an object blob matching method.
  • Figure 5 shows a sample scene where corresponding blob pairs have been successfully matched in each of the left and right stereo frames.
  • Figure 6 is a flow chart of one embodiment of a moving object detection method. DETAILED DESCRIPTION OF THE INVENTION [0031]
  • the Figures and the following description relate to preferred embodiments of the present invention by way of illustration only. It should be noted that from the following discussion, alternative embodiments of the structures and methods disclosed herein will be readily recognized as viable alternatives that may be employed without departing from the principles of the claimed invention.
  • FIG. 1 one embodiment of a computer vision system 100 on a moving platform 101 is shown.
  • the moving platform 101 moves with respect to a background or frame of reference 103.
  • the computer vision system 100 includes an imaging subsystem 102, a computing subsystem 104, and an output subsystem 106.
  • the imaging subsystem 102 captures the image data for processing by the computing subsystem 104.
  • the computing subsystem 104 is connected to the imaging subsystem 102 to receive the image data as input.
  • the computing subsystem 104 implements image processing algorithms to detect moving objects 105 with movement with respect to the background or common frame of reference 103.
  • the motion detection information is provided as output of the computing subsystem 104 to the output subsystem 106.
  • the output subsystem 106 receives the motion detection information and provides an output signal.
  • Moving platform 101 includes a motion enabling mechanism, e.g., wheels, rail, motor, or the like, and mounting hardware for mounting the computer vision system 100 or components thereof.
  • motorized vehicles of any size can be used to mount cameras for providing image data to a computing subsystem.
  • moving platform 101 includes the imaging subsystem 102 that is wirelessly coupled to the computing subsystem 104.
  • the moving platform 101 is a conventional passenger automobile with a pedestrian detection safety system according to the present invention.
  • Other embodiments include other multi-wheeled vehicles, such as motorcycles, light trucks, cargo trucks, and the like.
  • the imaging subsystem 102 includes the capability of capturing image data under low illumination conditions. For example, infrared-sensitive cameras, time-of-flight cameras, or the like are included in the imaging subsystem 102. These types of camera systems capture electromagnetic radiation at wavelengths outside the visible light spectrum and therefore can operate under low illumination conditions, e.g., at night. Accordingly, in one embodiment, the computer vision system 100 is configured for night vision operation, e.g., night time surveillance, night vision driver assistance, or the like. [0035] Moreover, the imaging subsystem 102 includes means for providing information related to depth or distance of the imaged objects, e.g., a dual camera stereo vision system, a depth sensing camera, or the like.
  • a stereo vision system provides left and right images of the same scene from which distance to objects appearing in both images is calculated by conventional stereo vision techniques.
  • a depth- sensing system provides pixel-by-pixel depth information (in addition to other image related data, e.g., color, intensity, and the like).
  • distance from each object to the camera is directly available from the pixels corresponding to the object within the image data itself, e.g., average depth value for those pixels.
  • the imaging subsystem 102 is connected to the computing subsystem 104.
  • This connection is a conventional data communications connection capable of transferring the image data, either wired or wireless and either for digital or analog signals.
  • the imaging subsystem 102 includes a wireless transmitter to transmit digital image data to a wireless receiver associated with the computing subsystem 104.
  • the imaging subsystem 102 includes cable connections from the one or more cameras directly to the computing subsystem 104 carrying analog video signals digitized by the computing subsystem 104 upon input.
  • the computing subsystem 104 includes several computing modules that make use of scene motion algorithms to detect moving objects in the path of the moving platform 101. Because the imaging subsystem 102 is on a moving platform 101, the static scene viewed by the moving imaging subsystem 102 has a motion induced by the movement of the system, i.e., platform-induced motion. After compensating for the platform-induced motion, the remaining detected motion corresponds to objects that are themselves moving within the scene.
  • the computing subsystem 104 computes an average stationary scene disparity, which is an average location disparity for stationary objects in the scene.
  • the average scene disparity provides an estimate of the average object shift in the image induced by the moving system. Objects that exceed an estimated maximum object shift based on the average scene disparity are classified as moving objects as opposed to stationary objects. Stationary objects appear in the subsequent frame within the maximum object shift.
  • the computing subsystem 104 generates motion detection output data.
  • the motion detection output data of the computing subsystem 104 is received by the output subsystem 106.
  • the motion detection output data of the computing subsystem 104 includes the image data received from the imaging subsystem 102 and data identifying moving objects in the images, e.g., coordinates for the location of moving objects in the images.
  • the output subsystem 106 provides an output signal that relates to the motion detection output data.
  • a video signal that includes outlines around moving objects is displayed in a conventional computer display system, e.g., CRT monitor, flat screen, or the like.
  • an audible signal is provided informing a user of the presence of a moving object as detected by the computer vision system 100.
  • the output subsystem 106 provides a detection output signal to a vehicle safety system, for example, to reduce the speed of the vehicle in response to the detection of a moving object in the vehicle's path.
  • the moving platform 101 is a vehicle.
  • the vehicle 101 moves with respect to a road 103.
  • the imaging subsystem 102 in this embodiment includes a dual infrared-sensitive camera video system 102 for stereo night vision.
  • the cameras are mounted in the front section of the vehicle, e.g., on the vehicle's dashboard, on or about the rear view mirror, or on a similar location.
  • the imaging subsystem 102 connects to a controller device 104 within the vehicle's engine compartment.
  • the output subsystem 106 includes a lighted display in the vehicle's dashboard prominently located within the driver's field of view.
  • the output subsystem 106 includes a display of the word "SLOW" that is illuminated with a red flashing light in response to receiving a moving object detection signal.
  • the vehicle safety system depicted in Fig. 2 is operable as a night pedestrian detection system. When the computer vision system 100 detects a moving pedestrian 105 in the path of the vehicle 101, the output subsystem produces a warning signal to alert the driver.
  • the computing subsystem 104 includes several computing modules and input/output interfaces.
  • the computing subsystem 104 includes an image processing module 310 and a detection module 320.
  • the computing modules operate on the image data received by a data input/output ("I/O") interface 301.
  • the data I/O interface 301 receives the image data from the imaging subsystem 102.
  • the data I/O 301 interface is operable over a wired or wireless connection.
  • the computing modules include or are implemented by computing hardware and/or software. For example, in one embodiment, a general-purpose programmable computer processor, with associated storage or memory, implements several computing modules.
  • a function specific embedded processor or microcontroller executes firmware to implement the computing modules.
  • Yet another embodiment includes hardware logic circuits that implement the computing modules. It should be noted that other configurations of conventional data processing systems can also be used to configure the computing subsystem 104 for processing the image data based on the techniques described herein.
  • An image-processing module 310 processes the image data to determine the location of objects within the image.
  • the image-processing module 310 also compares frames taken at different times to determine the location of the same objects at those different times by matching the objects. For each object, the image-processing module 310 produces a set of coordinates that identifies the position of the object on each frame.
  • the object position or location information is sent to the detection module 320.
  • the detection module 320 evaluates the object location information and determines which of the objects in the image are moving objects.
  • the object detection module 320 also finds moving objects of particular interest or determines false positives based on pattern matching analysis. For example, in a pedestrian detection system, the object detection module 320 determines which of the moving objects correspond to pedestrians.
  • FIG. 4 A one embodiment of a moving object detection method 400 is shown.
  • the image data is captured 401 and transmitted for processing.
  • the image data is processed 410 to determine the location of objects of interest captured in the images.
  • the information is processed 420 to detect target moving objects within the images.
  • a detection signal is output 430 if any target moving object is detected in the scene.
  • the image data is captured 401 in a conventional way.
  • the image data includes typical image information and information sufficient to determine the distance to the objects in the scene.
  • the image data includes video frames of a scene captured by two infrared- sensitive cameras, a left camera and a right camera. Two frames, a left frame and a right frame, are received for each time interval, e.g., using thirty-frame-per-second ("fps") video, the system receives two simultaneous frames every one thirtieth of a second, one from each camera.
  • fps thirty-frame-per-second
  • Infrared images are a representation of electromagnetic energy sensed from the imaged scene. In a scene, different objects emit or reflect infrared energy in relation to their heat reflection/emission characteristics. Generally, infrared image data represents heat levels in a gray scale: hottest objects in white and coldest objects in black. The appearance of the scene taken by infrared-sensitive cameras at night is quite different from that taken during daytime. Due to the heat-sensitive nature of the sensor, heat emitting objects, e.g., humans, animals, engines, and the like, appear brighter than surrounding objects.
  • infrared emissions are also related to the reflective nature of the objects, e.g., color, material, and the like.
  • this imaging technique aids in the detection of objects that are likely to be moving on their own, i.e., heat emitting objects. Objects then are not capable of moving by reflect large amounts of heat or other infrared energy could look the same as other objects capable of moving in a day time improved image. However, such objects are more easily distinguished when the image is captured at night or under low illumination conditions.
  • each frame is dynamically threshold 412 to detect hotspots in the image data.
  • heat-emitting objects are represented with lighter tones in the gray scale infrared image, thus, thresholding the frames facilities the identification of heat emitting objects within each frame.
  • the choice of a threshold value has an impact on the number of feature points or objects obtained.
  • the threshold is determined based on the overall mean of the whole infrared image. In one embodiment the threshold value of 205-Mean is used.
  • the thresholding process provides groups of contiguous pixels or blobs that represent a heat emitting object.
  • Correspondence of Objects Between Simultaneous Frames the next step involves matching 414 object blobs in the two simultaneous frames.
  • the matched blobs show the correspondence between identified objects in the left and right frames of the same scene. This is an issue that is common to all conventional stereo-based methods and any conventional matching approach can be used. It should be noted that in embodiments using alternative depth sensing imaging subsystems this step is not required because such embodiments generate only one frame from one camera at a time.
  • a two-stage approach is used to match 414 objects in the two stereo images.
  • the first stage 414a uses the blobs of pixels corresponding to objects for faster correspondence determination. If a satisfactory solution is obtained in this stage, no further processing is required. If not, the second stage 414b uses gray scale information for the outline or shape of unresolved objects to determine correspondence.
  • the first stage 414a is generally sufficient for sparse scenes, where several hotspots are clearly defined and are separable from the background and from each other.
  • the object correspondence determination by blob matching 414a provides sufficient precision for moving object determination under those circumstances. However, if the scene is cluttered and objects are not easily distinguishable from each other, gray scale level data is used for a finer coarse matching 414b.
  • a more detailed flow chart of one embodiment the object blob matching method 414a is shown.
  • a given pixel blob B t with centroid position (x,,,y,) area A, , with width V l and height H, its corresponding blob is searched according to the following criteria: 1.
  • the rectangle area (x, - A x ,y ( - A y , x I + A x , y t + A y ) is defined 450 as search the scope. Blobs inside this area are candidates for the blob matching process.
  • ⁇ _ is between 40 and 60 pixels, and ⁇ is between 20 and 30 pixels.
  • a x , A y is determined by the maximal moving speed of the object being detected. 2.
  • the image is scanned 452 for blobs.
  • a blob is found, its area and aspect ratio are compared 454 with the original blob B,. Only blobs exceeding a threshold, e.g., with an area in the range of (l ⁇ 0.5)4 an d aspect ratio in the range of (1 ⁇ 0. ⁇ )W t I H l , are qualified. From the qualified blobs in the frame, the blob nearest to the B t location of the corresponding blob is selected 456. [0053] This method works well for the environment with a few sparsely distributed hotspots inside the image view. For example, Fig. 5 shows sample scene 500 where corresponding blob pairs 515a and 515b have been successfully matched in each of the left 510a and right 510b stereo frames.
  • the second stage 414b is processed when the scene environment is crowded; it becomes difficult to separate hotspots or find pairs of objects with similar shapes based on pixel blobs. In these situations, the first stage 414a does not provide sufficiently accurate results.
  • the gray scale image data is processed based on gray level template matching algorithms.
  • the second stage 414b is applied either to the entire scene or only to object blobs whose counterparts are missing after first stage 414a processing.
  • T is the template image with width W and height H
  • I is the source image.
  • the first stage 414a involves a computationally expedient wide-area search that ensures the accuracy by blob size and aspect ratio. If no sufficient accuracy is achieved, the second stage 414b uses a more time-consuming gray- level-matching algorithm. Avoiding exhaustive search and limiting the search area only to object blobs not recognized after the first stage 414a can reduce the computational cost of this algorithm.
  • the image coordinate system is such that the X and Y axes are parallel to the image plane, while the Z axis represents the translational direction.
  • (X, Y, Z) is the position of a three-dimensional ("3D") point
  • x, y are the coordinate of the projected point on the image plane and / the focal length of the cameras used in the imaging subsystem.
  • the Z distance or depth value is either provided by the imaging subsystem directly in the image data.
  • the Z distance is calculated from the image data, e.g., from stereo images.
  • each blob's image coordinates, (x L ' , y L ' ) and (x R ' ,y R ' ) are recorded. Then for each blob, the depth value (z) is calculated based on x disparity. In, another recorded, the depth value for each blob is calculated as the average depth value for the pixels within each blob.
  • frames are matched every 10 frames, which corresponds to 1/3 second for a video signal at 30 fps.
  • blobs in scene are matched 416 with corresponding blobs in subsequent scene i+l.
  • a two stage approach is applied as described above. However, a rough horizontal position of a stationary blob in the subsequent frame z+1 is computed first (using the assumption that the camera moves straight in the z direction) as: , +1 _ zx, X L - ⁇ z - A ⁇
  • the above formula estimates the new position of the blob in frame 7+1 from which the two-stage approach used between left and right frames is applied with respect to subsequent frames.
  • the blob search range takes into account the camera's speed with respect to the common frame of reference.
  • the corresponding coordinates are defined as centroids for the first stage 414a blob matching method (when the blob is clearly a segmentable shape in the two images). Further, when the second stage 414b gray level matching method is used, the corresponding coordinates are used as the center for template matching.
  • the slight pixel error associated with the corresponding coordinates determined by blob centroids due to blob shape differences in different frames has little influence on the estimation of the new position by the above technique. For example, if there is 3-pixels error in the x disparity for a blob, there will be less than one pixel error in the estimation of the new position for frame z+1.
  • the independent motion detection algorithms compensate position differences caused by 1, 2, and 3 above. If the object still appears at a different location after compensation, then the object's change in location is likely to result from the object's own independent motion. It should be noted that for simplicity, in one embodiment, the platform's rotational motion around the Z axis, in the direction of the motion, is not considered. Generally, the Z axis rotation is minimal in a translational moving platform, such as an automobile, and assuming it to be zero does not generate much of an error. [0064]
  • the instantaneous platform-induced motion of the system has two types of components: a translational component T - (t x ,t y ,t z )' and a rotational component
  • x is the point's (?) projection on the image plane (or the image) before the platform-induced motion, i.e., in an initial frame.
  • xy ⁇ ⁇ I f.
  • a m -(x 2 1 f + f) ⁇ 2 .
  • defines the error term calculated from the estimated location of the point based on the platform-induced motion and the actual location of the point in the subsequent frame.
  • a flow chart of one embodiment of a moving object detection method 430 is shown.
  • an estimated value is derived 610 from a component of the moving platform itself, e.g., a vehicle's speedometer or the like.
  • a second approximation is computed 620 to replace the actual values of the ⁇ u + ⁇ m effect.
  • an average scene disparity Au,m is computed 620 from points in the image data likely to be stationary.
  • peripheral objects are likely to be man-made objects, such as telephone poles, bridges, and buildings.
  • the search zone for moving objects is narrowed to the middle part of the image.
  • the average scene disparity ⁇ is computed from the centroid position shift of stationary objects as determined from image processing of subsequent frames. This method cuts down many of the conventional time consuming and resource intensive computation steps that are necessary to find ego-motion such as solving a linear equation.
  • the average ( ⁇ ) for stationary objects is computed from the position data derived through image processing.
  • the average scene disparity ⁇ provides sufficient precision to compensate for the rotation and drift components of the position shift (a , ⁇ 2 ). It should be noted that even if some or all of the objects, whether likely to be stationary or not, are used, the average scene disparity would still be sufficiently accurate to provide useful results.
  • every candidate point in the search area is initially assumed to be a stationary point.
  • the actual position shift x-x between subsequent frames is calculated 640 for each candidate point or object from the image processing blob 3D coordinates.
  • the error ⁇ is calculated 650 from the difference between the estimated and actual position shift values.
  • the estimated position shift (x '- x) est ⁇ mated was calculated 630 assuming the points to be stationary, the error for moving points is much larger than the error for stationary points.
  • motion detection data is provided 670 to the output subsystem.
  • the detection 660 further includes an object type identification process further described below.
  • the choice of the threshold for ⁇ is based on the speed of the moving object and the distance of the object to the vehicle. The faster the vehicle is, the greater the value of ⁇ becomes.
  • To find a suitable threshold value for the error term ⁇ the difference between the estimated position and actual position of stationary points is determined. The points are on the range of view angle of the camera system and certain distance from it. In one embodiment using a stereo camera system, the view angle is -13° ⁇ 13°. In this embodiment, objects at a distance of 10 ⁇ 35 meters from the platform are the likely candidates to be moving objects.
  • the vision system 100 is used in a pedestrian detection system in a vehicle.
  • Table 1 shows a number of ⁇ values corresponding to several extreme cases when the vehicle rotated around the X and Y axes at difference angles. This table shows that the effect of ⁇ u + ⁇ m on motion flow is not negligible. Values for ⁇ are calculated at that position under different rotation speeds. As shown in this table, the smaller the rotation is, the smaller the value of ⁇ is (i.e., the detection is more sensitive).
  • the object horizontal and vertical offset from the image center influences the detection performance of the system.
  • the errors is as small as 10 pixels, even at the leftmost and rightmost positions of the image plane. In such a case, there is hardly any difference in pixel value between ideal calculation and the approximate calculation.
  • its influence becomes greater, yet ⁇ is still within tolerance for the stationary/moving determination.
  • rotation angles have a non-negligible influence on ⁇ .
  • the search range for stationary objects is limited to the depth values with smaller discrepancy, between 15 and 30 meters from the camera system. Additionally, as mentioned above, the search area is also narrowed to objects that are away from the image edges. These limitations reduce the maximal value of ⁇ .
  • the threshold value for motion stationary determination is 25 pixels. Accordingly, any object with ⁇ value larger than 25 pixels is treated as a moving object.
  • the moving object detection 660 is further refined based on the type of object detected. For example, in a pedestrian detection embodiment, only human pedestrians are the desired target object for the detection system. Accordingly, once moving objects are detected, non-human objects, e.g., oncoming traffic, are discarded. Usually, it is not straightforward to identify if a detected moving hotspot is a human (or part of a human) or some other object. A number of conventional approaches for image identification are available.
  • the aspect ratio and size of a blob corresponding to a detected moving object are compared.
  • This approach is used to detect human targets.
  • blob corresponding to a car or part of a car
  • the human shape is longer in the vertical direction.
  • the larger and elongated blobs are indicated as detected while the smaller and longer blobs are discarded.
  • Similar heuristics are used for other objects of interest with particular sizes and/or aspect ratios.
  • using aspect ratio and size alone is not always sufficient to reject false-positives. In such a case, shape information has to be taken into consideration.
  • Shape information is used in a pattern classifier system.
  • a candidate target object is given to a shape analysis module that analyzes the object's shape based on its image and compares it to a stored training set.
  • the stored training set corresponds to images of shapes that are characteristic of the type of target object of interest, e.g., humans, animals, vehicles, or the like.
  • a Support Vector Machine SVM
  • the SNM is a classification method that calculates the boundary (support vectors) between two sets of high dimensional vectors (training stage) and uses these support vectors to classify vectors from a similar source (test stage).
  • the number of support vectors generated and the detection rate are used to evaluate the efficiency of different training data sets, e.g., gray-scale v.s. binary, or upper body vs. whole body, for pedestrian detection.
  • gray-scale v.s. binary or upper body vs. whole body
  • the recognition of a human body using the gray scale self trained SVM is quite successful: it can always recognize the right candidates, and works fine if there is only minor difference between the training set and the application data.

Abstract

Moving object detection is based on low illumination image data that includes distance or depth information. The vision system operates on a platform with a dominant translational motion and with a small amount of rotational motion. Detection of moving objects whose motions are not consistent with the movement of the background is complementary to shape-based approaches. For low illumination computer-based vision assistance a two-stage technique is used for simultaneous and subsequent frame blob correspondence. Using average scene disparity, motion is detected without explicit egomotion calculation. These techniques make use of characteristics of infrared sensitive video data, in which heat emitting objects appear as hotspots.

Description

MOVING OBJECT DETECTION USING LOW ILLUMINATION DEPTH CAPABLE COMPUTER VISION
RELATED APPLICATIONS [0001] This application is related to and claims priority from U.S. Provisional Patent Application Serial No. 60/510,179 titled "Pedestrian Detection Using Stereo Night Vision" and filed on October 9, 2003 by the same inventors, which is incorporated herein by reference in its entirety. FIELD OF THE INVENTION [0002] The present invention relates generally to real-time computer vision and more particularly to low illumination computer based recognition of moving objects from a moving platform. BACKGROUND OF THE INVENTION [0003] Computer vision is used to assist or perform humans in performing many functions. Computer vision can be more accurate and better suited than human vision in many applications. For example, computer vision for surveillance applications can better detect moving objects and recognize shapes for indefinite periods of time simply using a set of cameras in conjunction with various computer algorithms (e.g., background subtraction). [0004] Some applications require a computer vision system able to operate from a moving platform. Such a system needs to deal with additional factors due to the system's own motion. Conventional approaches for these applications rely on mobile cameras and other hardware/software with computer based algorithms. Some commonly used algorithms include, for example, pattern classifiers such as Support Vector Machine ("SNM"), neural nets for shape identification, motion patterns such as periodicity, probabilistic modeling of pose as well as chamfer distance calculation, plane and parallax decomposition, and the like. All these conventional techniques can be used to identify objects of interest in a moving scene. In general, in these approaches the static scene viewed by a moving camera has a motion induced by the movement of the system. These methods are based on the observation that moving objects have movements that are not consistent with that of the background. After compensating for the system-induced motion, the remaining motion must come from independently moving objects. However, one drawback of these approaches for use in real-time vision systems is that they often involve explicit ego-motion computation or a motion/flow constraint. Ego-motion calculations are computationally expensive and severely impact the performance of real-time vision systems. [0005] Other applications require a computer vision system able to operate under low illumination conditions. The assistance of computer vision in low illumination conditions is particularly important for humans because human vision is weaker at night or under low illumination conditions. Conventional approaches to night vision systems generally rely on infrared-sensitive cameras. The appearance of the scene taken at night by an infrared- sensitive camera is quite different from that taken by a regular camera during daytime. Because infrared cameras are heat sensitive, heat-emitting objects appear brighter than surrounding objects. For example, for human detection applications, most approaches exploit the heat-emitting characteristic of human bodies in conjunction with infrared- sensitive cameras. Conventional techniques used in infrared night vision applications include probabilistic templates for pedestrians, appearance-based learning, shape-based comparison, methods using symmetry, histograms, and the like.
[0006] One important application of computer night vision from a moving platform is pedestrian detection systems in vehicular applications. Pedestrian detection methods use multiple steps to locate the pedestrian in the scene. These methods generally operate by finding a large number of candidates for human-like blobs in the scene. Then, these candidates are filtered into human and non-human categories based on certain criteria such as location, size, and road information. For example, one such approach to pedestrian detection is described in "Pedestrian Detection and Tracking with Night Vision," F. Xu and K. Fujimura, Proc. of the IEEE Trans, on Intelligent Vehicles Symposium, Versailles, France (June 2002), incorporated herein by reference in its entirety. However, the filtering process is complicated and subject to failure because in practice it is difficult to enumerate all possible shapes humans can take. Also, from the viewpoint of automotive safety, it is important to detect moving objects that cross the vehicle's path, regardless of whether that is a human or some other object.
[0007] Thus, there is a need for moving object detection systems and methods for operating under low illumination conditions and from a moving platform that (1) can detect moving objects with any shape and (2) do not require complicated ego-motion calculations. SUMMARY OF THE INVENTION [0008] A system and method makes use of scene motion to detect moving objects in the path of a moving platform. The static scene viewed by a moving imaging subsystem has a motion induced by the movement of the platform on which the system resides. After compensating for the platform-induced motion, the remaining motion must come from independently moving objects in the scene. These techniques are based in part on the observation that independently moving objects have movements that are not consistent with that of the background scene.
[0009] Accordingly, in one embodiment, a computer vision system for detecting moving objects from a moving platform includes an imaging subsystem, a computing subsystem, and an output subsystem. The imaging subsystem captures scene image data at different times. The image data includes information for deriving depth or distance for objects in the scene. The imaging subsystem is configured for operation under low illumination conditions. In one embodiment, the imaging subsystem includes two, or possibly more, infrared-sensitive cameras.
[0010] The computing subsystem is communicatively coupled to the imaging subsystem for the transmission of the image data. The computing subsystem is configured to provide motion detection data based on the calculation of the average scene disparity. The motion detection data indicates the detection of independently moving objects within the scene. The motion detection data is output to the output subsystem.
[0011] The output subsystem is coupled to the computing subsystem for receiving the motion detection data. The output subsystem in turn provides a motion detection signal in response to the detection of one or more independently moving objects. [0012] In one embodiment, the computing subsystem also includes an input/output ("I/O") module for receiving the image data from the imaging subsystem. The I/O module connects to an image processing module and a motion detection module. The image processing module receives the image data through the I/O module. The image processing module is configured to derive three-dimensional coordinates for the objects captured in the image data. Those coordinates are transferred to the motion detection module for detecting moving objects. The motion detection module detects moving objects based, at least in part, on a comparison of an estimated object shift and actual object shift. The estimated value is derived from the average scene disparity while the actual value is derived from changes in the three-dimensional coordinates for the same object between earlier and subsequent frames.
[0013] In addition, according to one embodiment, a computer based method for detecting moving objects from a moving platform under low illumination conditions , „ _„ WO 2005/036371
includes multiple steps. The method includes capturing image data of a scene from a moving platform at two or more points in time. The image data includes low illumination imaging information and depth related information. The method also includes processing the image data to determine three-dimensional coordinates for points corresponding to various objects in the scene. Further, according to this embodiment, the method includes calculating an average scene disparity from changes in the three-dimensional coordinates objects in the scene that are likely to be stationary.
[0014] The average scene disparity is used to calculate an estimated position shift for each possible target object in the scene induced by the moving platform. The average scene disparity is used for classifying moving objects from stationary objects. For these objects, the actual position shift is also calculated with the three-dimensional coordinates for the objects in two frames, each frame taken at a different point in time. With the actual and estimated position shifts, a position error for each candidate object is calculated. Based on an empirically determined maximum threshold value for the position shift error, moving objects are detected if their position error exceeds the maximum threshold. In one embodiment, the maximum threshold value is based, at least in part, on the speed of the moving objects and the distance of the moving objects to the moving platform. [0015] This approach bypasses explicit ego-motion computation based on a simplified formula that computes the average scene disparity of stationary objects. This approach is particularly useful when the image capturing subsystem or platform has one dominant motion, which for example is the case for the vehicle movement.
[0016] In one embodiment, the image data includes frames of the scene taken at two points in time with infrared sensitive information. In this embodiment, the image data is processed by thresholding each frame to find blobs of pixels corresponding to heat emitting objects or hotspots in the scene. The blobs found in the earlier frame are matched with blobs found in the subsequent frame for corresponding heat emitting objects. Then, for each blob, a three-dimensional coordinate set for a point in the blob is determined. [0017] In one embodiment, a two-stage correspondence matching approach is used for stereo image processing of low illumination image data. By using a coarse-to-fine strategy, stereo correspondence is achieved at a faster rate than traditional methods such as sum-of- squared differences ("SSD") and multi-resolution approaches. The first stage is based on the comparison of blob area and other blob features for each blob located in a similar location within each of the frames. The second stage is based on gray level template analysis. Gray level information in the image data for blobs in similar locations in the two frames is compared to determine whether they match.
[0018] Additionally, in one embodiment, after moving objects are detected, the type of object of interest can be distinguish from other possibly-moving objects. [0019] In an alternative embodiment, a pedestrian detection system is configured to assist a driver to detect pedestrians and other moving objects in the path of the vehicle during low illumination conditions. The pedestrian detection system includes an infrared stereo vision module, a data processing module, and an output interface module. The infrared stereo vision module is configured to capture scene image data at different times. The image data includes information related to depth or distance for the objects in the scene. The infrared stereo vision module includes two, or possibly more, infrared-sensitive cameras configured to operate under low illumination conditions.
[0020] The data processing module is connected to the infrared stereo vision module for receiving the image data it captures. The data processing module is configured to provide motion detection data based on the calculation of the average stationary scene disparity. The motion detection data indicates the detection of independently moving objects within the scene.
[0021] In addition, the output interface is coupled to the data processing module for receiving the motion detection data. The output interface module is configured for providing an output signal to a safety system processing unit within the vehicle. The output signal is intended for providing an alert signal to the driver in response to the detection of one or more pedestrians in the vehicle's path.
[0022] The features and advantages described in the specification are not all inclusive and, in particular, many additional features and advantages will be apparent to one of ordinary skill in the art in view of the drawings, specification, and claims. Moreover, it should be noted that the language used in the specification has been principally selected for readability and instructional purposes, and may not have been selected to delineate or circumscribe the inventive subject matter. BRIEF DESCRIPTION OF THE DRAWINGS [0023] Figure 1 is a block diagram of one embodiment of a computer vision system on a moving platform.
[0024] Figure 2 shows one exemplary embodiment of an application of a computer vision system for a vehicle safety system. [0025] Figure 3 is a block diagram of one embodiment of a computing subsystem.
[0026] Figure 4A is a flow chart of one embodiment of a moving object detection method.
[0027] Figure 4B is a flow chart of one aspect of one embodiment of a moving object detection method.
[0028] Figure 4C is a flow chart of one embodiment an object blob matching method.
[0029] Figure 5 shows a sample scene where corresponding blob pairs have been successfully matched in each of the left and right stereo frames.
[0030] Figure 6 is a flow chart of one embodiment of a moving object detection method. DETAILED DESCRIPTION OF THE INVENTION [0031] The Figures and the following description relate to preferred embodiments of the present invention by way of illustration only. It should be noted that from the following discussion, alternative embodiments of the structures and methods disclosed herein will be readily recognized as viable alternatives that may be employed without departing from the principles of the claimed invention.
[0032] Referring now to Figure ("Fig.") 1, one embodiment of a computer vision system 100 on a moving platform 101 is shown. The moving platform 101 moves with respect to a background or frame of reference 103. The computer vision system 100 includes an imaging subsystem 102, a computing subsystem 104, and an output subsystem 106. The imaging subsystem 102 captures the image data for processing by the computing subsystem 104. The computing subsystem 104 is connected to the imaging subsystem 102 to receive the image data as input. The computing subsystem 104 implements image processing algorithms to detect moving objects 105 with movement with respect to the background or common frame of reference 103. The motion detection information is provided as output of the computing subsystem 104 to the output subsystem 106. The output subsystem 106 receives the motion detection information and provides an output signal.
[0033] Moving platform 101 includes a motion enabling mechanism, e.g., wheels, rail, motor, or the like, and mounting hardware for mounting the computer vision system 100 or components thereof. For example, motorized vehicles of any size can be used to mount cameras for providing image data to a computing subsystem. In one embodiment, moving platform 101 includes the imaging subsystem 102 that is wirelessly coupled to the computing subsystem 104. In another embodiment, the moving platform 101 is a conventional passenger automobile with a pedestrian detection safety system according to the present invention. Other embodiments include other multi-wheeled vehicles, such as motorcycles, light trucks, cargo trucks, and the like.
[0034] The imaging subsystem 102 includes the capability of capturing image data under low illumination conditions. For example, infrared-sensitive cameras, time-of-flight cameras, or the like are included in the imaging subsystem 102. These types of camera systems capture electromagnetic radiation at wavelengths outside the visible light spectrum and therefore can operate under low illumination conditions, e.g., at night. Accordingly, in one embodiment, the computer vision system 100 is configured for night vision operation, e.g., night time surveillance, night vision driver assistance, or the like. [0035] Moreover, the imaging subsystem 102 includes means for providing information related to depth or distance of the imaged objects, e.g., a dual camera stereo vision system, a depth sensing camera, or the like. These types of camera systems provide information regarding the distance from the camera to the objects in the scene, either directly, as for example pixel depth data, or indirectly, as for example with stereo image data. For example, in one embodiment, a stereo vision system provides left and right images of the same scene from which distance to objects appearing in both images is calculated by conventional stereo vision techniques. Alternatively, in another embodiment, a depth- sensing system provides pixel-by-pixel depth information (in addition to other image related data, e.g., color, intensity, and the like). In this embodiment, distance from each object to the camera is directly available from the pixels corresponding to the object within the image data itself, e.g., average depth value for those pixels.
[0036] For processing the image data, the imaging subsystem 102 is connected to the computing subsystem 104. This connection is a conventional data communications connection capable of transferring the image data, either wired or wireless and either for digital or analog signals. For example, in one embodiment, the imaging subsystem 102 includes a wireless transmitter to transmit digital image data to a wireless receiver associated with the computing subsystem 104. In an alternative embodiment, the imaging subsystem 102 includes cable connections from the one or more cameras directly to the computing subsystem 104 carrying analog video signals digitized by the computing subsystem 104 upon input.
[0037] The computing subsystem 104 includes several computing modules that make use of scene motion algorithms to detect moving objects in the path of the moving platform 101. Because the imaging subsystem 102 is on a moving platform 101, the static scene viewed by the moving imaging subsystem 102 has a motion induced by the movement of the system, i.e., platform-induced motion. After compensating for the platform-induced motion, the remaining detected motion corresponds to objects that are themselves moving within the scene.
[0038] To compensate for the platform-induced motion, the computing subsystem 104 computes an average stationary scene disparity, which is an average location disparity for stationary objects in the scene. The average scene disparity provides an estimate of the average object shift in the image induced by the moving system. Objects that exceed an estimated maximum object shift based on the average scene disparity are classified as moving objects as opposed to stationary objects. Stationary objects appear in the subsequent frame within the maximum object shift. Once objects are classified as moving or stationary, the computing subsystem 104 generates motion detection output data. [0039] The motion detection output data of the computing subsystem 104 is received by the output subsystem 106. For example, in one embodiment, the motion detection output data of the computing subsystem 104 includes the image data received from the imaging subsystem 102 and data identifying moving objects in the images, e.g., coordinates for the location of moving objects in the images. The output subsystem 106 provides an output signal that relates to the motion detection output data. For example, in one embodiment, a video signal that includes outlines around moving objects is displayed in a conventional computer display system, e.g., CRT monitor, flat screen, or the like. In an alternative embodiment, an audible signal is provided informing a user of the presence of a moving object as detected by the computer vision system 100. In yet another embodiment, the output subsystem 106 provides a detection output signal to a vehicle safety system, for example, to reduce the speed of the vehicle in response to the detection of a moving object in the vehicle's path.
[0040] Now referring to Fig. 2, one exemplary embodiment of an application of a computer vision system 100 for a vehicle safety system is shown. In this embodiment, the moving platform 101 is a vehicle. The vehicle 101 moves with respect to a road 103. The imaging subsystem 102 in this embodiment includes a dual infrared-sensitive camera video system 102 for stereo night vision. The cameras are mounted in the front section of the vehicle, e.g., on the vehicle's dashboard, on or about the rear view mirror, or on a similar location. The imaging subsystem 102 connects to a controller device 104 within the vehicle's engine compartment. The output subsystem 106 includes a lighted display in the vehicle's dashboard prominently located within the driver's field of view. For example, in one embodiment, the output subsystem 106 includes a display of the word "SLOW" that is illuminated with a red flashing light in response to receiving a moving object detection signal. In one embodiment, the vehicle safety system depicted in Fig. 2 is operable as a night pedestrian detection system. When the computer vision system 100 detects a moving pedestrian 105 in the path of the vehicle 101, the output subsystem produces a warning signal to alert the driver.
[0041] Now referring to Fig. 3, a block diagram of one embodiment of a computing subsystem 104 is shown. The computing subsystem 104 includes several computing modules and input/output interfaces. In one embodiment, the computing subsystem 104 includes an image processing module 310 and a detection module 320. The computing modules operate on the image data received by a data input/output ("I/O") interface 301. The data I/O interface 301 receives the image data from the imaging subsystem 102. The data I/O 301 interface is operable over a wired or wireless connection. [0042] The computing modules include or are implemented by computing hardware and/or software. For example, in one embodiment, a general-purpose programmable computer processor, with associated storage or memory, implements several computing modules. In another embodiment, a function specific embedded processor or microcontroller executes firmware to implement the computing modules. Yet another embodiment includes hardware logic circuits that implement the computing modules. It should be noted that other configurations of conventional data processing systems can also be used to configure the computing subsystem 104 for processing the image data based on the techniques described herein.
[0043] An image-processing module 310 processes the image data to determine the location of objects within the image. The image-processing module 310 also compares frames taken at different times to determine the location of the same objects at those different times by matching the objects. For each object, the image-processing module 310 produces a set of coordinates that identifies the position of the object on each frame. The object position or location information is sent to the detection module 320. [0044] The detection module 320 evaluates the object location information and determines which of the objects in the image are moving objects. In addition, in one embodiment, the object detection module 320 also finds moving objects of particular interest or determines false positives based on pattern matching analysis. For example, in a pedestrian detection system, the object detection module 320 determines which of the moving objects correspond to pedestrians.
[0045] Now referring to Fig. 4 A, one embodiment of a moving object detection method 400 is shown. The image data is captured 401 and transmitted for processing. The image data is processed 410 to determine the location of objects of interest captured in the images. Once the objects are defined within the image data, the information is processed 420 to detect target moving objects within the images. A detection signal is output 430 if any target moving object is detected in the scene. Image Capture
[0046] Now referring to Fig. 4B, a more detailed flow chart of one embodiment of a moving object detection method 400 is shown. The image data is captured 401 in a conventional way. As mentioned above, the image data includes typical image information and information sufficient to determine the distance to the objects in the scene. In one embodiment, the image data includes video frames of a scene captured by two infrared- sensitive cameras, a left camera and a right camera. Two frames, a left frame and a right frame, are received for each time interval, e.g., using thirty-frame-per-second ("fps") video, the system receives two simultaneous frames every one thirtieth of a second, one from each camera. The image data in each frame is 720x480-pixel gray scale digital infrared image. [0047] Infrared images are a representation of electromagnetic energy sensed from the imaged scene. In a scene, different objects emit or reflect infrared energy in relation to their heat reflection/emission characteristics. Generally, infrared image data represents heat levels in a gray scale: hottest objects in white and coldest objects in black. The appearance of the scene taken by infrared-sensitive cameras at night is quite different from that taken during daytime. Due to the heat-sensitive nature of the sensor, heat emitting objects, e.g., humans, animals, engines, and the like, appear brighter than surrounding objects. By contrast, during daytime, infrared emissions are also related to the reflective nature of the objects, e.g., color, material, and the like. Thus, the use of this imaging technique during night time aids in the detection of objects that are likely to be moving on their own, i.e., heat emitting objects. Objects then are not capable of moving by reflect large amounts of heat or other infrared energy could look the same as other objects capable of moving in a day time improved image. However, such objects are more easily distinguished when the image is captured at night or under low illumination conditions. Object Identification Within a Frame
[0048] In one embodiment, as the image data is captured, simultaneously captured frames are input 405 for image processing. For example, in a stereo vision system, the left and right frames of the same scene are input 405 for processing. Each frame is dynamically threshold 412 to detect hotspots in the image data. As mentioned above, heat-emitting objects are represented with lighter tones in the gray scale infrared image, thus, thresholding the frames facilities the identification of heat emitting objects within each frame. The choice of a threshold value has an impact on the number of feature points or objects obtained. The threshold is determined based on the overall mean of the whole infrared image. In one embodiment the threshold value of 205-Mean is used. The thresholding process provides groups of contiguous pixels or blobs that represent a heat emitting object. Correspondence of Objects Between Simultaneous Frames [0049] According to one embodiment, the next step involves matching 414 object blobs in the two simultaneous frames. The matched blobs show the correspondence between identified objects in the left and right frames of the same scene. This is an issue that is common to all conventional stereo-based methods and any conventional matching approach can be used. It should be noted that in embodiments using alternative depth sensing imaging subsystems this step is not required because such embodiments generate only one frame from one camera at a time.
[0050] In one embodiment, a two-stage approach is used to match 414 objects in the two stereo images. The first stage 414a uses the blobs of pixels corresponding to objects for faster correspondence determination. If a satisfactory solution is obtained in this stage, no further processing is required. If not, the second stage 414b uses gray scale information for the outline or shape of unresolved objects to determine correspondence. [0051] The first stage 414a is generally sufficient for sparse scenes, where several hotspots are clearly defined and are separable from the background and from each other. The object correspondence determination by blob matching 414a provides sufficient precision for moving object determination under those circumstances. However, if the scene is cluttered and objects are not easily distinguishable from each other, gray scale level data is used for a finer coarse matching 414b.
[0052] Now referring to Fig. 4C, a more detailed flow chart of one embodiment the object blob matching method 414a is shown. For a given pixel blob Bt, with centroid position (x,,,y,) area A, , with width Vl and height H, , its corresponding blob is searched according to the following criteria: 1. The rectangle area (x, - Ax,y( - Ay, xI + Ax, yt + Ay) is defined 450 as search the scope. Blobs inside this area are candidates for the blob matching process. In one embodiment, Δ_ is between 40 and 60 pixels, and Δ is between 20 and 30 pixels. The selection of Ax , Ay is determined by the maximal moving speed of the object being detected. 2. In the search area, the image is scanned 452 for blobs. When a blob is found, its area and aspect ratio are compared 454 with the original blob B,. Only blobs exceeding a threshold, e.g., with an area in the range of (l± 0.5)4 and aspect ratio in the range of (1 ± 0. \)Wt I Hl , are qualified. From the qualified blobs in the frame, the blob nearest to the Bt location of the corresponding blob is selected 456. [0053] This method works well for the environment with a few sparsely distributed hotspots inside the image view. For example, Fig. 5 shows sample scene 500 where corresponding blob pairs 515a and 515b have been successfully matched in each of the left 510a and right 510b stereo frames.
[0054] As mentioned above, the second stage 414b is processed when the scene environment is crowded; it becomes difficult to separate hotspots or find pairs of objects with similar shapes based on pixel blobs. In these situations, the first stage 414a does not provide sufficiently accurate results. In the second stage 414b, the gray scale image data is processed based on gray level template matching algorithms. The second stage 414b is applied either to the entire scene or only to object blobs whose counterparts are missing after first stage 414a processing. In one embodiment, the gray level matching algorithm is based on least squared difference, which is expressed as: (x, y) = arg min ∑ ∑ =1 (T(i, j) - I(i + x,j + y))2
Here T is the template image with width W and height H, while I is the source image. By applying the hybrid-matching algorithm, a sufficient number of corresponding image pairs is found.
[0055] Accordingly, in one embodiment, the first stage 414a involves a computationally expedient wide-area search that ensures the accuracy by blob size and aspect ratio. If no sufficient accuracy is achieved, the second stage 414b uses a more time-consuming gray- level-matching algorithm. Avoiding exhaustive search and limiting the search area only to object blobs not recognized after the first stage 414a can reduce the computational cost of this algorithm.
[0056] For purposes of this description, the image coordinate system is such that the X and Y axes are parallel to the image plane, while the Z axis represents the translational direction. For the position of an object, the relationship to imaging subsystem parameters is: X Y * = f — z , y = f — z where (X, Y, Z) is the position of a three-dimensional ("3D") point and x, y, are the coordinate of the projected point on the image plane and / the focal length of the cameras used in the imaging subsystem. In one embodiment, the Z distance or depth value is either provided by the imaging subsystem directly in the image data. In an alternative embodiment, the Z distance is calculated from the image data, e.g., from stereo images.
[0057] In one embodiment using stereo vision, once the blobs are identified and matched with respect to simultaneous left and right frames for scene i, each blob's image coordinates, (xL' , yL' ) and (xR' ,yR' ) , are recorded. Then for each blob, the depth value (z) is calculated based on x disparity. In, another recorded, the depth value for each blob is calculated as the average depth value for the pixels within each blob. Accordingly, the resulting information after the image processing of the frame or frames for the initial scene i, is a blob and the 3D location of its centroid point P = (X,Y,Z)' for each hotspot or object in the scene i corresponding to time t.
Correspondence of Objects Between Subsequent Frames
[0058] Referring back to Fig. 4B, once the object hotspots are identified 412 and matched 414 in the simultaneous left and right frames, the same matching process is repeated for subsequent frames of scene z+1 taken at a different time. For example, in one embodiment, frames are matched every 10 frames, which corresponds to 1/3 second for a video signal at 30 fps.
[0059] With blob information from scene /' and i+1, blobs in scene are matched 416 with corresponding blobs in subsequent scene i+l. A two stage approach is applied as described above. However, a rough horizontal position of a stationary blob in the subsequent frame z+1 is computed first (using the assumption that the camera moves straight in the z direction) as: ,+1 _ zx, XL - ~ z - A∑
[0060] The above formula estimates the new position of the blob in frame 7+1 from which the two-stage approach used between left and right frames is applied with respect to subsequent frames. For this process, the blob search range takes into account the camera's speed with respect to the common frame of reference. The corresponding coordinates are defined as centroids for the first stage 414a blob matching method (when the blob is clearly a segmentable shape in the two images). Further, when the second stage 414b gray level matching method is used, the corresponding coordinates are used as the center for template matching. The slight pixel error associated with the corresponding coordinates determined by blob centroids due to blob shape differences in different frames has little influence on the estimation of the new position by the above technique. For example, if there is 3-pixels error in the x disparity for a blob, there will be less than one pixel error in the estimation of the new position for frame z+1.
[0061] After the subsequent scene matching 416, three-dimensional coordinates for blob centroid points are recorded for each of the candidate objects or hotspots imaged in the scenes. This information is output 418 for detection of moving objects. Independent Motion Detection
[0062] As described above, all objects in the scene appear to be moving in the image because the imaging subsystem is on a moving platform. However, independently moving objects often have movement patterns different from those of stationary objects, whose apparent movement is induced by the movement of the platform. In a scene taken from a moving platform at two points in time (t and t+1), the same object appears at different positions in frame i (taken at time t) and i+1 (taken at time t+1), due to a combination of the following reasons: (1) Platform's translational motion; (2) Platform's rotational motion around the X axis; (3) Vehicle's rotational motion around the Y axis; and (4) Independent object's motion
[0063] The independent motion detection algorithms compensate position differences caused by 1, 2, and 3 above. If the object still appears at a different location after compensation, then the object's change in location is likely to result from the object's own independent motion. It should be noted that for simplicity, in one embodiment, the platform's rotational motion around the Z axis, in the direction of the motion, is not considered. Generally, the Z axis rotation is minimal in a translational moving platform, such as an automobile, and assuming it to be zero does not generate much of an error. [0064] The instantaneous platform-induced motion of the system has two types of components: a translational component T - (tx,ty,tz)' and a rotational component
Ω = (ωλ , ω 2 , fi>3 )' . The 3D instantaneous motion of a 3D point P = (X, Y, Z)' with respect to the background or common frame of reference is represented by the vector resultant from the cross product of the platform-induced motion and the current point location: V = -T - Ωx P [0065] The velocity equation can be also obtained by taking the derivative of position equations shown above. The resulting equations are: ^ f& x&^ &- x& ^ f -y& z z2 z ' z
[0066] This differential equations can be re-written based on the position equations and the motion velocity vector equation above. Accordingly, the velocity equations for a point P is given by: xy x ω J&= — (-fix + xtz) + ω3y + 7 ω. f∞i f β^—(-fiy +yt:) -ω3x--X-ω2 + -r +fωl ^ J J
[0067] Equivalently, this information can be represented in matrix form as:
Figure imgf000017_0001
[0068] To simplify this equation, in one embodiment, the systems assumes tx = t = 0 and ω3 = 0 because a translational moving platform does not move sideways or in the up/down direction. Accordingly, the location of the three dimensional point after its motion for a predetermined period of time is the following: x'= x + Δj + Δπ + Δm + ε [0069] In this representation, x is the point's (?) projection on the image plane (or the image) before the platform-induced motion, i.e., in an initial frame. Similarly, x' represents P's projection on the image after some time during which the projection of the point moved due to the platform-induced motion. Since we assumed tx = ty = 0, the only change due to
translational motion is represented as Δ7 = x— . Rotation around the X axis causes a
change in projection given by Aπ = xyω{ I f. Similarly, rotation around the Z axis causes a change in projection given by Am = -(x21 f + f)ω2. In this representation, ε defines the error term calculated from the estimated location of the point based on the platform-induced motion and the actual location of the point in the subsequent frame.
[0070] In an ideal case, ε = 0 for a static points because static points do not have a motion of their own. Accordingly, static points appear in the location where they are expected based on the platfoπn's motion. However, due to simplifications and image processing accuracy limitations, even stationary points exhibit some variation from frame to frame. Similarly, nonzero values for ε would ideally indicate that the point corresponds to an independently moving object, i.e., the location of the point does not match the estimation based on the platform's motion. However, in practice, some threshold error is allowed for other sources of errors. Accordingly, the following measure is used by the motion detection module to make a stationary/moving determination for every point in the image: _ < threshold => stationary object ε > threshold => moving object
[0071] The major reason why ε is nonzero, even for a stationary object, is that the coordinate of the centroid of a blob is used to represent the position of the object. However, segmentation usually produces slightly different results in different frames. Thus, the centroids of the same blob in different frames do not necessarily coincide. [0072] Using ego-motion calculations, the relevant terms, tzλ, ω2 , can be computed to provide an estimated x'-x due to the platform-induced motion. However, ego-motion calculations are complex and computationally expensive. Accordingly, the x'-x estimated value is computed without explicitly computing the tzλ, ω2 components. [0073] Now referring to Fig. 6, a flow chart of one embodiment of a moving object detection method 430 is shown. For the translational component tz , an estimated value is derived 610 from a component of the moving platform itself, e.g., a vehicle's speedometer or the like. For the rotational components, ω and ω2 , a second approximation is computed 620 to replace the actual values of the Δu + Δm effect. Instead of calculating the rotational components, an average scene disparity Au,m is computed 620 from points in the image data likely to be stationary.
[0074] In order to locate objects likely to be stationary, points corresponding to objects that are away from the image center are used. In a typical application, objects away from the center of the image are likely to correspond to background objects because the imaging subsystem are not directly focused on them. For example, in an automobile pedestrian detection system embodiment, peripheral objects are likely to be man-made objects, such as telephone poles, bridges, and buildings.
[0075] Accordingly, in one embodiment, for calculating the average scene disparity
(Aπju ), the following heuristic is used to find the stationary objects. The frame is divided vertically into three parts. The upper part is assumed to contain segments of stationary objects, which are used for the average scene disparity calculation 620. The bottom part is mostly the ground, and is not used because it is difficult to find feature points for matching. Additionally, it should be noted that based on this heuristic, the middle part of the image is likely to contain the objects of interest, e.g., pedestrians, moving vehicles, and other moving objects. Accordingly, in one embodiment, the search zone for moving objects is narrowed to the middle part of the image.
[0076] The average scene disparity Δ is computed from the centroid position shift of stationary objects as determined from image processing of subsequent frames. This method cuts down many of the conventional time consuming and resource intensive computation steps that are necessary to find ego-motion such as solving a linear equation. The average scene disparity is defined as: 1 " . A π ,m = — _T [( *; - x, ) - A j ]ol)ject , n ,=ι Here x and are the positions of z'-th stationary object in the image before (at time t) and after the platform-induced motion (time t+1), respectively, and n is the number of stationary objects used for the calculation. Instead of calculating the actual values for Δ π + Δ m for each object independently, the average (Δ) for stationary objects is computed from the position data derived through image processing. With this estimation, the average scene disparity Δ provides sufficient precision to compensate for the rotation and drift components of the position shift (a , ω2 ). It should be noted that even if some or all of the objects, whether likely to be stationary or not, are used, the average scene disparity would still be sufficiently accurate to provide useful results.
[0077] To detect moving objects, every candidate point in the search area is initially assumed to be a stationary point. With an empirically determined average scene disparity
An, in mostly corresponding to stationary objects, and assuming the error value ε to be zero (ideal condition for stationary objects), the x'-x estimated value for each point in the search area is calculated 630 from the following equation: X '-X ^ AJ + AIIJII
[0078] In addition, the actual position shift x-x between subsequent frames is calculated 640 for each candidate point or object from the image processing blob 3D coordinates. The error ε is calculated 650 from the difference between the estimated and actual position shift values. The computed value for ε for each candidate object is: X ~ ) actual ~ X ~X) estimated = £
[0079] Since the estimated position shift (x '- x)estιmated was calculated 630 assuming the points to be stationary, the error for moving points is much larger than the error for stationary points. As described above, the moving objects are detected 660 based on an empirical threshold value for ε : ε < threshold => stationary object ε > threshold => moving object
[0080] Upon the detection of one or more moving objects, motion detection data is provided 670 to the output subsystem. In one embodiment, the detection 660 further includes an object type identification process further described below. [0081] The choice of the threshold for ε is based on the speed of the moving object and the distance of the object to the vehicle. The faster the vehicle is, the greater the value of ε becomes. To find a suitable threshold value for the error term ε, the difference between the estimated position and actual position of stationary points is determined. The points are on the range of view angle of the camera system and certain distance from it. In one embodiment using a stereo camera system, the view angle is -13°~13°. In this embodiment, objects at a distance of 10~35 meters from the platform are the likely candidates to be moving objects. The difference between the estimated positions for these points and actual positions detected in a subsequent frame are calculated. [0082] In one embodiment, the vision system 100 is used in a pedestrian detection system in a vehicle. Table 1 shows a number of ε values corresponding to several extreme cases when the vehicle rotated around the X and Y axes at difference angles. This table shows that the effect of Δ u + Δ m on motion flow is not negligible. Values for ε are calculated at that position under different rotation speeds. As shown in this table, the smaller the rotation is, the smaller the value of ε is (i.e., the detection is more sensitive).
Figure imgf000021_0001
[0083] In Table 1, the comparison of ε is done in time intervals of 1/3 of a second for objects at a depth value of 15 meters. The analysis is based on a vehicle speed of 40m/s. X and Y are object's coordinates in the image plane.
[0084] The object horizontal and vertical offset from the image center influences the detection performance of the system. For example, in a vehicle pedestrian detection system embodiment, for nearly straight motion of the vehicle with small rotation (__7=0.15rad/5' 6)2=0.15 rad/s), the errors is as small as 10 pixels, even at the leftmost and rightmost positions of the image plane. In such a case, there is hardly any difference in pixel value between ideal calculation and the approximate calculation. When the vehicle is turning at a much larger rate (ω/^O^Orad/s &_=0.90rad/s), its influence becomes greater, yet ε is still within tolerance for the stationary/moving determination. As shown in Table 1, rotation angles have a non-negligible influence on ε. Based on these observations, the search range for stationary objects is limited to the depth values with smaller discrepancy, between 15 and 30 meters from the camera system. Additionally, as mentioned above, the search area is also narrowed to objects that are away from the image edges. These limitations reduce the maximal value of ε. In one embodiment, the threshold value for motion stationary determination is 25 pixels. Accordingly, any object with ε value larger than 25 pixels is treated as a moving object.
Object Type Identification
[0085] In one embodiment, the moving object detection 660 is further refined based on the type of object detected. For example, in a pedestrian detection embodiment, only human pedestrians are the desired target object for the detection system. Accordingly, once moving objects are detected, non-human objects, e.g., oncoming traffic, are discarded. Usually, it is not straightforward to identify if a detected moving hotspot is a human (or part of a human) or some other object. A number of conventional approaches for image identification are available.
[0086] In one embodiment, the aspect ratio and size of a blob corresponding to a detected moving object are compared. This approach is used to detect human targets. Typically, blob corresponding to a car (or part of a car) is much larger in size and elongated in the horizontal direction, whereas the human shape is longer in the vertical direction. Thus, in one embodiment for moving vehicle detection, the larger and elongated blobs are indicated as detected while the smaller and longer blobs are discarded. Similar heuristics are used for other objects of interest with particular sizes and/or aspect ratios. [0087] However, using aspect ratio and size alone is not always sufficient to reject false-positives. In such a case, shape information has to be taken into consideration. Shape information is used in a pattern classifier system. A candidate target object is given to a shape analysis module that analyzes the object's shape based on its image and compares it to a stored training set. The stored training set corresponds to images of shapes that are characteristic of the type of target object of interest, e.g., humans, animals, vehicles, or the like. For example, in one embodiment, a Support Vector Machine (SVM) is used for this purpose. The SNM is a classification method that calculates the boundary (support vectors) between two sets of high dimensional vectors (training stage) and uses these support vectors to classify vectors from a similar source (test stage). The number of support vectors generated and the detection rate are used to evaluate the efficiency of different training data sets, e.g., gray-scale v.s. binary, or upper body vs. whole body, for pedestrian detection. Generally, the recognition of a human body using the gray scale self trained SVM is quite successful: it can always recognize the right candidates, and works fine if there is only minor difference between the training set and the application data. [0088] While particular embodiments and applications of the present invention have been illustrated and described herein, it is to be understood that the invention is not limited to the precise construction and components disclosed herein and that various modifications, changes, and variations may be made in the arrangement, operation, and details of the methods and apparatuses of the present invention without departing from the spirit and scope of the invention as it is defined in the appended claims.

Claims

What is claimed is:
1. A computer vision system for detecting moving objects from a moving platform, the system comprising: an imaging subsystem for capturing scene image data at a plurality of times, the image data comprising information for deriving a depth measure for objects in the scene, the imaging subsystem for operation under low illumination conditions; a computing subsystem communicatively coupled to the imaging subsystem for receiving the image data and for providing motion detection data based on an average scene disparity calculation, the motion detection data indicating the detection of independently moving objects within the scene; and an output subsystem coupled to the computing subsystem for receiving the motion detection data and for providing a motion detection signal in response to the detection of one or more independently moving objects.
2. The computer vision system of claim 1, wherein the imaging subsystem further comprises a plurality of infrared-sensitive cameras.
3. The computer vision system of claim 1, wherein the computing subsystem further comprises: an input/output module for receiving the image data from the imaging subsystem; an image processing module coupled to the input/output module for receiving the image capture data, the image processing module configured to derive three- dimensional coordinates for a plurality of objects captured in the image data; and a motion detection module coupled to the image processing module for receiving the three-dimensional coordinates for the plurality of objects, the motion detection module configured to detect moving objects in the plurality of objects based, at least in part, on a comparison of estimated object shift derived from the average scene disparity and actual object shift derived from changes in the three-dimensional coordinates, the motion detection module further configured to provide the motion detection data in response to detecting a moving object.
4. The computer vision system of claim 1 , wherein the moving platform is a vehicle comprising a plurality of wheels for operation over roads.
5. The computer vision system of claim 4, wherein the output subsystem is further coupled to a safety system in the vehicle for alerting a vehicle operator in response to receiving the motion detection signal.
6. A computer based method for detecting moving objects from a moving platform under low illumination conditions, the method comprising the steps of: capturing image data of a scene from a moving platform at two or more points in time, the image data including low illumination imaging information and depth related information; processing the image data to determine three-dimensional coordinates for points corresponding to a plurality of objects in the scene; calculating an average scene disparity from changes in the three-dimensional coordinates for a first subset of objects in the scene likely to be stationary; calculating an estimated position shift for each object in a second subset of objects in the scene based at least in part on the average scene disparity; calculating an actual position shift for each object in the second subset of objects in the scene based, at least in part, on the three-dimensional coordinates for said second subset of objects; calculating a position error for each object in the second subset of objects in the scene based, at least in part, on the difference between the estimated position shift and the actual position shift for each object; and detecting at least one moving object from the objects in the second subset of objects based, at least in part, on a comparison between the position error for said at least one object and an empirically determined maximum threshold value.
7. The method of claim 6, wherein the depth related information comprises image data for a left frame and a right frame of the same scene.
8. The method of claim 6, wherein the image data comprises infrared-sensitive information for a first frame corresponding to the scene at a first point in time and for a second frame corresponding to the scene at a second point in time, and further wherein processing the image data comprises: thresholding the image data to find one or more blobs of pixels in each frame corresponding to one or more heat emitting objects in the scene; matching the blobs found in the first frame with the blobs found in the second frame corresponding to the same heat emitting objects; and determining a three-dimensional coordinate set for each blob as a point in the blob.
9. The method of claim 8, wherein matching the blobs further comprises: a first matching stage based on comparing blob at least blob area for each blob in a similar location within the first and the second frames; and a second matching stage based on gray level template analysis, wherein gray level information within the image data for blobs in similar a location within the first and second frames are compared to determine their similarity.
10. The method of claim 6, wherein calculating the average scene disparity further comprises calculating a translational component based at least in part in a measured value provided by a speed measuring device.
11. The method of claim 6, wherein the maximum threshold value is based, at least in part, on a speed of the moving object and a distance of the moving object to the moving platform.
12. The method of claim 6, wherein detecting at least one moving object further comprises performing a pattern-matching analysis of the at least one object to determine whether the object matches a target object type.
13. The method of claim 12, wherein the target obj ect type is human.
14. A computer system for detecting moving objects from a moving platform under low illumination conditions, the system comprising the steps of: means for capturing image data of a scene from a moving platform at two or more points in time, the image data including low illumination imaging information and depth related information; means for processing the image data to determine three-dimensional coordinates for points corresponding to a plurality of objects in the scene; means for calculating an average scene disparity from changes in the three- dimensional coordinates for a first subset of objects in the scene likely to be stationary; means for calculating an estimated position shift for each object in a second subset of objects in the scene based at least in part on the average scene disparity; means for calculating an actual position shift for each object in the second subset of objects in the scene based, at least in part, on the three-dimensional coordinates for said second subset of objects; means for calculating a position error for each object in the second subset of objects in the scene based, at least in part, on the difference between the estimated position shift and the actual position shift for each object; and means for detecting at least one moving object from the objects in the second subset of objects based, at least in part, on a comparison between the position error for said at least one object and an empirically determined maximum threshold value.
15. The system of claim 14, wherein the depth related information comprises image data for a left frame and a right frame of the same scene.
16. The system of claim 14, wherein the image data comprises infrared-sensitive information for a first frame corresponding to the scene at a first point in time and for a second frame corresponding to the scene at a second point in time, and further wherein the means for processing the image data comprises: means for thresholding the image data to find one or more blobs of pixels in each frame corresponding to one or more heat emitting objects in the scene; means for matching the blobs found in the first frame with the blobs found in the second frame corresponding to the same heat emitting objects; and means for determining a three-dimensional coordinate set for each blob as a point in the blob.
17. The system of claim 14, wherein the maximum threshold value is based, at least in part, on a speed of the moving object and a distance of the moving object to the moving platform.
18. A pedestrian detection system in a vehicle for assisting a driver to detect pedestrians and other moving objects in a path of the vehicle during low illumination conditions, the pedestrian detection system comprising: an infrared stereo vision module for capturing scene image data at a plurality of times, the image data comprising information for deriving a depth measure for objects in the scene, the infrared stereo vision module comprising a plurality of infrared-sensitive cameras configured to operate under low illumination conditions; a data processing module communicatively coupled to the infrared stereo vision module for receiving the image data and for providing motion detection data based on an average stationary scene disparity calculation, the motion detection data indicating the detection of independently moving objects within the scene; and an output interface coupled to the data processing module for receiving the motion detection data and for providing an output signal to a safety system processing unit within the vehicle for providing an alert signal to the driver in response to the detection of one or more pedestrians.
19. The pedestrian detection system of claim 18, wherein the data processing module further comprises: an input/output module for receiving the image data from the infrared stereo vision module; an image processing module coupled to the input/output module for receiving the image capture data, the image processing module configured to derive three- dimensional coordinates for a plurality of objects captured in the image data; and a motion detection module coupled to the image processing module for receiving the three-dimensional coordinates for the plurality of objects, the motion detection module configured to detect moving objects in the plurality of objects based, at least in part, on a comparison of estimated object shift derived from the average scene disparity and actual object shift derived from changes in the three-dimensional coordinates, the motion detection module further configured to provide an output detection signal in response to detecting a moving object.
20. The pedestrian detection system of claim 18, wherein the safety system processing unit within the vehicle for providing an alert signal to the driver as one of an audible signal, a visually detectable signal, or a vehicle speed control signal.
PCT/US2004/033973 2003-10-09 2004-10-12 Moving object detection using low illumination depth capable computer vision WO2005036371A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2006534474A JP4612635B2 (en) 2003-10-09 2004-10-12 Moving object detection using computer vision adaptable to low illumination depth
EP04795172.8A EP1671216B1 (en) 2003-10-09 2004-10-12 Moving object detection using low illumination depth capable computer vision

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US51017903P 2003-10-09 2003-10-09
US60/510,179 2003-10-09

Publications (2)

Publication Number Publication Date
WO2005036371A2 true WO2005036371A2 (en) 2005-04-21
WO2005036371A3 WO2005036371A3 (en) 2006-11-30

Family

ID=34435068

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2004/033973 WO2005036371A2 (en) 2003-10-09 2004-10-12 Moving object detection using low illumination depth capable computer vision

Country Status (4)

Country Link
US (1) US7366325B2 (en)
EP (1) EP1671216B1 (en)
JP (1) JP4612635B2 (en)
WO (1) WO2005036371A2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103400351A (en) * 2013-07-30 2013-11-20 武汉大学 Low illumination image enhancing method and system based on KINECT depth graph
CN104700430A (en) * 2014-10-05 2015-06-10 安徽工程大学 Method for detecting movement of airborne displays
CN110753953A (en) * 2017-06-06 2020-02-04 智加科技公司 Method and system for object-centric stereo vision in autonomous vehicles via cross-modality verification
TWI691939B (en) * 2018-10-15 2020-04-21 財團法人工業技術研究院 Dual-view image device for monitoring heat source and image processing method thereof

Families Citing this family (90)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3764086B2 (en) * 2001-10-29 2006-04-05 本田技研工業株式会社 Vehicle information providing device
JP3922245B2 (en) * 2003-11-20 2007-05-30 日産自動車株式会社 Vehicle periphery monitoring apparatus and method
JP4376653B2 (en) * 2004-02-17 2009-12-02 富士重工業株式会社 Outside monitoring device
US8594370B2 (en) 2004-07-26 2013-11-26 Automotive Systems Laboratory, Inc. Vulnerable road user protection system
US20060067562A1 (en) * 2004-09-30 2006-03-30 The Regents Of The University Of California Detection of moving objects in a video
US20060109346A1 (en) * 2004-11-19 2006-05-25 Ibm Corporation Computer-based communication systems and arrangements associated therewith for indicating user status
US7688999B2 (en) * 2004-12-08 2010-03-30 Electronics And Telecommunications Research Institute Target detecting system and method
DE102005008131A1 (en) * 2005-01-31 2006-08-03 Daimlerchrysler Ag Object e.g. road sign, detecting method for use with e.g. driver assistance system, involves determining position and movement of relevant pixels using filter and combining relevant pixels to objects under given terms and conditions
JP4177826B2 (en) * 2005-03-23 2008-11-05 株式会社東芝 Image processing apparatus and image processing method
US7801328B2 (en) * 2005-03-31 2010-09-21 Honeywell International Inc. Methods for defining, detecting, analyzing, indexing and retrieving events using video image processing
US7672916B2 (en) * 2005-08-16 2010-03-02 The Trustees Of Columbia University In The City Of New York Methods, systems, and media for music classification
JP4793638B2 (en) * 2006-03-27 2011-10-12 マツダ株式会社 Pedestrian detection device for vehicles
JP2007325027A (en) * 2006-06-01 2007-12-13 Oki Electric Ind Co Ltd Image segmentation method, image segmentation apparatus, and image segmentation program
TW200810814A (en) * 2006-08-17 2008-03-01 Pixart Imaging Inc Object-based 3-dimensional stereo information generation apparatus and method, and an interactive system using the same
KR100776805B1 (en) * 2006-09-29 2007-11-19 한국전자통신연구원 Efficient image transmission method and apparatus using stereo vision processing for intelligent service robot system
KR100834577B1 (en) * 2006-12-07 2008-06-02 한국전자통신연구원 Home intelligent service robot and method capable of searching and following moving of target using stereo vision processing
US7961906B2 (en) * 2007-01-03 2011-06-14 Science Applications International Corporation Human detection with imaging sensors
DE102007008543A1 (en) * 2007-02-21 2008-08-28 Hella Kgaa Hueck & Co. Method and device for determining the state of motion of objects
US8515126B1 (en) * 2007-05-03 2013-08-20 Hrl Laboratories, Llc Multi-stage method for object detection using cognitive swarms and system for automated response to detected objects
US8374388B2 (en) * 2007-12-28 2013-02-12 Rustam Stolkin Real-time tracking of non-rigid objects in image sequences for which the background may be changing
US20090185746A1 (en) * 2008-01-22 2009-07-23 The University Of Western Australia Image recognition
US8131018B2 (en) * 2008-02-08 2012-03-06 Tk Holdings Inc. Object detection and recognition system
JP5239095B2 (en) * 2008-04-08 2013-07-17 富士フイルム株式会社 Image processing system, image processing method, and program
US20100049397A1 (en) * 2008-08-22 2010-02-25 Garmin Ltd. Fuel efficient routing
US8503720B2 (en) 2009-05-01 2013-08-06 Microsoft Corporation Human body pose estimation
CN101998046A (en) * 2009-08-21 2011-03-30 鸿富锦精密工业(深圳)有限公司 Image pickup device and adjusting method thereof
JP5422330B2 (en) * 2009-10-09 2014-02-19 クラリオン株式会社 Pedestrian detection system
US20110150271A1 (en) * 2009-12-18 2011-06-23 Microsoft Corporation Motion detection using depth images
WO2012001709A2 (en) * 2010-06-30 2012-01-05 Tata Consultancy Services Limited Automatic detection of moving object by using stereo vision technique
TWI471825B (en) * 2010-07-27 2015-02-01 Hon Hai Prec Ind Co Ltd System and method for managing security of a roof
US8509982B2 (en) * 2010-10-05 2013-08-13 Google Inc. Zone driving
US9294755B2 (en) * 2010-10-20 2016-03-22 Raytheon Company Correcting frame-to-frame image changes due to motion for three dimensional (3-D) persistent observations
WO2012061549A2 (en) * 2010-11-03 2012-05-10 3Dmedia Corporation Methods, systems, and computer program products for creating three-dimensional video sequences
MY152782A (en) * 2010-12-13 2014-11-28 Mimos Berhad A system and method to detect intrusion event
US8274552B2 (en) * 2010-12-27 2012-09-25 3Dmedia Corporation Primary and auxiliary image capture devices for image processing and related methods
US10200671B2 (en) 2010-12-27 2019-02-05 3Dmedia Corporation Primary and auxiliary image capture devices for image processing and related methods
US8401225B2 (en) 2011-01-31 2013-03-19 Microsoft Corporation Moving object segmentation using depth images
US8401242B2 (en) 2011-01-31 2013-03-19 Microsoft Corporation Real-time camera tracking using depth maps
US9247238B2 (en) 2011-01-31 2016-01-26 Microsoft Technology Licensing, Llc Reducing interference between multiple infra-red depth cameras
US8570320B2 (en) 2011-01-31 2013-10-29 Microsoft Corporation Using a three-dimensional environment model in gameplay
US8711206B2 (en) 2011-01-31 2014-04-29 Microsoft Corporation Mobile camera localization using depth maps
US8587583B2 (en) 2011-01-31 2013-11-19 Microsoft Corporation Three-dimensional environment reconstruction
US8942917B2 (en) 2011-02-14 2015-01-27 Microsoft Corporation Change invariant scene recognition by an agent
AU2012235850A1 (en) * 2011-03-29 2013-11-14 Jura Trade, Limited Method and apparatus for generating and authenticating security documents
US8923401B2 (en) 2011-05-31 2014-12-30 Raytheon Company Hybrid motion image compression
GB2494414A (en) * 2011-09-06 2013-03-13 Land Rover Uk Ltd Terrain visualisation for vehicle using combined colour camera and time of flight (ToF) camera images for augmented display
US9747802B2 (en) * 2011-09-19 2017-08-29 Innovative Wireless Technologies, Inc. Collision avoidance system and method for an underground mine environment
EP2578464B1 (en) * 2011-10-06 2014-03-19 Honda Research Institute Europe GmbH Video-based warning system for a vehicle
CN103123722B (en) 2011-11-18 2016-04-27 株式会社理光 Road object detection method and system
US8948449B2 (en) * 2012-02-06 2015-02-03 GM Global Technology Operations LLC Selecting visible regions in nighttime images for performing clear path detection
US9230333B2 (en) 2012-02-22 2016-01-05 Raytheon Company Method and apparatus for image processing
KR102011169B1 (en) * 2012-03-05 2019-08-14 마이크로소프트 테크놀로지 라이센싱, 엘엘씨 Generation of depth images based upon light falloff
US8836799B2 (en) 2012-03-30 2014-09-16 Qualcomm Incorporated Method to reject false positives detecting and tracking image objects
DE102012209316A1 (en) * 2012-06-01 2013-12-05 Robert Bosch Gmbh Method and device for processing sensor data of a stereo sensor system
US8831285B2 (en) * 2012-07-26 2014-09-09 Hewlett-Packard Development Company, L.P. Detecting objects with a depth sensor
US10178368B2 (en) * 2012-10-23 2019-01-08 Intuitive Surgical Operations, Inc. Stereo imaging system with automatic disparity adjustment for displaying close range objects
US9672431B2 (en) 2012-11-09 2017-06-06 Analog Devices Global Object detection
US9460354B2 (en) * 2012-11-09 2016-10-04 Analog Devices Global Object detection
DE102012112104A1 (en) * 2012-12-11 2014-06-12 Conti Temic Microelectronic Gmbh PROCESS AND DEVICE FOR PROCESSABILITY ANALYSIS
US8761448B1 (en) 2012-12-13 2014-06-24 Intel Corporation Gesture pre-processing of video stream using a markered region
US9857470B2 (en) 2012-12-28 2018-01-02 Microsoft Technology Licensing, Llc Using photometric stereo for 3D environment modeling
US9940553B2 (en) 2013-02-22 2018-04-10 Microsoft Technology Licensing, Llc Camera/object pose from predicted coordinates
US9224060B1 (en) * 2013-09-17 2015-12-29 Amazon Technologies, Inc. Object tracking using depth information
US10404924B2 (en) * 2013-11-11 2019-09-03 Osram Sylvania Inc. Human presence detection techniques
JP6083368B2 (en) * 2013-11-19 2017-02-22 株式会社デンソー Target recognition device
WO2015098222A1 (en) * 2013-12-26 2015-07-02 三菱電機株式会社 Information processing device, information processing method, and program
US9122934B2 (en) * 2013-12-27 2015-09-01 Automotive Research & Testing Center Object detection method with a rising classifier effect and object detection device with the same
US10310054B2 (en) * 2014-03-21 2019-06-04 The Boeing Company Relative object localization process for local positioning system
TWI596580B (en) * 2014-11-26 2017-08-21 Metal Ind Res And Dev Centre Obstacle warning system and its operation method
JP6456405B2 (en) * 2015-01-16 2019-01-23 株式会社日立製作所 Three-dimensional information calculation device, three-dimensional information calculation method, and autonomous mobile device
CN107206901B (en) * 2015-02-20 2019-06-14 Jvc 建伍株式会社 Display apparatus
US9639166B2 (en) 2015-03-11 2017-05-02 Microsoft Technology Licensing, Llc Background model for user recognition
KR102359083B1 (en) * 2015-06-02 2022-02-08 에스케이하이닉스 주식회사 Device for detecting moving object and method thereof
US20190012789A1 (en) * 2015-07-21 2019-01-10 Heptagon Micro Optics Pte. Ltd. Generating a disparity map based on stereo images of a scene
US20170070835A1 (en) * 2015-09-08 2017-03-09 Intel Corporation System for generating immersive audio utilizing visual cues
CN108025645B (en) * 2015-09-18 2019-08-30 日产自动车株式会社 Display apparatus and vehicle display methods
CN108140309B (en) 2015-11-20 2020-12-08 三菱电机株式会社 Driving support device, driving support system, and driving support method
US10341565B2 (en) 2016-05-10 2019-07-02 Raytheon Company Self correcting adaptive low light optical payload
US20180012197A1 (en) 2016-07-07 2018-01-11 NextEv USA, Inc. Battery exchange licensing program based on state of charge of battery pack
CN106504266B (en) * 2016-09-29 2019-06-14 北京市商汤科技开发有限公司 The prediction technique and device of walking behavior, data processing equipment and electronic equipment
US10097757B1 (en) * 2017-03-24 2018-10-09 Fotonation Limited Method for determining bias in an inertial measurement unit of an image acquisition device
DE102017119394A1 (en) * 2017-08-28 2019-02-28 HELLA GmbH & Co. KGaA Method for controlling at least one light module of a lighting unit of a vehicle, lighting unit, computer program product and computer-readable medium
EP3496037A1 (en) 2017-12-06 2019-06-12 Koninklijke Philips N.V. Device, system and method for detecting body movement of a patient
JP7102800B2 (en) * 2018-03-13 2022-07-20 富士通株式会社 Evaluation program, evaluation method and evaluation device
TWI697846B (en) 2018-11-26 2020-07-01 財團法人工業技術研究院 Objective identification method and device thereof
JP7200820B2 (en) * 2019-05-13 2023-01-10 株式会社デンソー Traffic sign identification device and driving support device
RU2767955C1 (en) 2019-05-27 2022-03-22 Общество с ограниченной ответственностью "Яндекс Беспилотные Технологии" Methods and systems for determining the presence of dynamic objects by a computer
US11416998B2 (en) * 2019-07-30 2022-08-16 Microsoft Technology Licensing, Llc Pixel classification to reduce depth-estimation error
KR20210037179A (en) * 2019-09-27 2021-04-06 삼성전자주식회사 Motion detection device and method
DE102021121988A1 (en) 2021-08-25 2023-03-02 Roland Wolf Device for producing a tubular film from a strip of film using the form shoulder welding process

Family Cites Families (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4607622A (en) 1985-04-11 1986-08-26 Charles D. Fritch Fiber optic ocular endoscope
CA2119327A1 (en) 1993-07-19 1995-01-20 David Crawford Gibbon Method and means for detecting people in image sequences
US6181805B1 (en) 1993-08-11 2001-01-30 Nippon Telegraph & Telephone Corporation Object image detecting method and system
US6553130B1 (en) * 1993-08-11 2003-04-22 Jerome H. Lemelson Motor vehicle warning and control system and method
US5729016A (en) 1994-04-12 1998-03-17 Hughes Aircraft Company Low cost night vision system for nonmilitary surface vehicles
US5414439A (en) 1994-06-09 1995-05-09 Delco Electronics Corporation Head up display with night vision enhancement
US5850470A (en) 1995-08-30 1998-12-15 Siemens Corporate Research, Inc. Neural network for locating and recognizing a deformable object
AU1084397A (en) 1995-12-01 1997-06-19 Southwest Research Institute Methods and apparatus for traffic incident detection
US6049619A (en) * 1996-02-12 2000-04-11 Sarnoff Corporation Method and apparatus for detecting moving objects in two- and three-dimensional scenes
US6104835A (en) 1997-11-14 2000-08-15 Kla-Tencor Corporation Automatic knowledge database generation for classifying objects and systems therefor
US6421463B1 (en) 1998-04-01 2002-07-16 Massachusetts Institute Of Technology Trainable system to search for objects in images
JP2000225970A (en) 1998-11-30 2000-08-15 Tuner Kk Image recording system loaded on vehicle
US7076088B2 (en) 1999-09-03 2006-07-11 Honeywell International Inc. Near-infrared disguise detection
EP1083076A3 (en) * 1999-09-07 2005-01-12 Mazda Motor Corporation Display apparatus for vehicle
JP2001134769A (en) * 1999-11-04 2001-05-18 Honda Motor Co Ltd Object recognizing device
US6751342B2 (en) 1999-12-02 2004-06-15 Thermal Wave Imaging, Inc. System for generating thermographic images using thermographic signal reconstruction
US6535114B1 (en) * 2000-03-22 2003-03-18 Toyota Jidosha Kabushiki Kaisha Method and apparatus for environment recognition
DE10047193C2 (en) 2000-09-23 2003-02-20 Bosch Gmbh Robert Vehicle occupant classification method
JP3521860B2 (en) 2000-10-02 2004-04-26 日産自動車株式会社 Vehicle travel path recognition device
US6445832B1 (en) 2000-10-10 2002-09-03 Lockheed Martin Corporation Balanced template tracker for tracking an object image sequence
US6420704B1 (en) 2000-12-07 2002-07-16 Trw Inc. Method and system for improving camera infrared sensitivity using digital zoom
KR100792283B1 (en) 2001-08-07 2008-01-07 삼성전자주식회사 Device and method for auto tracking moving object
US7027619B2 (en) 2001-09-13 2006-04-11 Honeywell International Inc. Near-infrared method and system for use in face detection
DE10146959A1 (en) 2001-09-24 2003-04-30 Hella Kg Hueck & Co Night vision device for vehicles
JP2003200755A (en) 2001-12-28 2003-07-15 Yazaki Corp Displaying device for vehicle
US6815680B2 (en) 2002-06-05 2004-11-09 Raytheon Company Method and system for displaying an image
US6828544B2 (en) 2002-06-12 2004-12-07 Ford Global Technologies, Llc Active night vision system for vehicles employing anti-blinding scheme
US7139411B2 (en) * 2002-06-14 2006-11-21 Honda Giken Kogyo Kabushiki Kaisha Pedestrian detection and tracking with night vision
US6775411B2 (en) 2002-10-18 2004-08-10 Alan D. Sloan Apparatus and method for image recognition

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
None

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103400351A (en) * 2013-07-30 2013-11-20 武汉大学 Low illumination image enhancing method and system based on KINECT depth graph
CN104700430A (en) * 2014-10-05 2015-06-10 安徽工程大学 Method for detecting movement of airborne displays
CN110753953A (en) * 2017-06-06 2020-02-04 智加科技公司 Method and system for object-centric stereo vision in autonomous vehicles via cross-modality verification
US11790551B2 (en) 2017-06-06 2023-10-17 Plusai, Inc. Method and system for object centric stereo in autonomous driving vehicles
TWI691939B (en) * 2018-10-15 2020-04-21 財團法人工業技術研究院 Dual-view image device for monitoring heat source and image processing method thereof
US11064137B2 (en) 2018-10-15 2021-07-13 Industrial Technology Research Institute Dual-view image device for monitoring heat source and image processing method thereof

Also Published As

Publication number Publication date
WO2005036371A3 (en) 2006-11-30
EP1671216A4 (en) 2010-10-13
EP1671216B1 (en) 2016-12-07
EP1671216A2 (en) 2006-06-21
US20050100192A1 (en) 2005-05-12
JP2007508624A (en) 2007-04-05
JP4612635B2 (en) 2011-01-12
US7366325B2 (en) 2008-04-29

Similar Documents

Publication Publication Date Title
US7366325B2 (en) Moving object detection using low illumination depth capable computer vision
US11393217B2 (en) Vehicular vision system with detection and tracking of objects at the side of a vehicle
US8995723B2 (en) Detecting and recognizing traffic signs
US9323992B2 (en) Fusion of far infrared and visible images in enhanced obstacle detection in automotive applications
US9836657B2 (en) System and method for periodic lane marker identification and tracking
JP4624594B2 (en) Object recognition method and object recognition apparatus
JP3822515B2 (en) Obstacle detection device and method
EP2150437B1 (en) Rear obstruction detection
Gavrila et al. Real time vision for intelligent vehicles
US20050232463A1 (en) Method and apparatus for detecting a presence prior to collision
US10635896B2 (en) Method for identifying an object in a surrounding region of a motor vehicle, driver assistance system and motor vehicle
CN108197523B (en) Night vehicle detection method and system based on image conversion and contour neighborhood difference
JP2000030197A (en) Device for detecting warm body
Cualain et al. Multiple-camera lane departure warning system for the automotive environment
Álvarez et al. Perception advances in outdoor vehicle detection for automatic cruise control
JP2003230134A (en) Night vision system
Dai et al. A driving assistance system with vision based vehicle detection techniques
Wu et al. A vision-based collision warning system by surrounding vehicles detection
KR101180676B1 (en) A method for controlling high beam automatically based on image recognition of a vehicle
US20230106188A1 (en) Vehicular vision system with object classification based on change in orientation of object
Jager et al. Lane Change Assistant System for Commercial Vehicles equipped with a Camera Monitor System
CN117068147A (en) Animal collision avoidance method and system based on binocular infrared camera
Perez Vision-based pedestrian detection for driving assistance
Álvarez et al. Vision-based target detection in road environments
JP2006286010A (en) Obstacle detecting device and its method

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
REEP Request for entry into the european phase

Ref document number: 2004795172

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2004795172

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2006534474

Country of ref document: JP

WWP Wipo information: published in national office

Ref document number: 2004795172

Country of ref document: EP