WO2012016374A1 - Method for identifying objects in video - Google Patents

Method for identifying objects in video Download PDF

Info

Publication number
WO2012016374A1
WO2012016374A1 PCT/CN2010/075660 CN2010075660W WO2012016374A1 WO 2012016374 A1 WO2012016374 A1 WO 2012016374A1 CN 2010075660 W CN2010075660 W CN 2010075660W WO 2012016374 A1 WO2012016374 A1 WO 2012016374A1
Authority
WO
WIPO (PCT)
Prior art keywords
frame
background
foreground
object area
edge
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2010/075660
Other languages
French (fr)
Inventor
Zhanjie Wang
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Empire Technology Development LLC
Original Assignee
Empire Technology Development LLC
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 Empire Technology Development LLC filed Critical Empire Technology Development LLC
Priority to US13/380,819 priority Critical patent/US8873801B2/en
Priority to PCT/CN2010/075660 priority patent/WO2012016374A1/en
Publication of WO2012016374A1 publication Critical patent/WO2012016374A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N7/00Television systems
    • H04N7/18Closed-circuit television [CCTV] systems, i.e. systems in which the video signal is not broadcast
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/194Segmentation; Edge detection involving foreground-background segmentation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/254Analysis of motion involving subtraction of images
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/74Image or video pattern matching; Proximity measures in feature spaces
    • G06V10/761Proximity, similarity or dissimilarity measures
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/52Surveillance or monitoring of activities, e.g. for recognising suspicious objects
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20021Dividing image into blocks, subimages or windows
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30232Surveillance
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30236Traffic on road, railway or crossing

Definitions

  • Video surveillance systems typically utilize one or more sensors, such as closed circuit television (CCTV) and infrared cameras, radars, etc., placed at various locations about an area of interest. Effective surveillance of the area requires fast and accurate identification of objects in the video captured by such systems.
  • CCTV closed circuit television
  • infrared cameras radars, etc.
  • a method for identifying a moving object in a video includes generating a background frame and a foreground based on the video, comparing the foreground and the background frames at each corresponding location, acquiring an object area based on the comparison, determining if the object area contains a moving object based on size and shape of the object area, identifying the moving object against templates of target objects, and updating the background frame according to the comparison.
  • FIG. 1 is a diagram of an illustrative embodiment of a system for identifying a moving object in a video.
  • FIG. 2 is a diagram of an example sequence of frames.
  • FIG. 3 is a flowchart of an illustrative embodiment of a method for identifying a moving object in a video.
  • FIG. 4 is a block diagram of an illustrative embodiment of a computer program product for implementing a method for identifying a moving object in a video.
  • Fig. 5 is a block diagram of an illustrative embodiment of a computing device suitable for implementing a method for identifying a moving object in a video.
  • This disclosure is drawn, inter alia, to techniques, systems, and methods for identifying a moving object in a video.
  • FIG. 1 is a diagram of an illustrative embodiment of a system for identifying a moving object in a video.
  • a video camera 2 is positioned above a roadway 4 to capture a scene 6.
  • Scene 6 includes various stationary objects such as trees 7, a barrier 8, light poles 9, and position markers 10.
  • Scene 6 may also contain moving objects such as vehicles 12.
  • Video camera 2 outputs a streaming video to a computer system 16.
  • computer system 16 is remotely located (i.e., computer system 16 is located away from video camera 2), local telecom equipment 14 may relay the video from video camera 2 to computer system 16.
  • the video may be in any standard digital format.
  • FIG. 2 is a diagram of an example sequence of frames 50.
  • Frames 50 may be suitable for processing by computer system 16.
  • frames 50 includes frames 50-1 , 50-2, 50-3, and 50-n.
  • Computer system 16 initially selects a frame, such as frame 50-1 , and sets the selected frame as a background frame.
  • Computer system 16 selects a following frame in frames 50, such as frame 50-2, and sets the selected frame as a foreground frame for comparison with the background frame to identify any moving object in the foreground frame.
  • Computer system 16 updates the background frame based on the comparison of the background and the foreground frames.
  • Computer system 16 then repeats the process by selecting a following frame in frames 50, such as frame 50-3, and sets the selected frame as the new foreground frame.
  • FIG. 3 is a flowchart of an illustrative embodiment of a method 100 for identifying a moving object in a video.
  • Method 100 may include one or more operations, functions or actions as illustrated by one or more of blocks 104, 106, 108, 1 10, 1 12, 1 14, 1 16, 1 18, 120, 122, 124, 126, 127, and/or 128.
  • the various blocks may be combined into fewer blocks, divided into additional blocks, and/or eliminated based upon the desired implementation.
  • method 100 may be performed by computer system 16.
  • Method 100 processes each frame in the video when the frame frequency is 30 frames per second or less. When the frame rate is greater than 30 frames per second, some frames are skipped based on a treatment frequency determined using Shannon's law.
  • Processing for method 100 may begin at block 104, "Select a frame in a video for processing.”
  • Block 104 may be followed by block 106, "Set the selected frame as the background frame Bn.”
  • Block 106 may be followed by block 108, "Select a following frame in the video for processing.”
  • Block 108 may be followed by block 1 10, "Set the selected frame as foreground frame F n .”
  • Block 1 10 may be followed by block 1 12, "Determine differences between frames F n and B n at corresponding locations.”
  • Block 1 12 may be followed by block 1 14, "Generate a binary map and identify any object area therein.”
  • Block 1 14 may be followed by decision block 1 16, "Object area includes a moving object?”.
  • decision block 1 16 may be followed by block 1 18, "Apply shadow detection/removal.” If the object area does not include a moving object, decision block 1 16 may be followed by decision block 126, "End?" [0017] Block 1 18 may be followed by block 120, "Apply edge detection.” Block 120 may be followed by block 122, “Perform object recognition.” Block 122 may be followed by block 124, Output recognition result.” Block 124 may be followed by decision bock 126, "End?". If method 100 is to end, decision block 126 may proceed to end block 128. If method 100 is to continue, decision block 126 may be followed by block 127, "Update the background frame B n according to the differences between frames B n and F n at corresponding locations,” which may then return to block 108. Details of the blocks are described hereafter.
  • computer system 16 selects a frame in the video for processing.
  • computer system 16 sets the selected frame as the background frame B n .
  • computer system 16 selects a following frame in the video for processing.
  • computer system 16 sets the selected frame as the foreground frame F n .
  • the background frame B n is used as a reference for identifying moving objects in the foreground frame F n .
  • computer system 16 converts the foreground frame F n and the background frame B n into grayscale images (a foreground image and a background image, respectively) in which each pixel has a grayscale value ranging between 0 and 255.
  • the grayscale value of the foreground image at a pixel location (x, y) is represented by F n (x, y), while the grayscale value of the background image at the pixel location (x, y) is represented by B n (x, y).
  • Computer system 16 determines the pixel-to-pixel difference between the foreground frame F n and the background frame B n at each corresponding pixel location.
  • computer system 16 divides the foreground frame F n and the background frame B n into corresponding blocks (e.g., blocks of 4x4 or 8x8 pixels). Computer system 16 then determines the block-to-block difference between the foreground frame F n and the background frame B n at each corresponding block location. Computer system 16 uses the average grayscale values of the pixels in the blocks for comparison instead of using the grayscale value of each single pixel, thereby shortening computing time. [0021 ] At block 1 14, computer system 16 generates a binary map D n (x,y) based on the result of block 1 12.
  • computer system 16 sets a bit in the binary map D n (x,y) to 1 when the difference between the foreground frame F n and the background frame B n at a corresponding pixel or block location exceeds a threshold, and the computer system sets the bit to 0 otherwise.
  • an area of the foreground frame F n that corresponds to an area of the binary map marked with bit "1 " is determined to be an area that possibly includes a moving object (i.e., an object area)
  • an area of the foreground frame that corresponds to an area of the binary map marked with bit "0" in the binary map is determined to be the background (i.e., a background area).
  • computer system 16 may apply noise-filtering or edge-smoothing to the binary map in order to improve accuracy in object identification.
  • the threshold for generating binary map D n (x,y) may be determined using one of two ways.
  • a first way may be used when a majority of the images is generally observed to be static background.
  • MAD median [S n (x, y) ⁇ MED ]; V (x, y ) ⁇ F n ,
  • TH MED + 3 * A * MAD
  • TH the threshold
  • the value of the normal distribution of the normalized factor, which is equal to 1 .482.
  • a second way may be used when less than a majority of the images is not observed to be static background. In the second way, the mean gray value of the current frame is used as the threshold.
  • computer system 16 determines if the object area includes a moving object based on the size and/or the shape of the object area.
  • Thresholds for the size and the shape of the object area depend on the particular application, such as the size of scene 6 captured by camera 2 relative to the size of vehicles 12. If computer system 16 determines the object area includes a moving object, decision block 1 16 may be followed by object recognition at blocks 1 18, 120, 122, and 124 before determining if method 100 should continue in decision block 126. Otherwise decision block 1 16 may be followed by decision block 126.
  • computer system 16 applies shadow detection and removal to the object area in order to improve the accuracy of subsequent object recognition. Since shadows impact image brightness, some conventional methods detect and remove shadows based on the relationship between the grayscale values of the foreground frame and the background frame. However, shadow free pixels may be mistakenly removed if the grayscale value is the only criterion. Therefore, computer system 16 performs shadow detection and removal based on the relationship between the grayscale values of the foreground frame and the background frame, as well as the relationship between the vectors representing the foreground frame and the background frame in a certain color space.
  • a shadow region Shadow(x,y) is determined in the HSV (hue, saturation and value) color space.
  • the shadow region Shadow(x,y) may be defined as follows:
  • B v (x,y) is a value component representing the background frame at a corresponding pixel location (x,y) according to HSV color space;
  • F v (x,y) is a value component representing the foreground frame at the corresponding pixel location (x,y) according to HSV color space; and A, B, C, D are predetermined values ranging between 0 and 1 .
  • computer system 16 performs edge detection to obtain an edge map of the object area and determines a length to width ratio of the object area in terms of pixel number.
  • Computer system 16 may perform edge detection using an edge detector such as Canny edge detector, Roberts edge detector, Sobel edge detector, Prewitt edge detector, or other types of edge detectors.
  • Computer system 16 may have access to a library of templates of target objects.
  • the library may be created before method 100 is performed.
  • photos of the target object is taken at multiple angles. For example, a picture may be taken approximately every 3 degrees within approximately ⁇ 15 degrees of the front of a vehicle.
  • the same edge detector used at block 120 may be used to obtain an edge map of each photo, and the length to width ratio of the target object in each photo is calculated. The edge map and the length/width ratio are saved as a template of the target object.
  • computer system 16 performs object recognition to determine if the object area matches one of the templates of the target objects.
  • computer system 16 only compares the edge map of the object area against the templates that have similar length/width ratios (e.g., having differences less than a threshold).
  • Computer system 16 normalizes the edge map of the object area and the selected templates so that they have the same size and shape (e.g., 100x200 pixels).
  • computer system 16 determines the Hausdorff distance between the edge map of the object area and each selected template. If the Hausdorff distance does not exceed a predetermined distance, computer system 16 determines that the moving object in the foreground frame matches the target object of a selected template. Computer system 16 may obtain a number of target objects that match the moving object in the foreground frame. When that occurs, computer system 16 may select the target object of the template that results in the smallest Hausdorff distance as the target object that best matches the moving object in the foreground frame.
  • computer system 16 may overlap the normalized edge map of a selected template ("first normalized edge map”) and the normalized edge map of the object area (“second normalized edge map”) in various positions and determine corresponding matching scores.
  • Computer system 16 may set the Hausdorff distance for the selected template and the object area as the minimum matching score.
  • computer system 16 overlaps the first and the second
  • Computer system 16 selects M reference points on the edges in the first normalized edge map of the selected template and then, for each reference point, determines the closest target point on the edges in the second normalized edge map of the object area, or vice versa.
  • Computer system 16 searches within circled regions centered at each reference point and having radii 1 , 2, R in terms of pixel number. If the closest target point to a reference point is located within a circled region centered at the reference point and having an rth radius among the R radii (the rth radius is the shortest among all other possible radii whose lengths do not exceed R), computer system 16 sets the distance value of the reference point to the value of the rth radius.
  • radius R may be set to 1/10 to 1/20 of the border length. If no target point is located within a circled region having the radius R, computer system 16 sets the distance value of the reference point to R. The same calculation is repeated for all reference points, and M corresponding distance values is acquired. Next, the first n smallest distance values among the M distance values are summed up as the matching score E of the object area and the selected template.
  • Other positions may be achieved by moving one of the first and the second normalized edge maps in a predetermined direction for a predetermined distance after positioning the first and the second normalized edge maps in the first position. For example, the first normalized edge map may be moved
  • the matching scores E' after each shift are calculated in the same manner as previously described. If the matching scores E' is smaller than the matching score E, then the matching score E is set to the matching score E'. The final Hausdorff distance for the edge map of the object area and the selected template is set equal to the matching score E divided by n.
  • computer system 16 outputs the recognition result of block 122 on a display.
  • the recognition result may be used for many applications.
  • the present disclosure may be used to monitor and control traffic at an intersection.
  • the recognition result identifies the amount of traffic and the types of vehicles. These information may be used to make real-time traffic guidance and control, which help to reduce congestion, traffic delays, and the probability of traffic accidents.
  • the present disclosure may be used for identifying moving vehicles for surveillance and investigative purposes.
  • the police may need to locate a vehicle of interest.
  • the video received at block 102 may be obtained from surveillance cameras located throughout a region where the object of interest is likely present, such as street corners, shops, public facilities, airports, railway stations, toll bridges, tunnels and tolled booths along highways or parking lots, etc.
  • subsequent measures may be taken, such as automatically notifying the relevant authority of the current location of the identified object for issuing ticket or making an arrest.
  • decision block 126 computer system 16 determines if method 100 is to end or continue. For example, method 100 may be set to run for a predetermined period of time or computer 16 may receive an external command to end method 100. If method 100 is to end, decision block 126 may be followed by end block 128, which ends method 100. If method 100 is to continue, decision block 126 may be followed by block 127.
  • F n (x,y) is a pixel value in the current foreground frame at the pixel
  • B n (x,y) is a pixel value in the current background frame at the pixel location (x,y);
  • B n +i(x,y) is a pixel value in the updated background frame at the pixel location (x,y);
  • a and ⁇ are predetermined factors.
  • Factor a reflects how the background area of the current foreground frame F n influences the current background frame B n , and that influence is used to generate the background area in the updated background frame B n +i .
  • Factor ⁇ reflects how the object area (regardless of whether it includes a moving object or not) of the current foreground frame F n influences the current background frame B n , and that influence is used to generate the object area in the updated background frame B n +i .
  • an object enters a current foreground frame stops, and remains stationary for a period of time, that object becomes part of the background for subsequent foreground frames.
  • the object may be misidentified as a moving object in each of the subsequent foreground frames in conventional methods.
  • factor ⁇ may be set according to the current speed of the moving object, the frame length, or the frame period. In one or more embodiments of the present disclosure, if the value of F n (x,y) - B n (x,y) falls in the positive range, factor ⁇ may be set to 2.
  • factor ⁇ may be set to -2. If the value of F n (x,y) - B n (x,y) is zero (e.g., static background), factor ⁇ may be set to zero to produce no change .
  • Fig. 4 is a block diagram of an illustrative embodiment of a computer program product 160 for implementing a method for identifying a moving object in a video.
  • Computer program product 160 may include a signal bearing medium 162.
  • Signal bearing medium 162 may include one or more sets of executable instructions 164 that, when executed by, for example, a processor, may provide the functionality described above with respect to Figs. 1 and 3.
  • a processor of computer system 16 may undertake one or more of the blocks shown in Fig. 3 in response to instructions 164 conveyed to computer system 16 by signal bearing medium 162.
  • signal bearing medium 164 may encompass a non- transitory computer readable medium 168, such as, but not limited to, a hard disk drive, a Compact Disc (CD), a Digital Video Disk (DVD), a digital tape, memory, etc.
  • signal bearing medium 162 may encompass a recordable medium 170, such as, but not limited to, memory, read/write (R/W) CDs, R/W DVDs, etc.
  • signal bearing medium 162 may encompass a communications medium 166, such as, but not limited to, a digital and/or an analog communication medium (e.g., a fiber optic cable, a waveguide, a wired
  • computer program product 160 may be wirelessly conveyed to connputer system 16 by signal bearing medium 162, where signal bearing medium 162 is conveyed to computer system 16 by a wireless communications medium 166 (e.g., a wireless communications medium conforming with the IEEE 802.1 1 standard).
  • Computer program product 160 may be recorded on non-transitory computer readable medium 168 or another similar recordable medium 170.
  • FIG. 5 is a block diagram of an illustrative embodiment of a computing device 400 configured to implement a method for identifying a moving object in a video.
  • computing device 400 typically includes one or more processors 404 and a system memory 406.
  • a memory bus 408 may be used for communicating between processor 404 and system memory 406.
  • processor 404 may be of any type including but not limited to a microprocessor ( ⁇ ), a microcontroller ( C), a digital signal processor (DSP), or any combination thereof.
  • Processor 404 may include one more levels of caching, such as a level one cache 410 and a level two cache 412, a processor core 414, and registers 416.
  • An example processor core 414 may include an arithmetic logic unit (ALU), a floating point unit (FPU), a digital signal processing core (DSP Core), or any combination thereof.
  • An example memory controller 418 may also be used with processor 404, or in some implementations memory controller 418 may be an internal part of processor 404.
  • system memory 406 may be of any type including but not limited to volatile memory (such as RAM), non-volatile memory (such as ROM, flash memory, etc.) or any combination thereof.
  • System memory 406 may include an operating system 420, one or more applications 422, and program data 424.
  • Applications 422 may include an object identification algorithm 426 that is arranged to perform method 100 of Fig. 3.
  • Program data 424 may include video and template data 428 that may be useful for operating object identification algorithm 426 as is described in the present disclosure.
  • applications 422 may be arranged to operate with program data 424 on operating system 420 such that implementations of object identification may be provided as described in the present disclosure.
  • This described basic configuration 402 is illustrated in FIG. 5 by those components within the inner dashed line.
  • Computing device 400 may have additional features or functionality, and additional interfaces to facilitate communications between basic configuration 402 and any required devices and interfaces.
  • a bus/interface controller 430 may be used to facilitate communications between basic configuration 402 and one or more data storage devices 432 via a storage interface bus 434.
  • Data storage devices 432 may be removable storage devices 436, non-removable storage devices 438, or a combination thereof. Examples of removable storage and non-removable storage devices include magnetic disk devices such as flexible disk drives and hard- disk drives (HDD), optical disk drives such as compact disk (CD) drives or digital versatile disk (DVD) drives, solid state drives (SSD), and tape drives to name a few.
  • Example computer storage media may include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data.
  • System memory 406, removable storage devices 436 and non-removable storage devices 438 are examples of computer storage media.
  • Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which may be used to store the desired information and which may be accessed by computing device 400. Any such computer storage media may be part of computing device 400.
  • Computing device 400 may also include an interface bus 440 for facilitating communication from various interface devices (e.g., output devices 442, peripheral interfaces 444, and communication devices 446) to basic configuration 402 via bus/interface controller 430.
  • Example output devices 442 include a graphics processing unit 448 and an audio processing unit 450, which may be configured to communicate to various external devices such as a display or speakers via one or more A/V ports 452.
  • Example peripheral interfaces 444 include a serial interface controller 454 or a parallel interface controller 456, which may be configured to communicate with external devices such as input devices (e.g., keyboard, mouse, pen, voice input device, touch input device, etc.) or other peripheral devices (e.g., printer, scanner, etc.) via one or more I/O ports 458.
  • An example communication device 446 includes a network controller 460, which may be arranged to facilitate communications with one or more other computing devices 462 over a network communication link via one or more communication ports 464.
  • the network communication link may be one example of a communication media.
  • Communication media may typically be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and may include any information delivery media.
  • a "modulated data signal" may be a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
  • communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), microwave, infrared (IR) and other wireless media.
  • RF radio frequency
  • IR infrared
  • the term computer readable media as used herein may include both storage media and communication media.
  • Computing device 400 may be implemented as a portion of a small-form factor portable (or mobile) electronic device such as a cell phone, a personal data assistant (PDA), a personal media player device, a wireless web-watch device, a personal headset device, an application specific device, or a hybrid device that include any of the above functions.
  • a small-form factor portable (or mobile) electronic device such as a cell phone, a personal data assistant (PDA), a personal media player device, a wireless web-watch device, a personal headset device, an application specific device, or a hybrid device that include any of the above functions.
  • PDA personal data assistant
  • Computing device 400 may also be implemented as a personal computer including both laptop computer and non-laptop computer configurations.
  • the implementer may opt for a mainly hardware and/or firmware vehicle; if flexibility is paramount, the implementer may opt for a mainly software implementation; or, yet again alternatively, the implementer may opt for some combination of hardware, software, and/or firmware.
  • a signal bearing medium examples include, but are not limited to, the following: a recordable type medium such as a floppy disk, a hard disk drive, a Compact Disc (CD), a Digital Video Disk (DVD), a digital tape, a computer memory, etc.; and a transmission type medium such as a digital and/or an analog communication medium (e.g., a fiber optic cable, a waveguide, a wired
  • a typical data processing system generally includes one or more of a system unit housing, a video display device, a memory such as volatile and non-volatile memory, processors such as microprocessors and digital signal processors, computational entities such as operating systems, drivers, graphical user interfaces, and applications programs, one or more interaction devices, such as a touch pad or screen, and/or control systems including feedback loops and control motors (e.g., feedback for sensing position and/or velocity; control motors for moving and/or adjusting components and/or quantities).
  • a typical data processing system may be implemented utilizing any suitable commercially available components, such as those typically found in data computing/communication and/or network computing/communication systems.
  • any arrangement of components to achieve the same functionality is effectively “associated” such that the desired functionality is achieved.
  • any two components herein combined to achieve a particular functionality can be seen as “associated with” each other such that the desired functionality is achieved, irrespective of architectures or intermedial
  • any two components so associated can also be viewed as being “operably connected”, or “operably coupled”, to each other to achieve the desired functionality, and any two components capable of being so associated can also be viewed as being “operably couplable”, to each other to achieve the desired functionality.
  • operably couplable include but are not limited to physically mateable and/or physically interacting components and/or wirelessly interactable and/or wirelessly interacting components and/or logically interacting and/or logically interactable components.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Medical Informatics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Image Analysis (AREA)

Abstract

A method for identifying objects in a video is provided. The method includes the steps of generating a background frame and a foreground frame based on the video, comparing the foreground and the background frames at each corresponding location, acquiring an object area based on the comparison, determining if the object area contains a moving object based on size and shape of the object area, identifying the moving object against templates of target objects, and updating the background frame according to the comparison.

Description

METHOD FOR IDENTIFYING OBJECTS IN VIDEO
BACKGROUND
[0001] The need for effective security and surveillance is ever increasing. Video surveillance systems typically utilize one or more sensors, such as closed circuit television (CCTV) and infrared cameras, radars, etc., placed at various locations about an area of interest. Effective surveillance of the area requires fast and accurate identification of objects in the video captured by such systems.
SUMMARY
[0002] In at least some embodiments of the present disclosure, a method for identifying a moving object in a video includes generating a background frame and a foreground based on the video, comparing the foreground and the background frames at each corresponding location, acquiring an object area based on the comparison, determining if the object area contains a moving object based on size and shape of the object area, identifying the moving object against templates of target objects, and updating the background frame according to the comparison.
[0003] The foregoing summary is illustrative only and is not intended to be in any way limiting. In addition to the illustrative aspects, embodiments, and features described above, further aspects, embodiments, and features will become apparent by reference to the drawings and the following detailed description.
BRIEF DESCRIPTION OF THE DRAWINGS
[0004] FIG. 1 is a diagram of an illustrative embodiment of a system for identifying a moving object in a video.
[0005] FIG. 2 is a diagram of an example sequence of frames.
[0006] FIG. 3 is a flowchart of an illustrative embodiment of a method for identifying a moving object in a video.
[0007] Fig. 4 is a block diagram of an illustrative embodiment of a computer program product for implementing a method for identifying a moving object in a video. [0008] Fig. 5 is a block diagram of an illustrative embodiment of a computing device suitable for implementing a method for identifying a moving object in a video.
DETAILED DESCRIPTION
[0009] In the following detailed description, reference is made to the accompanying drawings, which form a part hereof. In the drawings, similar symbols typically identify similar components, unless context dictates otherwise. The illustrative embodiments described in the detailed description, drawings, and claims are not meant to be limiting. Other embodiments may be utilized, and other changes may be made, without departing from the spirit or scope of the subject matter presented herein. It will be readily understood that the aspects of the present disclosure, as generally described herein, and illustrated in the Figures, can be arranged, substituted, combined, separated, and designed in a wide variety of different configurations, all of which are explicitly contemplated herein.
[0010] This disclosure is drawn, inter alia, to techniques, systems, and methods for identifying a moving object in a video.
[001 1 ] FIG. 1 is a diagram of an illustrative embodiment of a system for identifying a moving object in a video. As depicted, a video camera 2 is positioned above a roadway 4 to capture a scene 6. Scene 6 includes various stationary objects such as trees 7, a barrier 8, light poles 9, and position markers 10. Scene 6 may also contain moving objects such as vehicles 12. Video camera 2 outputs a streaming video to a computer system 16.When computer system 16 is remotely located (i.e., computer system 16 is located away from video camera 2), local telecom equipment 14 may relay the video from video camera 2 to computer system 16. The video may be in any standard digital format.
[0012] Computer system 16 identifies a moving object in the video in real time or from playback of the video in storage. FIG. 2 is a diagram of an example sequence of frames 50. Frames 50 may be suitable for processing by computer system 16. As depicted, frames 50 includes frames 50-1 , 50-2, 50-3, and 50-n. Computer system 16 initially selects a frame, such as frame 50-1 , and sets the selected frame as a background frame. Computer system 16 then selects a following frame in frames 50, such as frame 50-2, and sets the selected frame as a foreground frame for comparison with the background frame to identify any moving object in the foreground frame. Computer system 16 updates the background frame based on the comparison of the background and the foreground frames. Computer system 16 then repeats the process by selecting a following frame in frames 50, such as frame 50-3, and sets the selected frame as the new foreground frame.
[0013] FIG. 3 is a flowchart of an illustrative embodiment of a method 100 for identifying a moving object in a video. Method 100 may include one or more operations, functions or actions as illustrated by one or more of blocks 104, 106, 108, 1 10, 1 12, 1 14, 1 16, 1 18, 120, 122, 124, 126, 127, and/or 128. The various blocks may be combined into fewer blocks, divided into additional blocks, and/or eliminated based upon the desired implementation. Depending on the desired configuration, method 100 may be performed by computer system 16.
[0014] Method 100 processes each frame in the video when the frame frequency is 30 frames per second or less. When the frame rate is greater than 30 frames per second, some frames are skipped based on a treatment frequency determined using Shannon's law.
[0015] Processing for method 100 may begin at block 104, "Select a frame in a video for processing." Block 104 may be followed by block 106, "Set the selected frame as the background frame Bn." Block 106 may be followed by block 108, "Select a following frame in the video for processing." Block 108 may be followed by block 1 10, "Set the selected frame as foreground frame Fn."
[0016] Block 1 10 may be followed by block 1 12, "Determine differences between frames Fn and Bn at corresponding locations." Block 1 12 may be followed by block 1 14, "Generate a binary map and identify any object area therein." Block 1 14 may be followed by decision block 1 16, "Object area includes a moving object?". If the object area includes a moving object, decision block 1 16 may be followed by block 1 18, "Apply shadow detection/removal." If the object area does not include a moving object, decision block 1 16 may be followed by decision block 126, "End?" [0017] Block 1 18 may be followed by block 120, "Apply edge detection." Block 120 may be followed by block 122, "Perform object recognition." Block 122 may be followed by block 124, Output recognition result." Block 124 may be followed by decision bock 126, "End?". If method 100 is to end, decision block 126 may proceed to end block 128. If method 100 is to continue, decision block 126 may be followed by block 127, "Update the background frame Bn according to the differences between frames Bn and Fn at corresponding locations," which may then return to block 108. Details of the blocks are described hereafter.
[0018] At block 104, computer system 16 selects a frame in the video for processing. At block 106, computer system 16 sets the selected frame as the background frame Bn. At block 108, computer system 16 selects a following frame in the video for processing. At block 1 10, computer system 16 sets the selected frame as the foreground frame Fn. At blocks 1 12, 1 14 and 1 16, the background frame Bn is used as a reference for identifying moving objects in the foreground frame Fn.
[0019] In an illustrative embodiment of the processing of block 1 12, computer system 16 converts the foreground frame Fn and the background frame Bn into grayscale images (a foreground image and a background image, respectively) in which each pixel has a grayscale value ranging between 0 and 255. The grayscale value of the foreground image at a pixel location (x, y) is represented by Fn(x, y), while the grayscale value of the background image at the pixel location (x, y) is represented by Bn(x, y). Computer system 16 then determines the pixel-to-pixel difference between the foreground frame Fn and the background frame Bn at each corresponding pixel location.
[0020] In another illustrative embodiment of the processing of block 1 12, computer system 16 divides the foreground frame Fn and the background frame Bn into corresponding blocks (e.g., blocks of 4x4 or 8x8 pixels). Computer system 16 then determines the block-to-block difference between the foreground frame Fn and the background frame Bn at each corresponding block location. Computer system 16 uses the average grayscale values of the pixels in the blocks for comparison instead of using the grayscale value of each single pixel, thereby shortening computing time. [0021 ] At block 1 14, computer system 16 generates a binary map Dn(x,y) based on the result of block 1 12. For example, computer system 16 sets a bit in the binary map Dn(x,y) to 1 when the difference between the foreground frame Fn and the background frame Bn at a corresponding pixel or block location exceeds a threshold, and the computer system sets the bit to 0 otherwise. In other words, an area of the foreground frame Fn that corresponds to an area of the binary map marked with bit "1 " is determined to be an area that possibly includes a moving object (i.e., an object area), and an area of the foreground frame that corresponds to an area of the binary map marked with bit "0" in the binary map is determined to be the background (i.e., a background area). In one or more embodiments of the present disclosure, computer system 16 may apply noise-filtering or edge-smoothing to the binary map in order to improve accuracy in object identification.
[0022] In one or more embodiments of the present disclosure, the threshold for generating binary map Dn(x,y) may be determined using one of two ways. A first way may be used when a majority of the images is generally observed to be static background. The first way determines the threshold based on the histogram of the differences between the foreground frame Fn and the background frame Bn as follows: s» (x> y) = \F» (x> y)- B» (x> y] >
MED = median
Figure imgf000006_0001
V(x, y) e Fn ,
MAD = median [Sn (x, y) ~ MED ]; V (x, y ) ε Fn ,
TH = MED + 3 * A * MAD where TH is the threshold, and λ is the value of the normal distribution of the normalized factor, which is equal to 1 .482. A second way may be used when less than a majority of the images is not observed to be static background. In the second way, the mean gray value of the current frame is used as the threshold.
[0023] In decision block 1 16, computer system 16 determines if the object area includes a moving object based on the size and/or the shape of the object area.
Thresholds for the size and the shape of the object area depend on the particular application, such as the size of scene 6 captured by camera 2 relative to the size of vehicles 12. If computer system 16 determines the object area includes a moving object, decision block 1 16 may be followed by object recognition at blocks 1 18, 120, 122, and 124 before determining if method 100 should continue in decision block 126. Otherwise decision block 1 16 may be followed by decision block 126.
[0024] At block 1 18, computer system 16 applies shadow detection and removal to the object area in order to improve the accuracy of subsequent object recognition. Since shadows impact image brightness, some conventional methods detect and remove shadows based on the relationship between the grayscale values of the foreground frame and the background frame. However, shadow free pixels may be mistakenly removed if the grayscale value is the only criterion. Therefore, computer system 16 performs shadow detection and removal based on the relationship between the grayscale values of the foreground frame and the background frame, as well as the relationship between the vectors representing the foreground frame and the background frame in a certain color space.
[0025] In some embodiments, a shadow region Shadow(x,y) is determined in the HSV (hue, saturation and value) color space. The shadow region Shadow(x,y) may be defined as follows:
Shadow(x,y)=
Figure imgf000007_0001
0, elsewhere
wherein Bv(x,y) is a value component representing the background frame at a corresponding pixel location (x,y) according to HSV color space;
Fv(x,y) is a value component representing the foreground frame at the corresponding pixel location (x,y) according to HSV color space; and A, B, C, D are predetermined values ranging between 0 and 1 .
[0026] In HSV color space, a shadow affects all of the hue, saturation, and value components of the image but only the value component exhibits regularity in its behavior. Therefore, computer system 16 generates the shadow region Shadow(x,y) according to the variations in the grayscale values and the value components of the foreground frame and the background frame, thereby increasing the accuracy in shadow detection. Shadow removal may be performed by removing a shadow pixel from the object area at a bit location (x,y) where Shadow(x,y)=1 . The values of A, B, C and D may vary according to application. In one or more embodiments of the present disclosure, A=0.5, B=0.6, C=0.8 and D=1 .5 may be adopted based on experimental results.
[0027] At block 120, computer system 16 performs edge detection to obtain an edge map of the object area and determines a length to width ratio of the object area in terms of pixel number. Computer system 16 may perform edge detection using an edge detector such as Canny edge detector, Roberts edge detector, Sobel edge detector, Prewitt edge detector, or other types of edge detectors.
[0028] Computer system 16 may have access to a library of templates of target objects. The library may be created before method 100 is performed. For each target object to be recognized by method 100, photos of the target object is taken at multiple angles. For example, a picture may be taken approximately every 3 degrees within approximately ±15 degrees of the front of a vehicle. The same edge detector used at block 120 may be used to obtain an edge map of each photo, and the length to width ratio of the target object in each photo is calculated. The edge map and the length/width ratio are saved as a template of the target object.
[0029] At block 122, computer system 16 performs object recognition to determine if the object area matches one of the templates of the target objects. In an illustrative embodiment, computer system 16 only compares the edge map of the object area against the templates that have similar length/width ratios (e.g., having differences less than a threshold). Computer system 16 normalizes the edge map of the object area and the selected templates so that they have the same size and shape (e.g., 100x200 pixels).
[0030] Next, computer system 16 determines the Hausdorff distance between the edge map of the object area and each selected template. If the Hausdorff distance does not exceed a predetermined distance, computer system 16 determines that the moving object in the foreground frame matches the target object of a selected template. Computer system 16 may obtain a number of target objects that match the moving object in the foreground frame. When that occurs, computer system 16 may select the target object of the template that results in the smallest Hausdorff distance as the target object that best matches the moving object in the foreground frame.
[0031 ] In one or more embodiments of the present disclosure, computer system 16 may overlap the normalized edge map of a selected template ("first normalized edge map") and the normalized edge map of the object area ("second normalized edge map") in various positions and determine corresponding matching scores. Computer system 16 may set the Hausdorff distance for the selected template and the object area as the minimum matching score.
[0032] For example, computer system 16 overlaps the first and the second
normalized edge maps border-by-border without any offset in any direction in a first position. Computer system 16 selects M reference points on the edges in the first normalized edge map of the selected template and then, for each reference point, determines the closest target point on the edges in the second normalized edge map of the object area, or vice versa. Computer system 16 searches within circled regions centered at each reference point and having radii 1 , 2, R in terms of pixel number. If the closest target point to a reference point is located within a circled region centered at the reference point and having an rth radius among the R radii (the rth radius is the shortest among all other possible radii whose lengths do not exceed R), computer system 16 sets the distance value of the reference point to the value of the rth radius. Based on experimental results, radius R may be set to 1/10 to 1/20 of the border length. If no target point is located within a circled region having the radius R, computer system 16 sets the distance value of the reference point to R. The same calculation is repeated for all reference points, and M corresponding distance values is acquired. Next, the first n smallest distance values among the M distance values are summed up as the matching score E of the object area and the selected template. The value of n is defined as follows: n=[h*p], wherein 0<h≤ 1 (typically 0.6-0.8); and p is the number of pixels in the first/second normalized edge maps. [0033] Other positions may be achieved by moving one of the first and the second normalized edge maps in a predetermined direction for a predetermined distance after positioning the first and the second normalized edge maps in the first position. For example, the first normalized edge map may be moved
upwards/downwards/rightwards/leftwards with respect to the second normalized edge map from the first orientation for a predetermined number of times, and the distance of each shift may be equal to the length of one pixel. The matching scores E' after each shift are calculated in the same manner as previously described. If the matching scores E' is smaller than the matching score E, then the matching score E is set to the matching score E'. The final Hausdorff distance for the edge map of the object area and the selected template is set equal to the matching score E divided by n.
[0034] At block 124, computer system 16 outputs the recognition result of block 122 on a display. The recognition result may be used for many applications.
[0035] In one application, the present disclosure may be used to monitor and control traffic at an intersection. The recognition result identifies the amount of traffic and the types of vehicles. These information may be used to make real-time traffic guidance and control, which help to reduce congestion, traffic delays, and the probability of traffic accidents.
[0036] In one application, the present disclosure may be used for identifying moving vehicles for surveillance and investigative purposes. For example, the police may need to locate a vehicle of interest. The video received at block 102 may be obtained from surveillance cameras located throughout a region where the object of interest is likely present, such as street corners, shops, public facilities, airports, railway stations, toll bridges, tunnels and tolled booths along highways or parking lots, etc. Once an object matching the vehicle of interest has been identified, subsequent measures may be taken, such as automatically notifying the relevant authority of the current location of the identified object for issuing ticket or making an arrest.
[0037] In decision block 126, computer system 16 determines if method 100 is to end or continue. For example, method 100 may be set to run for a predetermined period of time or computer 16 may receive an external command to end method 100. If method 100 is to end, decision block 126 may be followed by end block 128, which ends method 100. If method 100 is to continue, decision block 126 may be followed by block 127.
[0038] At block 127, computer system 16 updates background frame Bn as follows: * Bn (x, y) + (1 - a) * Fn (x, y), when Dn (x, y) = 0
Figure imgf000011_0001
Bn (x, y) + β, when Dn (x, y) = 1
wherein Fn(x,y) is a pixel value in the current foreground frame at the pixel
location (x,y);
Bn(x,y) is a pixel value in the current background frame at the pixel location (x,y);
Bn+i(x,y) is a pixel value in the updated background frame at the pixel location (x,y); and
a and β are predetermined factors.
[0039] Factor a reflects how the background area of the current foreground frame Fn influences the current background frame Bn, and that influence is used to generate the background area in the updated background frame Bn+i . In one or more embodiments of the present disclosure, a may be chosen between 0 and 1 based on different background environments. For example, in the background area marked by Dn(x,y)=0, the updated background frame Bn+i is the average of the current foreground frame Fn and the current background frame Bn when factor a is 0.5. With this approach, the updated background frame Bn+i provides a better reference for the subsequent foreground frame since it includes possible variations in the background environment.
[0040] Factor β reflects how the object area (regardless of whether it includes a moving object or not) of the current foreground frame Fn influences the current background frame Bn, and that influence is used to generate the object area in the updated background frame Bn+i . When an object enters a current foreground frame, stops, and remains stationary for a period of time, that object becomes part of the background for subsequent foreground frames. The object may be misidentified as a moving object in each of the subsequent foreground frames in conventional methods. In the present disclosure, the corresponding background frames for these
subsequent foreground frames are updated so as to include the object in the background, thereby improving the accuracy for identifying other moving objects. When an object that had remained stationary for a period of time in previous foreground frames leaves a current foreground frame, the corresponding background frame of the subsequent foreground frame may be updated so as to exclude the object from the background. Therefore, factor β may be set according to the current speed of the moving object, the frame length, or the frame period. In one or more embodiments of the present disclosure, if the value of Fn(x,y) - Bn(x,y) falls in the positive range, factor β may be set to 2. If the value of Fn(x,y) - Bn(x,y) falls in the negative range, factor β may be set to -2. If the value of Fn(x,y) - Bn(x,y) is zero (e.g., static background), factor β may be set to zero to produce no change .
[0041 ] Fig. 4 is a block diagram of an illustrative embodiment of a computer program product 160 for implementing a method for identifying a moving object in a video. Computer program product 160 may include a signal bearing medium 162. Signal bearing medium 162 may include one or more sets of executable instructions 164 that, when executed by, for example, a processor, may provide the functionality described above with respect to Figs. 1 and 3. Thus, for example, referring to computer system 16 of Fig. 1 , a processor of computer system 16 may undertake one or more of the blocks shown in Fig. 3 in response to instructions 164 conveyed to computer system 16 by signal bearing medium 162.
[0042] In some implementations, signal bearing medium 164 may encompass a non- transitory computer readable medium 168, such as, but not limited to, a hard disk drive, a Compact Disc (CD), a Digital Video Disk (DVD), a digital tape, memory, etc. In some implementations, signal bearing medium 162 may encompass a recordable medium 170, such as, but not limited to, memory, read/write (R/W) CDs, R/W DVDs, etc. In some implementations, signal bearing medium 162 may encompass a communications medium 166, such as, but not limited to, a digital and/or an analog communication medium (e.g., a fiber optic cable, a waveguide, a wired
communications link, a wireless communication link, etc.). Thus, for example, referring to computer system 16 of Fig. 1 , computer program product 160 may be wirelessly conveyed to connputer system 16 by signal bearing medium 162, where signal bearing medium 162 is conveyed to computer system 16 by a wireless communications medium 166 (e.g., a wireless communications medium conforming with the IEEE 802.1 1 standard). Computer program product 160 may be recorded on non-transitory computer readable medium 168 or another similar recordable medium 170.
[0043] Fig. 5 is a block diagram of an illustrative embodiment of a computing device 400 configured to implement a method for identifying a moving object in a video. In a very basic configuration 402, computing device 400 typically includes one or more processors 404 and a system memory 406. A memory bus 408 may be used for communicating between processor 404 and system memory 406.
[0044] Depending on the desired configuration, processor 404 may be of any type including but not limited to a microprocessor (μΡ), a microcontroller ( C), a digital signal processor (DSP), or any combination thereof. Processor 404 may include one more levels of caching, such as a level one cache 410 and a level two cache 412, a processor core 414, and registers 416. An example processor core 414 may include an arithmetic logic unit (ALU), a floating point unit (FPU), a digital signal processing core (DSP Core), or any combination thereof. An example memory controller 418 may also be used with processor 404, or in some implementations memory controller 418 may be an internal part of processor 404.
[0045] Depending on the desired configuration, system memory 406 may be of any type including but not limited to volatile memory (such as RAM), non-volatile memory (such as ROM, flash memory, etc.) or any combination thereof. System memory 406 may include an operating system 420, one or more applications 422, and program data 424. Applications 422 may include an object identification algorithm 426 that is arranged to perform method 100 of Fig. 3. Program data 424 may include video and template data 428 that may be useful for operating object identification algorithm 426 as is described in the present disclosure. In some embodiments, applications 422 may be arranged to operate with program data 424 on operating system 420 such that implementations of object identification may be provided as described in the present disclosure. This described basic configuration 402 is illustrated in FIG. 5 by those components within the inner dashed line.
[0046] Computing device 400 may have additional features or functionality, and additional interfaces to facilitate communications between basic configuration 402 and any required devices and interfaces. For example, a bus/interface controller 430 may be used to facilitate communications between basic configuration 402 and one or more data storage devices 432 via a storage interface bus 434. Data storage devices 432 may be removable storage devices 436, non-removable storage devices 438, or a combination thereof. Examples of removable storage and non-removable storage devices include magnetic disk devices such as flexible disk drives and hard- disk drives (HDD), optical disk drives such as compact disk (CD) drives or digital versatile disk (DVD) drives, solid state drives (SSD), and tape drives to name a few. Example computer storage media may include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data.
[0047] System memory 406, removable storage devices 436 and non-removable storage devices 438 are examples of computer storage media. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which may be used to store the desired information and which may be accessed by computing device 400. Any such computer storage media may be part of computing device 400.
[0048] Computing device 400 may also include an interface bus 440 for facilitating communication from various interface devices (e.g., output devices 442, peripheral interfaces 444, and communication devices 446) to basic configuration 402 via bus/interface controller 430. Example output devices 442 include a graphics processing unit 448 and an audio processing unit 450, which may be configured to communicate to various external devices such as a display or speakers via one or more A/V ports 452. Example peripheral interfaces 444 include a serial interface controller 454 or a parallel interface controller 456, which may be configured to communicate with external devices such as input devices (e.g., keyboard, mouse, pen, voice input device, touch input device, etc.) or other peripheral devices (e.g., printer, scanner, etc.) via one or more I/O ports 458. An example communication device 446 includes a network controller 460, which may be arranged to facilitate communications with one or more other computing devices 462 over a network communication link via one or more communication ports 464.
[0049] The network communication link may be one example of a communication media. Communication media may typically be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and may include any information delivery media. A "modulated data signal" may be a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), microwave, infrared (IR) and other wireless media. The term computer readable media as used herein may include both storage media and communication media.
[0050] Computing device 400 may be implemented as a portion of a small-form factor portable (or mobile) electronic device such as a cell phone, a personal data assistant (PDA), a personal media player device, a wireless web-watch device, a personal headset device, an application specific device, or a hybrid device that include any of the above functions. Computing device 400 may also be implemented as a personal computer including both laptop computer and non-laptop computer configurations.
[0051 ] There is little distinction left between hardware and software implementations of aspects of systems; the use of hardware or software is generally (but not always, in that in certain contexts the choice between hardware and software can become significant) a design choice representing cost vs. efficiency tradeoffs. There are various vehicles by which processes and/or systems and/or other technologies described herein can be effected (e.g., hardware, software, and/or firmware), and that the preferred vehicle will vary with the context in which the processes and/or systems and/or other technologies are deployed. For example, if an implementer determines that speed and accuracy are paramount, the implementer may opt for a mainly hardware and/or firmware vehicle; if flexibility is paramount, the implementer may opt for a mainly software implementation; or, yet again alternatively, the implementer may opt for some combination of hardware, software, and/or firmware.
[0052] The foregoing detailed description has set forth various embodiments of the devices and/or processes via the use of block diagrams, flowcharts, and/or examples. Insofar as such block diagrams, flowcharts, and/or examples contain one or more functions and/or operations, it will be understood by those within the art that each function and/or operation within such block diagrams, flowcharts, or examples can be implemented, individually and/or collectively, by a wide range of hardware, software, firmware, or virtually any combination thereof. In one embodiment, several portions of the subject matter described herein may be implemented via Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs), digital signal processors (DSPs), or other integrated formats. However, those skilled in the art will recognize that some aspects of the embodiments disclosed herein, in whole or in part, can be equivalently implemented in integrated circuits, as one or more computer programs running on one or more computers (e.g., as one or more programs running on one or more computer systems), as one or more programs running on one or more processors (e.g., as one or more programs running on one or more microprocessors), as firmware, or as virtually any combination thereof, and that designing the circuitry and/or writing the code for the software and or firmware would be well within the skill of one of skill in the art in light of this disclosure. In addition, those skilled in the art will appreciate that the mechanisms of the subject matter described herein are capable of being distributed as a program product in a variety of forms, and that an illustrative embodiment of the subject matter described herein applies regardless of the particular type of signal bearing medium used to actually carry out the distribution. Examples of a signal bearing medium include, but are not limited to, the following: a recordable type medium such as a floppy disk, a hard disk drive, a Compact Disc (CD), a Digital Video Disk (DVD), a digital tape, a computer memory, etc.; and a transmission type medium such as a digital and/or an analog communication medium (e.g., a fiber optic cable, a waveguide, a wired
communications link, a wireless communication link, etc.).
[0053] Those skilled in the art will recognize that it is common within the art to describe devices and/or processes in the fashion set forth herein, and thereafter use engineering practices to integrate such described devices and/or processes into data processing systems. That is, at least a portion of the devices and/or processes described herein can be integrated into a data processing system via a reasonable amount of experimentation. Those having skill in the art will recognize that a typical data processing system generally includes one or more of a system unit housing, a video display device, a memory such as volatile and non-volatile memory, processors such as microprocessors and digital signal processors, computational entities such as operating systems, drivers, graphical user interfaces, and applications programs, one or more interaction devices, such as a touch pad or screen, and/or control systems including feedback loops and control motors (e.g., feedback for sensing position and/or velocity; control motors for moving and/or adjusting components and/or quantities). A typical data processing system may be implemented utilizing any suitable commercially available components, such as those typically found in data computing/communication and/or network computing/communication systems.
[0054] The herein described subject matter sometimes illustrates different
components contained within, or connected with, different other components. It is to be understood that such depicted architectures are merely exemplary, and that in fact many other architectures can be implemented which achieve the same
functionality. In a conceptual sense, any arrangement of components to achieve the same functionality is effectively "associated" such that the desired functionality is achieved. Hence, any two components herein combined to achieve a particular functionality can be seen as "associated with" each other such that the desired functionality is achieved, irrespective of architectures or intermedial
components. Likewise, any two components so associated can also be viewed as being "operably connected", or "operably coupled", to each other to achieve the desired functionality, and any two components capable of being so associated can also be viewed as being "operably couplable", to each other to achieve the desired functionality. Specific examples of operably couplable include but are not limited to physically mateable and/or physically interacting components and/or wirelessly interactable and/or wirelessly interacting components and/or logically interacting and/or logically interactable components.
[0055] With respect to the use of substantially any plural and/or singular terms herein, those having skill in the art can translate from the plural to the singular and/or from the singular to the plural as is appropriate to the context and/or application. The various singular/plural permutations may be expressly set forth herein for sake of clarity.
[0056] It will be understood by those within the art that, in general, terms used herein, and especially in the appended claims (e.g., bodies of the appended claims) are generally intended as "open" terms (e.g., the term "including" should be interpreted as "including but not limited to," the term "having" should be interpreted as "having at least," the term "includes" should be interpreted as "includes but is not limited to," etc.). It will be further understood by those within the art that if a specific number of an introduced claim recitation is intended, such an intent will be explicitly recited in the claim, and in the absence of such recitation no such intent is present. For example, as an aid to understanding, the following appended claims may contain usage of the introductory phrases "at least one" and "one or more" to introduce claim recitations. However, the use of such phrases should not be construed to imply that the introduction of a claim recitation by the indefinite articles "a" or "an" limits any particular claim containing such introduced claim recitation to inventions containing only one such recitation, even when the same claim includes the introductory phrases "one or more" or "at least one" and indefinite articles such as "a" or "an" (e.g., "a" and/or "an" should typically be interpreted to mean "at least one" or "one or more"); the same holds true for the use of definite articles used to introduce claim
recitations. In addition, even if a specific number of an introduced claim recitation is explicitly recited, those skilled in the art will recognize that such recitation should typically be interpreted to mean at least the recited number (e.g., the bare recitation of "two recitations," without other modifiers, typically means at least two recitations, or two or more recitations). Furthermore, in those instances where a convention analogous to "at least one of A, B, and C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B, and C" would include but not be limited to systems that have A alone, B alone, C alone, A and B together, A and C together, B and C together, and/or A, B, and C together, etc.). In those instances where a convention analogous to "at least one of A, B, or C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B, or C" would include but not be limited to systems that have A alone, B alone, C alone, A and B together, A and C together, B and C together, and/or A, B, and C together, etc.). It will be further understood by those within the art that virtually any disjunctive word and/or phrase presenting two or more alternative terms, whether in the description, claims, or drawings, should be understood to contemplate the possibilities of including one of the terms, either of the terms, or both terms. For example, the phrase "A or B" will be understood to include the possibilities of "A" or "B" or "A and B."
[0057] From the foregoing, it will be appreciated that various embodiments of the present disclosure have been described herein for purposes of illustration, and that various modifications may be made without departing from the scope and spirit of the present disclosure. Accordingly, the various embodiments disclosed herein are not intended to be limiting, with the true scope and spirit being indicated by the following claims.

Claims

We Clai m :
1 . A method for identifying a moving object in a video, comprising: generating a background frame based on a first frame in the video; generating a foreground frame based on a second frame in the video, wherein the second frame follows the first frame in the video; comparing the foreground frame with the background frame at each
corresponding location; acquiring an object area including corresponding locations each having a
difference greater than a threshold; determining, using a processor, whether the object area contains a moving
object based on one or more of a size and a shape of the object area; when the object area contains a moving object, identifying, using the processor, the moving object; updating, using the processor, the background frame according to the difference between the background and the foreground frames at each corresponding location; generating an other foreground frame based on a third frame in the video,
wherein the third frame follows the second frame in the video; and repeating comparing, acquiring, and determining from the updated background frame and the other foreground frame.
2. The method of claim 1 , further comprising: converting the background and the foreground frames into grayscale images prior to comparing the foreground frame with the background frame so as to acquire a difference in grayscale values between the background and the foreground frames at each corresponding location.
3. The method of claim 2, wherein updating the background frame comprises, at each corresponding location: when the difference between the background and the foreground frames at the corresponding location does not exceed the threshold, summing (1 ) a first product of a first pixel value in the background image and a first factor and (2) a second product of a second pixel value in the foreground image and a second factor.
4. The method of claim 3, wherein updating the background frame comprises, at each corresponding location:
Bn+i(x,y)= a*Bn(x,y)+ (1 -a)*Fn(x,y) wherein Bn+i(x,y) is a pixel value in the updated background frame at a pixel
location (x,y), Bn(x,y) is a pixel value in the background frame at the pixel location (x,y), Fn(x,y) is a pixel value in the foreground frame at the pixel location (x,y), and a is a predetermined factor.
5. The method of claim 2, wherein updating the background frame comprises, at each corresponding location: when the difference between the background and the foreground frames at the corresponding location exceeds the threshold, adding a predetermined factor to a pixel value of the background image.
6. The method of claim 5, wherein updating the background frame comprises, at each corresponding location:
Bn+i(x,y)= Bn(x,y)+ wherein Bn+i(x,y) is a pixel value in the updated background frame at a pixel
location (x,y), Bn(x,y) is a pixel value in the background frame at the pixel location (x,y), and β is a predetermined factor.
7. The method of claim 1 , wherein acquiring the object area comprises: generating a binary map where a bit is set to a first value when the difference between the background and the foreground frames at a corresponding location exceeds the threshold, and the bit is set to a second value when the difference between the background and the foreground frames at the corresponding location is less than the threshold, wherein the object area comprises the corresponding locations in the foreground frame having the first value in the binary map.
8. The method of claim 7, further comprising, after acquiring the object area: removing shadow from the object area.
9. The method of claim 8, wherein removing shadow from the object area comprises: removing a shadow pixel at a bit location (x,y) by setting it to the second value
Figure imgf000022_0001
wherein Bv(x,y) is a value component representing the background frame at the bit location (x,y) according to an HSV (hue, saturation and value) color space, Fv(x,y) is a value component representing the foreground frame at the bit location (x,y) according to the HSV color space, Bn (x,y) is a grayscale value in the background frame at the bit location (x,y), Fn(x,y) is a grayscale value in the foreground frame at the bit location (x,y), and A, B, C, D are predetermined values ranging between 0 and 1 .
10. The method of claim 1 , wherein identifying the moving object comprises: acquiring a first edge map of the object area by applying edge detection to the object area; determining a ratio of a length over a width of the edge map; and selecting a template of a target object having a ratio similar to the ratio of the object area, the template comprising a second edge map.
1 1 . The method of claim 10, further comprising: acquiring templates of the target object by taking a plurality of photos of the
target object at a plurality of angles and applying edge detection to the plurality of photos of the target object.
12. The method of claim 10, wherein identifying the moving object further comprises: normalizing the first and the second edge maps.
13. The method of claim 10, wherein identifying the moving object further comprises: overlapping the first and the second edge maps at a first position; calculating a Hausdorff distance between the first and the second edge maps; and determining that the moving object contained in the object area matches the target object when the Hausdorff distance is less than a predetermined distance.
14. The method of claim 13, wherien calculating the Hausdorff distance comprises: for M reference points on edges in the second edge map, determining distances to closest target point on edges in the first edge map; select n number of the M reference points having smallest distances, wherein n is an integer smaller than M; and setting the Hausdorff distance as a quotient of a sum of the smallest distances and n.
15. The method of claim 14, further comprising: overlapping the first and the second edge maps in a second position; determining an other Hausdorff distance between the first and the second edge maps overlapped at the second position; replacing the Hausdorff distance with the other Hausdorff distance when the other Hausorff distance is less than the Hausdorff distance.
16. The method of claim 15, wherein: overlapping the first and the second edge maps in the first position comprises overlapping the first and the second edge maps border by border, and overlapping the first and the second images in the second position comprises moving one of the first and the second edge maps in a predetermined direction for a predetermined distance after overlapping the first and the second edge maps border by border.
17. The method of claim 1 , wherein identifying the moving object comprises: acquiring an object edge map of the object area by applying edge detection to the object area; determining a ratio of a length over a width of the edge map; and selecting templates of target objects having ratios similar to the ratio of the
object area, the templates comprising template edge maps; calculating Hausdorff distances between the object edge map and the template edge maps; and determining that the moving object contained in the object area matches a target object in a template when its Hausdorff distance is the smallest among the Hausdorff distances of the templates.
PCT/CN2010/075660 2010-08-03 2010-08-03 Method for identifying objects in video Ceased WO2012016374A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US13/380,819 US8873801B2 (en) 2010-08-03 2010-08-03 Identification of objects in a video
PCT/CN2010/075660 WO2012016374A1 (en) 2010-08-03 2010-08-03 Method for identifying objects in video

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2010/075660 WO2012016374A1 (en) 2010-08-03 2010-08-03 Method for identifying objects in video

Publications (1)

Publication Number Publication Date
WO2012016374A1 true WO2012016374A1 (en) 2012-02-09

Family

ID=45558905

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/075660 Ceased WO2012016374A1 (en) 2010-08-03 2010-08-03 Method for identifying objects in video

Country Status (2)

Country Link
US (1) US8873801B2 (en)
WO (1) WO2012016374A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120127013A1 (en) * 2010-11-18 2012-05-24 Koji Nishiyama Method and program for detecting object of interest, and radar device
CN104272721A (en) * 2012-05-02 2015-01-07 株式会社尼康 filming device
EP2672427A3 (en) * 2012-06-07 2016-02-10 Canon Kabushiki Kaisha Information processing apparatus and method for controlling the same, and background determination method
WO2017076613A1 (en) * 2015-11-06 2017-05-11 Siemens Aktiengesellschaft Device and method for processing an image representation representing at least one information

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012016374A1 (en) * 2010-08-03 2012-02-09 Empire Technology Development Llc Method for identifying objects in video
WO2014047856A1 (en) * 2012-09-27 2014-04-03 华为技术有限公司 Method and device for determining video foreground main image area
KR101926487B1 (en) * 2012-10-12 2018-12-07 한화테크윈 주식회사 Control method of surveillance system, and surveillance system adopting the method
JP5942771B2 (en) * 2012-10-18 2016-06-29 富士通株式会社 Image processing apparatus and image processing method
CN103793921B (en) * 2012-10-29 2017-02-22 浙江大华技术股份有限公司 Moving object extraction method and moving object extraction device
JP6261190B2 (en) * 2013-05-31 2018-01-17 キヤノン株式会社 Setting device and setting method
JP6350549B2 (en) * 2014-02-14 2018-07-04 日本電気株式会社 Video analysis system
US10242455B2 (en) * 2015-12-18 2019-03-26 Iris Automation, Inc. Systems and methods for generating a 3D world model using velocity data of a vehicle
US20170185865A1 (en) * 2015-12-29 2017-06-29 Le Holdings (Beijing) Co., Ltd. Method and electronic apparatus of image matching
JP6821398B2 (en) * 2016-11-09 2021-01-27 キヤノン株式会社 Image processing equipment, image processing methods and programs
CN109791703B (en) * 2017-08-22 2021-03-19 腾讯科技(深圳)有限公司 Generate 3D user experience based on 2D media content
US11153482B2 (en) * 2018-04-27 2021-10-19 Cubic Corporation Optimizing the content of a digital omnidirectional image
US10440239B1 (en) * 2018-10-01 2019-10-08 Interra Systems System and method for detecting presence of a living hold in a video stream
US11069085B2 (en) * 2019-02-13 2021-07-20 Toyota Research Institute, Inc. Locating a vehicle based on labeling point cloud data of a scene
US11210529B2 (en) * 2019-06-04 2021-12-28 Darvis, Inc. Automated surveillance system and method therefor
US11854266B2 (en) * 2019-06-04 2023-12-26 Darvis, Inc. Automated surveillance system and method therefor
CN117197704A (en) * 2022-05-31 2023-12-08 腾讯科技(深圳)有限公司 Identification methods, devices, equipment, media and program products for virtual objects
CN116546180B (en) * 2022-11-21 2024-02-23 马凯翔 Naked eye suspension 3D video generation method, device, equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1801930A (en) * 2005-12-06 2006-07-12 南望信息产业集团有限公司 Dubious static object detecting method based on video content analysis
CN101447082A (en) * 2008-12-05 2009-06-03 华中科技大学 Detection method of moving target on a real-time basis

Family Cites Families (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6614847B1 (en) * 1996-10-25 2003-09-02 Texas Instruments Incorporated Content-based video compression
US6263091B1 (en) * 1997-08-22 2001-07-17 International Business Machines Corporation System and method for identifying foreground and background portions of digitized images
US6532301B1 (en) * 1999-06-18 2003-03-11 Microsoft Corporation Object recognition with occurrence histograms
US6611622B1 (en) * 1999-11-23 2003-08-26 Microsoft Corporation Object recognition system and process for identifying people and objects in an image of a scene
US6901170B1 (en) * 2000-09-05 2005-05-31 Fuji Xerox Co., Ltd. Image processing device and recording medium
JP3776340B2 (en) * 2000-09-27 2006-05-17 エムヴイテック・ソフトウェア・ゲーエムベーハー Object recognition system and method
US6801662B1 (en) * 2000-10-10 2004-10-05 Hrl Laboratories, Llc Sensor fusion architecture for vision-based occupant detection
JP4122430B2 (en) * 2003-03-26 2008-07-23 独立行政法人産業技術総合研究所 Ferroelectric film
US7627171B2 (en) * 2003-07-03 2009-12-01 Videoiq, Inc. Methods and systems for detecting objects of interest in spatio-temporal signals
US20050163345A1 (en) * 2003-12-03 2005-07-28 Safehouse International Limited Analysing image data
US8159536B2 (en) * 2004-06-14 2012-04-17 Agency For Science, Technology And Research Method for detecting desired objects in a highly dynamic environment by a monitoring system
US20060018516A1 (en) * 2004-07-22 2006-01-26 Masoud Osama T Monitoring activity using video information
WO2006105541A2 (en) * 2005-03-30 2006-10-05 Sarnoff Corporation Object identification between non-overlapping cameras without direct feature matching
US7418113B2 (en) * 2005-04-01 2008-08-26 Porikli Fatih M Tracking objects in low frame rate videos
FR2885719B1 (en) * 2005-05-10 2007-12-07 Thomson Licensing Sa METHOD AND DEVICE FOR TRACKING OBJECTS IN AN IMAGE SEQUENCE
EP1790541A2 (en) * 2005-11-23 2007-05-30 MobilEye Technologies, Ltd. Systems and methods for detecting obstructions in a camera field of view
EP1969560B1 (en) * 2005-12-30 2017-04-05 Telecom Italia S.p.A. Edge-controlled morphological closing in segmentation of video sequences
US7620204B2 (en) * 2006-02-09 2009-11-17 Mitsubishi Electric Research Laboratories, Inc. Method for tracking objects in videos using covariance matrices
GB0607143D0 (en) * 2006-04-08 2006-05-17 Univ Manchester Method of locating features of an object
US8073196B2 (en) * 2006-10-16 2011-12-06 University Of Southern California Detection and tracking of moving objects from a moving platform in presence of strong parallax
WO2008103929A2 (en) * 2007-02-23 2008-08-28 Johnson Controls Technology Company Video processing systems and methods
US7995800B2 (en) * 2007-02-28 2011-08-09 Imec System and method for motion detection and the use thereof in video coding
ATE452379T1 (en) * 2007-10-11 2010-01-15 Mvtec Software Gmbh SYSTEM AND METHOD FOR 3D OBJECT RECOGNITION
US8285046B2 (en) * 2009-02-18 2012-10-09 Behavioral Recognition Systems, Inc. Adaptive update of background pixel thresholds using sudden illumination change detection
TW201133358A (en) * 2010-03-18 2011-10-01 Hon Hai Prec Ind Co Ltd System and method for detecting objects in a video image
TW201140502A (en) * 2010-05-13 2011-11-16 Hon Hai Prec Ind Co Ltd System and method for monitoring objects
WO2012016374A1 (en) * 2010-08-03 2012-02-09 Empire Technology Development Llc Method for identifying objects in video
KR101436339B1 (en) * 2010-09-15 2014-09-01 엠파이어 테크놀로지 디벨롭먼트 엘엘씨 Task assignment in cloud computing environment
US8311973B1 (en) * 2011-09-24 2012-11-13 Zadeh Lotfi A Methods and systems for applications for Z-numbers

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1801930A (en) * 2005-12-06 2006-07-12 南望信息产业集团有限公司 Dubious static object detecting method based on video content analysis
CN101447082A (en) * 2008-12-05 2009-06-03 华中科技大学 Detection method of moving target on a real-time basis

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
HU, GUOLIANG: "Vehicle Detection Tracking and Classification Technology Research Based on the Video", CHINESE MASTER'S THESES FULL-TEXT DATABASE INFORMATION SCIENCE AND TECHNOLOGY, no. 7, 15 July 2010 (2010-07-15), pages 1 - 51 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120127013A1 (en) * 2010-11-18 2012-05-24 Koji Nishiyama Method and program for detecting object of interest, and radar device
US8830113B2 (en) * 2010-11-18 2014-09-09 Furuno Electric Company Limited Method and program for detecting object of interest, and radar device
CN104272721A (en) * 2012-05-02 2015-01-07 株式会社尼康 filming device
EP2846538A4 (en) * 2012-05-02 2016-01-13 Nikon Corp IMAGE FORMING DEVICE
US11825225B2 (en) 2012-05-02 2023-11-21 Nikon Corporation Imaging sensor including an output line connected to each of a plurality of pixels arranged side-by-side in each of a row direction and a column direction
EP2672427A3 (en) * 2012-06-07 2016-02-10 Canon Kabushiki Kaisha Information processing apparatus and method for controlling the same, and background determination method
US9330304B2 (en) 2012-06-07 2016-05-03 Canon Kabushiki Kaisha Information processing apparatus and method for controlling the same
WO2017076613A1 (en) * 2015-11-06 2017-05-11 Siemens Aktiengesellschaft Device and method for processing an image representation representing at least one information

Also Published As

Publication number Publication date
US20120106797A1 (en) 2012-05-03
US8873801B2 (en) 2014-10-28

Similar Documents

Publication Publication Date Title
US8873801B2 (en) Identification of objects in a video
US11380104B2 (en) Method and device for detecting illegal parking, and electronic device
US10261574B2 (en) Real-time detection system for parked vehicles
Bulan et al. Video-based real-time on-street parking occupancy detection system
CN104350510B (en) For the method and system for distinguishing the foreground object of image and background model
KR20210019537A (en) Image processing method and apparatus, electronic device and storage medium
CN110163188B (en) Video processing and method, device and equipment for embedding target object in video
US9754178B2 (en) Long-term static object detection
US20120039508A1 (en) Target detecting method and apparatus
WO2023124133A1 (en) Traffic behavior detection method and apparatus, electronic device, storage medium, and computer program product
Jo Cumulative dual foreground differences for illegally parked vehicles detection
CN108257152B (en) Road intrusion detection method and system based on video
US20160210759A1 (en) System and method of detecting moving objects
EP1345175A2 (en) Method and apparatus for tracking moving objects in pictures
CN112699854B (en) Method and device for identifying stopped vehicle
CN107944382A (en) Method for tracking target, device and electronic equipment
JP2019121356A (en) Interference region detection apparatus and method, and electronic apparatus
KR20210060938A (en) Method for Augmenting Pedestrian Image Data Based-on Deep Learning
CN116017156A (en) Method, device and related medium for detecting and stabilizing video image shaking
KR101903523B1 (en) A Mosaic Detection Method Based on Edge Projection in Digital Video
CN115909314A (en) License plate blocking detection method, illegal parking detection method and equipment thereof
JP2023036054A (en) Target counting method, apparatus, device, and storage medium
Mousse et al. People counting via multiple views using a fast information fusion approach
KR101826669B1 (en) System and method for video searching
JP7180827B2 (en) General object recognition system

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 13380819

Country of ref document: US

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10855512

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10855512

Country of ref document: EP

Kind code of ref document: A1