Wyniki wyszukiwania dla: BACKGROUND SUBTRACTION - MOST Wiedzy

Wyszukiwarka

Wyniki wyszukiwania dla: BACKGROUND SUBTRACTION

Filtry

wszystkich: 29
wybranych: 19

wyczyść wszystkie filtry


Filtry wybranego katalogu

  • Kategoria

  • Rok

  • Opcje

wyczyść Filtry wybranego katalogu niedostępne

Wyniki wyszukiwania dla: BACKGROUND SUBTRACTION

  • Performance evaluation of parallel background subtraction on GPU platforms

    Implementation of the background subtraction algorithm on parallel GPUs is presented. The algorithm processes video streams and extracts foreground pixels. The work focuses on optimizing parallel algorithm implementation by taking into account specific features of the GPU architecture, such as memory access, data transfers and work group organization. The algorithm is implemented in both OpenCL and CUDA. Various optimizations of...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Parallel Background Subtraction in Video Streams Using OpenCL on GPU Platforms

    Publikacja

    - Rok 2014

    Implementation of the background subtraction algorithm using OpenCL platform is presented. The algorithm processes live stream of video frames from the surveillance camera in on-line mode. Processing is performed using a host machine and a parallel computing device. The work focuses on optimizing an OpenCL algorithm implementation for GPU devices by taking into account specific features of the GPU architecture, such as memory access,...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Performance Evaluation of the Parallel Codebook Algorithm for Background Subtraction in Video Stream

    A background subtraction algorithm based on the codebook approach was implemented on a multi-core processor in a parallel form, using the OpenMP system. The aim of the experiments was to evaluate performance of the multithreaded algorithm in processing video streams recorded from monitoring cameras, depending on a number of computer cores used, method of task scheduling, image resolution and degree of image content variability....

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Vehicle detector training with labels derived from background subtraction algorithms in video surveillance

    Publikacja

    Vehicle detection in video from a miniature station- ary closed-circuit television (CCTV) camera is discussed in the paper. The camera provides one of components of the intelligent road sign developed in the project concerning the traffic control with the use of autonomous devices being developed. Modern Convolutional Neural Network (CNN) based detectors need big data input, usually demanding their manual labeling. In the presented...

  • Parallel implementation of background subtraction algorithms for real-time video processing on a supercomputer platform

    Results of evaluation of the background subtraction algorithms implemented on a supercomputer platform in a parallel manner are presented in the paper. The aim of the work is to chose an algorithm, a number of threads and a task scheduling method, that together provide satisfactory accuracy and efficiency of a real-time processing of high resolution camera images, maintaining the cost of resources usage at a reasonable level. Two...

    Pełny tekst do pobrania w portalu

  • Layered background modeling for automatic detection of unattended objects in camera images

    Publikacja

    - Rok 2011

    An algorithm for automatic detection of unattended objects in video camera images is presented. First, background subtraction is performed, using an approach based on the codebook method. Results of the detection are then processed by assigning the background pixels to time slots, based on the codeword age. Using this data, moving objects detected during a chosen period may be extracted from the background model. The proposed approach...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Detection of moving objects in images combined from video and thermal cameras

    Publikacja

    - Rok 2013

    An algorithm for detection of moving objects in video streams from the monitoring cameras is presented. A system composed of a standard video camera and a thermal camera, mounted in close proximity to each other, is used for object detection. First, a background subtraction is performed in both video streams separately, using the popular Gaussian Mixture Models method. For the next processing stage, the authors propose an algorithm...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Moving object detection and tracking for the purpose of multimodal surveillance system in urban areas

    Publikacja

    - Rok 2008

    Background subtraction method based on mixture of Gaussians was employed to detect all regions in a video frame denoting moving objects. Kalman filters were used for establishing relations between the regions and real moving objects in a scene and for tracking them continuously. The objects were represented by rectangles. The objects coupling with adequate regions including the relation of many-to-many was studied experimentally...

  • System for tracking multiple trains on a test railway track

    Several problems may arise when multiple trains are to be tracked using two IP camera streams. In this work, real-life conditions are simulated using a railway track model based on the Pomeranian Metropolitan Railway (PKM). Application of automatic clustering of optical flow is investigated. A complete tracking solution is developed using background subtraction, blob analysis, Kalman filtering, and a Hungarian algorithm. In total,...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • System for tracking multiple trains on a test railway track

    Publikacja

    Several problems may arise when multiple trains are to be tracked using two IP camera streams. In this work, real-life conditions are simulated using a railway track model based on the Pomeranian Metropolitan Railway (PKM). Application of automatic clustering of optical flow is investigated. A complete tracking solution is developed using background subtraction, blob analysis, Kalman filtering, and a Hungarian algorithm. In total,...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Resolving Conflicts in Object Tracking in Video Stream Employing Key Point Matching

    Publikacja

    - Rok 2012

    A novel approach to resolving ambiguous situations in object tracking in video streams is presented. The proposed method combines standard tracking technique employing Kalman filters with global feature matching method. Object detection is performed using a background subtraction algorithm, then Kalman filters are used for object tracking. At the same time, SURF key points are detected only in image sections identified as moving...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • A framework for automatic detection of abandoned luggage in airport terminal

    Publikacja

    A framework for automatic detection of events in a video stream transmitted from a monitoring system is presented. The framework is based on the widely used background subtraction and object tracking algorithms. The authors elaborated an algorithm for detection of left and removed objects based on mor-phological processing and edge detection. The event detection algorithm collects and analyzes data of all the moving objects in...

  • Viewpoint independent shape-based object classification for video surveillance

    Publikacja

    A method for shape based object classification is presented.Unlike object dimension based methods it does not require any system calibration techniques. A number of 3D object models are utilized as a source of training dataset for a specified camera orientation. Usage of the 3D models allows to perform the dataset creation process semiautomatically. The background subtraction method is used for the purpose of detecting moving objects...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Detection of vehicles stopping in restricted zones in video from surveillance cameras

    Publikacja

    - Rok 2014

    An algorithm for detection of vehicles that stop in restricted areas, e.g. excluded by traffic rules, is proposed. Classic approaches based on object tracking are inefficient in high traffic scenes because of tracking errors caused by frequent object merging and splitting. The proposed algorithm uses the background subtraction results for detection of moving objects, then pixels belonging to moving objects are tested for stability....

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Camera Orientation-Independent Parking Events Detection

    Publikacja

    The paper describes the method for detecting precise position and time of vehicles parking in a parking lot. This task is trivial in case of favorable camera orientation but gets much more complex when an angle between the camera viewing axis and the ground is small. The method utilizes background subtraction and object tracking algorithms for detecting moving objects in a video stream. Objects are classified into vehicles and...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Performance Evaluation of Selected Parallel Object Detection and Tracking Algorithms on an Embedded GPU Platform

    Publikacja

    - Rok 2017

    Performance evaluation of selected complex video processing algorithms, implemented on a parallel, embedded GPU platform Tegra X1, is presented. Three algorithms were chosen for evaluation: a GMM-based object detection algorithm, a particle filter tracking algorithm and an optical flow based algorithm devoted to people counting in a crowd flow. The choice of these algorithms was based on their computational complexity and parallel...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Multi-core processing system for real-time image processing in embedded computer vision applications

    Publikacja

    W artykule opisano architekturę wielordzeniowego programowalnego systemu do przetwarzania obrazów w czasie rzeczywistym. Dane obrazu są przetwarzane równocześnie przez wszystkie procesory. System umożliwia niskopoziomowe przetwarzanie obrazów,np. odejmowanie tła, wykrywanie obiektów ruchomych, transformacje geometryczne, indeksowanie wykrytych obiektów, ocena ich kształtu oraz podstawowa analiza trajektorii ruchu. Ang:This paper...

  • Audio content analysis in the urban area telemonitoring system

    Publikacja

    Artykuł przedstawia możliwości rozwinięcie monitoringu miejskiego o automatyczną analizę dźwięku. Przedstawiono metody parametryzacji dźwięku, które możliwe są do zastosowania w takim systemie oraz omówiono aspekty techniczne implementacji. W kolejnej części przedstawiono system decyzyjny oparty na drzewach zastosowany w systemie. System ten rozpoznaje dźwięki niebezpieczne (strzał, rozbita szyba, krzyk) wśród dźwięków zarejestrowanych...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Coastline change-detection method using remote sensing satellite observation data

    Publikacja

    - HYDROACOUSTICS - Rok 2016

    Coastal zones are not only the fundaments for local economics based on trade, shipping and transport services, but also a source of food, energy and resources. Apart from offering diverse opportunities for recreation and tourism, coastal zones provide protection against storms and other meteorological disturbances. Environmental information is also essential because of the direct influence on a country’s maritime zones, which are...

    Pełny tekst do pobrania w portalu