Informacja

Drogi użytkowniku, aplikacja do prawidłowego działania wymaga obsługi JavaScript. Proszę włącz obsługę JavaScript w Twojej przeglądarce.

Wyszukujesz frazę "detection algorithms" wg kryterium: Wszystkie pola


Tytuł:
Collision detection algorithms in the ecall system
Autorzy:
Kamiński, T.
Niezgoda, M.
Kruszewski, M.
Grzeszczyk, R
Drop, T.
Filipek, P.
Powiązania:
https://bibliotekanauki.pl/articles/241795.pdf
Data publikacji:
2012
Wydawca:
Instytut Techniczny Wojsk Lotniczych
Tematy:
road transport
emergency response
e-Call
112
road safety
Opis:
The article describes some algorithms for collision detection used in modern cars airbag systems. While controlling the activation of airbags and other passive safety systems, installed in modern vehicles, the algorithms must operate in the early stage of accident, because for operating effectively it is necessary to run control systems early enough, for example filling airbags before the body of the driver or passenger reaches the zone of airbag. These algorithms could be applied into the on-board eCall modules, but they would require calibration. Detection of the collision that activates eCall system must be made on the basis of measurable signals or observable events, which intensity can be relatively clearly linked to the probability serious injury of the driver and the passengers’ of the vehicle. A table summary presented in this article contains a description of the collision detection algorithm along with a brief description of the method of detection and description of the used methodology. A frequently used method is to evaluate the gradient of the change of speed - the parameter ..V, or its combinations with different parameters, such as the derivative of acceleration, displacement, and energy of the collision. Each of the algorithms has been briefly described. The whole of article is summarized with the conclusions arising from its content.
Źródło:
Journal of KONES; 2012, 19, 4; 267-274
1231-4005
2354-0133
Pojawia się w:
Journal of KONES
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Impact of Edge Detection Algorithms in Medical Image Processing
Autorzy:
Anas, Ruba
Elhadi, Hadeel A.
Ali, Elmustafa Sayed
Powiązania:
https://bibliotekanauki.pl/articles/1075754.pdf
Data publikacji:
2019
Wydawca:
Przedsiębiorstwo Wydawnictw Naukowych Darwin / Scientific Publishing House DARWIN
Tematy:
Canny
Edge detection
Gaussian Noise
LOG
Laplacian
Prewitt
Salt & Pepper Noise
Opis:
Imaging technology in Medicine let the doctors to see the interior portions of the body for easy diagnosis. It also helped doctors to make keyhole surgeries for reaching the interior parts without really opening too much of the body. Noise in medical images appears in an image from a variety sources or it is the random variation of brightness or color information in images. Edge detection is a common process in the treatment of medical images and it is a very useful task for object recognition of human organs. Edge detection also show where shadows fall in an image or any other distinct change in the intensity of an image due to noise effects. In this paper we evaluated the performance of different edge detection algorithms; Canny, Prewitt, LOG, and Laplacian with and without adding filer such as wiener and median. The statement of effectiveness in removing noise and preserving important information in medical image is identified by using quality measurements like PSNR and MSE. Results show that the best algorithm for displaying edge and removing salt & pepper noise is the Prewitt Algorithm after using the median filter. Additionally, it was found that the best algorithm for displaying edge and removing Gaussian noise is the Canny algorithm after using the median filter.
Źródło:
World Scientific News; 2019, 118; 129-143
2392-2192
Pojawia się w:
World Scientific News
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Design and analysis of spoofing detection algorithms for GNSS signals
Autorzy:
Dobryakova, L.
Lemieszewski, Ł.
Ochin, E.
Powiązania:
https://bibliotekanauki.pl/articles/359990.pdf
Data publikacji:
2014
Wydawca:
Akademia Morska w Szczecinie. Wydawnictwo AMSz
Tematy:
GNSS
GPS
NAVSTAR
GLONASS
Spoofing
Dual-Receiver
Opis:
Many civil GNSS (Global Navigation Satellite System) applications need secure, assured information for asset tracking, fleet management and the like. But there is also a growing demand for geosecurity locationbased services. Unfortunately, GNSS is vulnerable to malicious intrusion and spoofing. How can users be sure the information they receive is authentic? Spoofing is the transmission of matched-GNSS-signalstructure interference in an attempt to commandeer the tracking loops of a victim receiver and thereby manipulate the receiver’s timing or navigation solution. A spoofer can transmit its counterfeit signals from a stand-off distance of several hundred meters or it can be co-located with its victim. Spoofing attacks can be classified as simple, intermediate, or sophisticated in terms of their effectiveness and subtlety. In an intermediate spoofing attack, a spoofer synchronizes its counterfeit signals with the authentic GNSS signals so they are code-phase-aligned at the target receiver. In this paper we consider the anti-spoofing algorithms based on spoofing detection via Dual-Receiver.
Źródło:
Zeszyty Naukowe Akademii Morskiej w Szczecinie; 2014, 40 (112); 47-52
1733-8670
2392-0378
Pojawia się w:
Zeszyty Naukowe Akademii Morskiej w Szczecinie
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Algorytmy wykrywania krawędzi w obrazie
Edge detection algorithms in pictures
Autorzy:
Kowalski, P.
Czyżak, M.
Powiązania:
https://bibliotekanauki.pl/articles/377584.pdf
Data publikacji:
2018
Wydawca:
Politechnika Poznańska. Wydawnictwo Politechniki Poznańskiej
Tematy:
wykrywanie krawędzi
operatory detekcji krawędzi
przetwarzanie obrazu
wykrywanie linii wysokiego napięcia
Opis:
Wykrywanie krawędzi jest pierwszym etapem w cyfrowym przetwarzaniu obrazów. Operacja ta polega na usunięciu informacji takich jak kolor czy też jasność, a pozostawieniu jedynie krawędzi. Efektem tej operacji jest znaczna redukcja ilości danych do dalszej analizy. Pozwala to na zastosowanie w następnych etapach przetwarzania bardziej złożonych algorytmów rozpoznawania obiektów na podstawie kształtu. W artykule zaprezentowano zastosowanie algorytmów Robertsa, Sobela, Previtt, Kirscha i Scharra. Zaproponowano też nowy, efektywny obliczeniowo algorytm dedykowany do wykrywania krawędzi poziomych. Algorytmy zostały porównane w zastosowaniu do detekcji przewodów. Kryteriami porównania były skuteczność wykrywania krawędzi przewodów wysokiego napięcia oraz szybkość działania. Algorytmy zostały zaimplementowane z wykorzystaniem biblioteki OpenCV oraz przetestowane na zestawie zdjęć przedstawiających przewody wysokiego napięcia.
Edge detection is the first step in digital image processing. This operation involves removing information such as colour or brightness and leaving edges. This data size reduction makes that the data amount for the further analysis is significantly smaller. This allows to use more complex algorithms for recognizing objects based on shape in the next processing stages. The work presents the application of the known edge detection algorithms as these of Roberts, Sobel, Prewitt, Kirch and Scharr. Moreover, a new, computationally effective, edge detection algorithm dedicated for horizontal edges is proposed. The algorithms have been compared for detection of electric wires. The criterions of comparison were the effectiveness of edge detection applied to high voltage wires and the speed of operation. The algorithms have been implemented using the OpenCV library and tested on a set of images of high voltage wires.
Źródło:
Poznan University of Technology Academic Journals. Electrical Engineering; 2018, 96; 243-254
1897-0737
Pojawia się w:
Poznan University of Technology Academic Journals. Electrical Engineering
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Performance measurement with high-performance computer using HW-GA anomaly-detection algorithms for streaming data
Autorzy:
Fondaj, Jakup
Hasani, Zirije
Krrabaj, Samedin
Powiązania:
https://bibliotekanauki.pl/articles/27312908.pdf
Data publikacji:
2022
Wydawca:
Akademia Górniczo-Hutnicza im. Stanisława Staszica w Krakowie. Wydawnictwo AGH
Tematy:
time-series data
HW-GA
anomaly detection
big streaming data
Numenta
COVID-19 data set
high-performance computer
Libelium sensor data
e-dnevnik
Opis:
Anomaly detection for streaming real-time data is very important; more significant is the performance of an algorithm in order to meet real-time requirements. Anomaly detection is very crucial in every sector because, by knowing what is going wrong with data/digital systems, we can make decisions to help in every sector. Dealing with real-time data requires speed; for this reason, the aim of this paper is to measure the performance of our proposed Holt–Winters genetic algorithm (HW-GA) as compared to other anomaly-detection algorithms with a large amount of data as well as to measure how other factors such as visualization and the performance of the testing environment affect the algorithm’s performance. The experiments will be done in R with different data sets such as the as real COVID-19 and IoT sensor data that we collected from Smart Agriculture Libelium sensors and e-dnevnik as well as three benchmarks from the Numenta data sets. The real data has no known anomalies, but the anomalies are known in the benchmark data; this was done in order to evaluate how the algorithm works in both situations. The novelty of this paper is that the performance will be tested on three different computers (in which one is a high-performance computer); also, a large amount of data will be used for our testing, as will how the visualization phase affects the algorithm’s performance.
Źródło:
Computer Science; 2022, 23 (3); 395--410
1508-2806
2300-7036
Pojawia się w:
Computer Science
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Lokalizacja tekstu w obrazie
Localization of text in images
Autorzy:
Pazio, M.
Powiązania:
https://bibliotekanauki.pl/articles/153776.pdf
Data publikacji:
2008
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
image analysis
text detection algorithms
Opis:
W naturalnym otoczeniu człowieka znajduje się duża ilość łatwo rozpoznawalnej informacji przedstawionej w postaci znaków graficznych i tekstu. Informacja taka jest bardzo przydatna w poruszaniu się w środowisku miejskim. Niestety, osoby z upośledzonymi funkcjami wzroku w sposób oczywisty pozbawione są możliwości korzystania z tego rodzaju przekazu. Istniejące na rynku systemy rozpoznawania tekstu (OCR) nie są niestety dostosowane do rozpoznawania tekstu zawartego w obrazach zarejestrowanych kamerą czy aparatem cyfrowym. W artykule przedstawiono, opracowane w Katedrze Systemów Automatyki Wydziału ETI PG, algorytmy wyszukiwania tekstu w obrazie oraz jego przetwarzania do postaci umożliwiającej rozpoznanie przez system OCR i odczytania treści za pomocą syntezatora mowy.
The system capable of localizing and reading aloud text embedded in natural scene images can be very helpful for blind and visually impaired persons - providing information useful in everyday life and increasing their confidence and autonomy. Even though the currently available optical character recognition (OCR) programs are fast and accurate, most of them fail to recognize text embedded in natural scene images. The goal of the algorithm described in this paper is to localize text-like image regions and pre-process them in a way that will make OCR work more reliably. The approach described in the paper is based on color image segmentation and segment shape analysis. Preliminary tests have shown that the proposed algorithm offers satisfactory detection rate and is pretty robust to typical text distortions, such as slant, tilt and bend.
Źródło:
Pomiary Automatyka Kontrola; 2008, R. 54, nr 3, 3; 153-156
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Portable Raman spectrometer - design rules and applications
Autorzy:
Gnyba, M.
Smulko, J.
Kwiatkowski, A.
Wierzba, P.
Powiązania:
https://bibliotekanauki.pl/articles/200133.pdf
Data publikacji:
2011
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
Raman spectroscopy
chemical detection
lasers
detection algorithms
Opis:
Raman spectroscopy has become more popular due to its new prospective field applications in forensic sciences, war against terrorism, environment protection and other field chemical analysis. Raman spectrometers can be miniaturised to portable devices and their price is decreasing due to development of optoelectronics components. Unfortunately, this technology has still numerous limitations that influence their design and limit the scope of possible applications. The conception and design of the portable Raman spectrometer is described, including discussion of performance and limitations of representative components of such device available on the market. An enhanced portable Raman spectrometer using two lasers, one emitting at 355 nm and the other at 785 nm, and employing advanced signal acquisition and data processing methods is presenented. Advantages of such system are outlined and example measurement results acquired using equivalent hardware are presented. Data processing flow for identification of chemicals is also described.
Źródło:
Bulletin of the Polish Academy of Sciences. Technical Sciences; 2011, 59, 3; 325-329
0239-7528
Pojawia się w:
Bulletin of the Polish Academy of Sciences. Technical Sciences
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Implementacja w FPGA algorytmu detekcji krawędzi obrazu w czasie rzeczywistym
FPGA implementation of edge detection algorithms on real-time image
Autorzy:
Kowalski, P.
Smyk, R.
Powiązania:
https://bibliotekanauki.pl/articles/268256.pdf
Data publikacji:
2018
Wydawca:
Politechnika Gdańska. Wydział Elektrotechniki i Automatyki
Tematy:
przetwarzanie obrazu
wykrywanie krawędzi
FPGA
image processing
edge detection
Opis:
W artykule przedstawiono projekt architektury oraz implementację układową toru przetwarzania wstępnego obrazu z modułem detekcji krawędzi. Układ został zaimplementowany w FPGA Intel Cyclone. Zrealizowany moduł wykorzystuje pięć wybranych algorytmów wykrywania krawędzi, w tym Robertsa, Sobela i Prewitt.
The paper presents FPGA implementation details of the hardware image processing block with the edge detection module. In the implemented video processing module we use five selected edge detection algorithms, including Roberts, Sobel and Prewitt. The structure was synthesized and packed using hardware design platform built around the Intel Cyclone V FPGA. The number of logic elements used in each implementation was compared. We also estimated the execution time and maximum possible frame rate in VGA (640x480) and FullHD (1920x1080) video stream.
Źródło:
Zeszyty Naukowe Wydziału Elektrotechniki i Automatyki Politechniki Gdańskiej; 2018, 61; 49-52
1425-5766
2353-1290
Pojawia się w:
Zeszyty Naukowe Wydziału Elektrotechniki i Automatyki Politechniki Gdańskiej
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Algorytmy przetwarzania widm Ramana podczas detekcji substancji chemicznych
Algorithms of Raman spectra processing during chemicals detection
Autorzy:
Kwiatkowski, A.
Powiązania:
https://bibliotekanauki.pl/articles/267815.pdf
Data publikacji:
2013
Wydawca:
Politechnika Gdańska. Wydział Elektrotechniki i Automatyki
Tematy:
spektroskopia Ramana
algorytmy detekcji
zakłócenia
Raman spectroscopy
detection algorithms
noise
Opis:
W pracy zostaną przedstawione algorytmy wstępnego przetwarzania widm mające na celu usuniecie lub zmniejszenie intensywności zakłóceń obecnych w rejestrowanych widmach Ramana, ze szczególnym uwzględnieniem automatyzacji tego procesu (bez konieczności wyboru parametrów przetwarzania przez obsługę urządzenia). Kolejna prezentowana grupę algorytmów stanowią procedury parametryzacji widm, które opisują widma w postaci zbioru kilku parametrów, np. pozycji linii widmowych, jej względnej amplitudy oraz szerokości. Parametry te są niezbędną informacja wejściową dla niektórych algorytmów detekcji. W pracy zostaną również zaprezentowane najpopularniejsze algorytmy korelacyjne oraz algorytmy porównujące położenie i amplitudę linii widmowych.
Detection of chemicals on the basis of their Raman spectra measurement consists in comparison recorded spectra for the tested chemical substances with model spectra stored in the master database. Detection algorithms indicate the substance of the database whose spectrum is the most similar, according to established criteria, to the recorded spectrum of the tested chemical. In the paper, there will be presented spectra preprocessing algorithms to eliminate or reduce the intensity of the noise present in the recorded Raman spectra, with particular emphasis on automation of this process (no need to select the parameters processed by the operation of the device). Another presented group of algorithms are spectra parameterization procedures that describe the spectrum as a set of several parameters, such as the position of the spectral lines, the relative amplitude and width. These parameters are necessary input information for some detection algorithms. The paper will also be presented to the most popular correlation algorithms.
Źródło:
Zeszyty Naukowe Wydziału Elektrotechniki i Automatyki Politechniki Gdańskiej; 2013, 34; 39-42
1425-5766
2353-1290
Pojawia się w:
Zeszyty Naukowe Wydziału Elektrotechniki i Automatyki Politechniki Gdańskiej
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Analiza przydatności algorytmów detekcji krawędzi w zastosowaniach fotogrametrii bliskiego zasięgu
The use of edge detection algorithms in close range photogrammetry applications
Autorzy:
Czechowicz, A.
Mikrut, S.
Powiązania:
https://bibliotekanauki.pl/articles/131208.pdf
Data publikacji:
2006
Wydawca:
Stowarzyszenie Geodetów Polskich
Tematy:
digital image
edge detection
automatic vectorization
digital photogrammetry
close range photogrammetry
obraz cyfrowy
detekcja krawędzi
automatyczna wektoryzacja
fotogrametria cyfrowa
fotogrametria bliskiego zasięgu
Opis:
Niniejszy artykuł prezentuje wyniki badań porównujących metody detekcji krawędzi na obrazach cyfrowych oraz weryfikację ich przydatności w procesie automatycznej wektoryzacji. W ramach eksperymentu dokonano implementacji znanych algorytmów detekcji krawędzi bazujących na analizie pochodnych funkcji jasności obrazu (Sobela, Kircha, Canny’ego, Marr-Hildretha) jak również nowych rozwiązań (algorytm SUSAN). Opracowany w środowisku Matlab program autorski umożliwił uzyskanie punktowego opisu krawędzi, aproksymację ich przebiegu prostymi oraz analizę jakości uzyskanych wyników. Badania przeprowadzono na dwudziestu dwóch obiektach, które podzielono na dwie grupy – obiektów typowych i nietypowych. Obiekty te pochodzą z projektów wykonanych w ramach inwentaryzacji zabytków. Zdjęcia zostały pozyskane metodą bezpośrednią – aparatem cyfrowym Canon EOS 300D z obiektywami Canon EF 14 mm L USM i Canon EF 50mm L USM oraz pośrednią – kamerą analogową Rolleiflex 6006 metric i skanerem PHOTOSCAN – TD. Dla sprawdzenia poprawności wyznaczonych krawędzi dokonano ich ręcznej wektoryzacji. Obliczono współczynniki określające dokładność ilościowo – jakościową algorytmów detekcji krawędzi przy zadanych parametrach. Umożliwiło to wytypowanie optymalnych ustawień detekcji. Obliczanymi współczynnikami były: kompletność (completeness), poprawność (correctness) i jakość (quality). Otrzymany w wyniku detekcji krawędzi obraz binarny porównano z obrazem zawierającym informacje o rzeczywistych krawędziach obiektu. Wyniki zestawiono i na ich podstawie wytypowano optymalny algorytm detekcji krawędzi (Canny) oraz określono w procentach ilość uzyskanych automatycznie wektorów, które mogą być wykorzystane w dalszych etapach opracowań fotogrametrycznych.
This paper presents the results of research work that compares methods of edge detection on digital images, as well as verification of their use in the automatic vectorization process. Within the experiment framework, known algorithms of edge detection that are based on the analysis of image brightness function derivatives (Sobel, Kirch, Canny, Marr-Hildreth) were implemented, as well as new solutions (the SUSAN algorithm) were considered. The original software, developed in the Matlab environment, obtained the point description of edges, the approximation of their routes by means of straight lines, as well as a quality analysis of the obtained results. Tests were performed on 22 objects, which were divided into two groups: typical and atypical ones. The objects were derived from projects in the historical monument inventory scheme. Images were acquired both by means of a direct method (Canon EOS 300D digital camera, provided with Canon EF 14 mm L USM and Canon EF 50 mm L USM lenses), and by means of an indirect method (analogue Rolleiflex 6006 metric camera and PHOTOSCAN-TD scanner). In order to check the accuracy of the evaluated edges, they were subjected to manual vectorization. Coefficients determining the quantitative and qualitative accuracy of edge detection algorithms at set parameters were calculated. This made it possible to single out optimum detection settings. The calculated coefficients included completeness, correctness, and quality. The binary image received as a result of the edge detection was compared with the image containing information about actual object edges. The results were put together and, based on them, the optimum edge detection algorithm was selected (Canny). In addition, the percentage amount of automatically gained vectors which may be used in further steps in the photogrammetric process was determined.
Źródło:
Archiwum Fotogrametrii, Kartografii i Teledetekcji; 2006, 16; 135-146
2083-2214
2391-9477
Pojawia się w:
Archiwum Fotogrametrii, Kartografii i Teledetekcji
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Analiza efektywności sprzętowych implementacji algorytmów detekcji twarzy w obrazach cyfrowych
Effectiveness analysis of hardware implementations of face detection algorithms in digital images
Autorzy:
Wujek, P.
Pełka, R.
Powiązania:
https://bibliotekanauki.pl/articles/156623.pdf
Data publikacji:
2012
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
detekcja twarzy
FPGA
GPU
GPGPU
face detection
Opis:
W artykule przedstawiono i porównano wyniki implementacji przykładowego algorytmu detekcji twarzy w obrazach cyfrowych na trzech platformach sprzętowych: z użyciem CPU (Matlab), w strukturze programowalnej FPGA z procesorem sprzętowym PowerPC [1], oraz z wykorzystaniem CPU z akceleracją GPU. Powyższe implementacje przebadano eksperymentalnie pod względem złożoności implementacji i szybkości działania poszczególnych fragmentów algorytmu. Porównano je ze sobą oraz przedstawiono najlepsze obszary zastosowań poszczególnych z nich.
This paper describes comparison of hardware implementations of a face detection algorithm using three different platforms: (1) classic CPU implementation (Matlab), (2) implementation with use of programmable logic - FPGA with hardware processor PowerPC [1], and (3) CPU based version with GPU acceleration. These tree versions have been experimentally tested and compared in terms of the required hardware resources and operating speed, which is of great importance in most practical applications. We also discuss advantages and drawbacks of these three approaches to hardware implementation of face detection algorithms. In particular, we formulate some important conditions that the analyzed image must meet to obtain the optimum effectiveness of the face detection algorithm implemented on each platform. Finally, we show that use of GPU acceleration can take advantage of the classic CPU and parallel computing accessible to FPGA. The proposed solution of skin color detection time for the CPU with GPU acceleration is over 100 times shorter than that for the solution with the classical CPU. As a programmable device we have used FPGA Virtex-4 chip from Xilinx, and as a GPU accelerator we have utilized graphic card nVidia GeForce 8600 GT.
Źródło:
Pomiary Automatyka Kontrola; 2012, R. 58, nr 7, 7; 581-583
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
A short survey on fully-automated people movement and identity detection algorithms
Analiza algorytmów skorelowanych z detekcją ruchu osób i ich tożsamości
Autorzy:
Szymkowski, Maciej
Przybyszewski, Karol
Powiązania:
https://bibliotekanauki.pl/articles/1818442.pdf
Data publikacji:
2021
Wydawca:
Politechnika Białostocka. Oficyna Wydawnicza Politechniki Białostockiej
Tematy:
computer Vision
image processing
artificial Intelligence
people movement
identity detection
person Re-Identification
Python programming language
przetwarzanie obrazów
sztuczna inteligencja
detekcja ruchu
wykrywanie tożsamości
język programowania Python
Opis:
Nowadays, diversified companies use security systems based on cameras to increase safety of their enterprise. However, when the camera observes multiple people, it is hard for humans to directly observe each of them. In the literature, there are multiple computer vision-based approaches that automatically detect person identity and the way he is moving. Moreover, there are approaches that identify people across multiple cameras (reidentification). It is crucial, especially in the crowded places. By these algorithms we can detect people whose behavior is strange. Diversified approaches can be easily found in the literature and online-available repositories. The work, presented in this paper, can be divided into three main parts: literature review, selected algorithms implementation and results comparison. We have to claim that each solution was implemented in Python programming language with sufficient libraries. This technology was selected due to its efficiency and simplicity. Results of the conducted experiments have shown that it is clearly possible to detect people’s movement and observe their identities even in crowded places.
Współcześnie w wielu miejscach publicznych oraz obszarach zajmowanych przez zróżnicowane firmy możemy zauważy systemy bezpieczeństwa bazujące na kamerach. Jednakże bardzo ciężko jest pojedynczemu operatorowi obserwować każdą osobę która pojawi się na obrazie. W tym celu powstały algorytmy bazujące na metodyce Computer Vision, które mają na celu wykrycie nie tylko trasy poruszania się każdej osoby ale również ocenę jej tożsamości. Co więcej tego typu rozwiązania mogą być bardzo przydatne w zatłoczonych miejscach, gdzie niezwykle ważne jest wykrycie niestandardowego zachowania poszczególnych osób. W literaturze oraz bazach dostępnych online możemy znaleźć zróżnicowane podejścia do rzeczonego problemu. W ramach naszej pracy porównujemy kilka z nich. Każde z wybranych rozwiązań zostało zaimplementowane przy użyciu języka Python i bibliotek dostępnych w ramach rzeczonego języka. To środowisko zostało wybrane ze względu na jego wydajność oraz prostotę pisania kodu. Wyniki, które uzyskaliśmy wskazują na to, że aktualnie istniejące solucje mogą być używane do obserwacji trasy poszczególnych osób nawet w zatłoczonych miejscach.
Źródło:
Advances in Computer Science Research; 2021, 15; 1--14
2300-715X
Pojawia się w:
Advances in Computer Science Research
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Efektywna metoda monitoringu widma do wykrywania sygnałów wyzwalających IED
Eficient method of spectrum monitoring for detection of radio controlled IED
Autorzy:
Kryk, M.
Łopatka, J.
Powiązania:
https://bibliotekanauki.pl/articles/208924.pdf
Data publikacji:
2013
Wydawca:
Wojskowa Akademia Techniczna im. Jarosława Dąbrowskiego
Tematy:
telekomunikacja
detektory energii
stacja zakłócająca
telecommunication
detection algorithms
detection and jamming station
Opis:
Podczas realizowania obecnych misji wojskowych obserwuje się gwałtowny wzrost znaczenia improwizowanych ładunków wybuchowych IED. Powodem tak dużego zainteresowania terrorystów tymi rozwiązaniami jest łatwy dostęp do broni oraz tanich i szeroko osiągalnych systemów komunikacji. W celu zminimalizowania działania ładunków IED, w urządzeniach odpowiedzialnych za monitorowanie środowiska elektromagnetycznego wprowadza się nowe metody skanowania i wykrywania sygnałów radiowych. Wpływają one na zwiększenie jakości odbieranych danych oraz skracają czas detekcji, a tym samym czas reakcji całego systemu. Dlatego też celem niniejszego artykułu jest przedstawienie metody skanowania sygnałów radiowych. Do zrealizowania tego zadania zaproponowano procedurę detekcji, którą następnie sprawdzono na stanowisku pomiarowym. Praca składa się z czterech rozdziałów. W pierwszym opisano założenia oraz ideę działania proponowanego systemu skanowania sygnałów. Przedstawiona w nim metoda składa się z dwóch części: detektora tła szumowego i detektora energii. W następnym rozdziale zaprezentowano stanowisko pomiarowe. Opisano podstawowe parametry odbiornika, szczególnie zwracając uwagę na zastosowany w nim tor obliczania widma sygnału. Następnie zaprezentowano sposób wykonywania testów. W rozdziale trzecim przedstawiono wyniki przeprowadzonych testów, znajdują się tam podstawowe charakterystyki prawdopodobieństwa fałszywego alarmu i detekcji dla różnych trybów pracy. Ostatni rozdział podsumowuje uzyskane wyniki i przedstawia wnioski.
During realization of current military missions, a significant increase in the Improvised Explosive Device (IED) use can be noticed. The reason of that is easy access to weapons and explosive materials, and widely accessible communication systems. In order to minimize the IED efficiency, it is necessary to develop and introduce new methods and devices for spectrum monitoring. They should provide better sensitivity, selectivity, and shorter detection time and hence the reaction time of the whole system. Therefore the goal of this article is to propose a new method of wideband detection of radio signals. The elaborated method was then tested in laboratory conditions using designed test bench. This work consists of 4 parts. In the first one, assumptions and the idea of the proposed scanning system are described. The method presented here consists of two components: background noise detector and energy detector. In the next part, the proposed test bench is shown. Additionally, basic parameters of receiver are described, paying particular attention to properties of the signal spectrum calculation subsystem. The third part contains results of the tests. These are particularly characteristics such as probability of false alarm and probability of detection depending on different modes of spectrum calculation. The last part summarizes the results and presents the conclusions.
Źródło:
Biuletyn Wojskowej Akademii Technicznej; 2013, 62, 2; 87-99
1234-5865
Pojawia się w:
Biuletyn Wojskowej Akademii Technicznej
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Symulacja i testowanie algorytmów wykrywania krawędzi na potrzeby lotu wśród kanionu ulicy
Simulation and testing of edge detection algorithms for flight among street canyon
Autorzy:
Bogdan, M.
Powiązania:
https://bibliotekanauki.pl/articles/387397.pdf
Data publikacji:
2010
Wydawca:
Politechnika Białostocka. Oficyna Wydawnicza Politechniki Białostockiej
Tematy:
MATLAB
metody gradientowe
wykrywanie krawędzi
przeszkody
transformata Hough'a
gradient method
edge detection
Hough's transform
Opis:
W artykule testowano i analizowano metody wykrywania krawędzi w środowisku programowym Matlab’a. Skupiono się głownie na metodach gradientowych. W celu uproszczenie informacji zawartej w zarejestrowanych obrazach (klatkach) zaproponowano, także opis analityczny wykrywanych krawędzi – przeszkód (transformata Hough’a).
In the article the methods for edge detection in the Matlab’s software environment were tested and analyzed. The primary focus is placed on the gradient methods. In order to simplify the information comprised in the registered images (frames) an analytical description of the detected edge-obstacles was proposed (Hough's transform).
Źródło:
Acta Mechanica et Automatica; 2010, 4, 3; 9-15
1898-4088
2300-5319
Pojawia się w:
Acta Mechanica et Automatica
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Algorytmy wykrywania substancji chemicznych na podstawie pomiarów widm Ramana
Algorithms of chemicals detection using Raman spectra
Autorzy:
Kwiatkowski, A.
Powiązania:
https://bibliotekanauki.pl/articles/157567.pdf
Data publikacji:
2010
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
algorytmy detekcji
zjawisko Ramana
spektroskopia Ramana
szumy
detection algorithms
Raman phenomena
Raman spectroscopy
noise
Opis:
Rejestracja widma promieniowania rozproszonego nieelastycznie podczas zjawiska Ramana, które jest charakterystyczne dla badanej substancji, pozwala na jej identyfikację. W pracy zostały przedstawione przykładowe widma Ramana substancji chemicznych. Następnie opisano błędy podczas pomiarów widm Ramana, powodujące ograniczenia możliwości identyfikacji substancji chemicznych lub ich mieszanin. Szczegółowo przedstawiono możliwości redukcji błędów pomiarowych przez zastosowanie procedur usuwania tła oraz wygładzania rejestrowanych widm we wstępnej fazie przetwarzania. W pracy następnie opisano wybrane algorytmy klasyfikacji, które umożliwiają wyznaczanie składu badanej mieszaniny na podstawie porównania jej widma Ramana z modelami stworzonymi na bazie widm wzorcowych. Ponadto oceniono efektywność wykrywania wybranych substancji chemicznych według przedstawionych metod oraz możliwości ich usprawnienia.
The Raman spectrometers are devices which allow immediate and accurate identification of the examined chemicals without a requirement of a direct contact. The devices are based on the Raman phenomenon, which takes place during illumination of the sample by a monochromatic radiation (e.g. 785 nm laser). Additional bands appear in the scattered spectrum due to the inelastic scattering of excitation monochromatic light on the molecules of the investigated probe. The number, shapes and locations of these bands in the Raman spectrum are unique for the investigated chemicals. Therefore, the irradiated probe can be identified. Raman spectrometers are used for rapid identification of unknown and potentially dangerous substances (e.g. drugs, explosives). The paper presents construction details of the portable Raman spectrometer being prepared at the Faculty of Electronics, Telecommunications and Informatics, Gdansk University of Technology. The paper outlines necessary signal processing to assure reliable identification. First interferences encountered during Raman spectra measurements are presented. Secondly, methods of their reduction (background removal, spectra smoothing) are described. The selected algorithms for chemicals classification are outlined. They enable determination of their composition by comparing the measured Raman spectra with the models based on the prepared spectra library. Finally, efficiency of these algorithms is discussed and directions of their further development are outlined.
Źródło:
Pomiary Automatyka Kontrola; 2010, R. 56, nr 9, 9; 1081-1084
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Analiza algorytmów detekcji obiektów infrastruktury kolejowej na podstawie chmury punktów mobilnego skaningu laserowego
Analysis of detection algorithms of railway infrastructure object based on scanning mobile laser point cloud
Autorzy:
Marmol, U.
Powiązania:
https://bibliotekanauki.pl/articles/130674.pdf
Data publikacji:
2012
Wydawca:
Stowarzyszenie Geodetów Polskich
Tematy:
mobilny skaning laserowy
filtracja
detekcja obiektów
mobile laser scanning
filtering
object detection
Opis:
Tematem niniejszego artykułu jest detekcja obiektów infrastruktury kolejowej na podstawie chmury punktów mobilnego skaningu laserowego. Pierwszym istotnym etapem, zanim przystąpi się do właściwej detekcji, jest usunięcie szumu pomiarowego. W przypadku skaningu mobilnego szum jest kluczowym problemem, gdyż wprowadza duże zakłócenia do danych pomiarowych. W pierwszej części artykułu zawarto krótką charakterystykę programów pod kątem prostych filtrów geometrycznych, które zarówno usuwają szumy jak i przeprowadzają proste operacje klasyfikacji (na przykład wydzielenie obiektów oddalonych o określoną wartość głębokości). Dopiero po usunięciu szumu jest możliwe rozpoznawanie obiektów. Jest to stosunkowo nowe zagadnienie, otwierające szerokie pole do analiz i badań naukowych. Do tej pory zostało opisanych kilka metod klasyfikacji danych pochodzących z mobilnych systemów laserowych. Część algorytmów opiera się na metodach wywodzących się z teorii przetwarzania obrazów. Rozproszona chmura punktów jest zapisywana w siatce regularnej jako raster, którego wartości pikseli odpowiadają głębokości lub intensywności danych laserowych. Do metod opartych na obrazach możemy zaliczyć: algorytmy wykorzystujące filtry morfologiczne i algorytmy wyszukiwania. Inne metody detekcji obiektów bazują na danych rozproszonych, czyli oryginalnej chmurze punktów. Przykładem może być metoda oparta na algorytmie RANSAC. Przeprowadzona analiza algorytmów filtracji ujawniła, że mobilny skaning laserowy może stanowić miarodajne źródło do wyodrębniania obiektów.
The subject of this paper is detection of railway infrastructure objects based on mobile laser scanning. The first important step, made before proceeding with correct detection, is to remove the measurement noise. In the case of mobile scanning noise is a key issue, since it introduces a large distortion of the measurement data. In the first part of the article a brief description of the programs in terms of simple geometric filters which both remove noise and carry out simple operations of the classification (for example, the separation of objects spaced by a certain depth). Object recognition is possible only after the removal of the noise This is a relatively new problem, opening a wide field for analysis and research. So far several methods have been described for the classification of the mobile data. Some algorithms based on methods derived from the image processing theory. Scattered cloud of points is stored in a regular grid, the pixel values correspond to the depth or intensity of the laser data. The image-based methods: algorithms using morphological filters and retrieval algorithms. Other methods are based on the detection of objects from the original cloud of points. An example is the method based on RANSAC algorithm. An analysis of filtering algorithms revealed that mobile laser scanning can be a reliable information source to extract objects.
Źródło:
Archiwum Fotogrametrii, Kartografii i Teledetekcji; 2012, 24; 211-220
2083-2214
2391-9477
Pojawia się w:
Archiwum Fotogrametrii, Kartografii i Teledetekcji
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Model symulacyjny elementu wykonawczego automatyki dla potrzeb badań porównawczych algorytmów do detekcji i izolacji uszkodzeń
Simulation model of final control element for fault detection and isolation algorithms tests purposes
Autorzy:
Bartyś, M.
Heras, S. de las
Powiązania:
https://bibliotekanauki.pl/articles/152435.pdf
Data publikacji:
2002
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
modelowanie układów dynamicznych
element wykonawczy automatyki
ustawnik pozycyjny
zawór regulacyjny
diagnostyka
simulation of model
detection algorithms
fault isolation
fault detection
detection
isolation
Opis:
W artykule omówiono model symulacyjny elementu wykonawczego automatyki składającego sie z: membranowego siłownika pneumatycznego o działaniu prostym, inteligentnego ustawnika pozycyjnego oraz zaworu regulacyjnego. Model zbudowano w celu wykorzystania go w badanizch i testowaniu algorytmów detekcji i lokalizacji uszkodzeń elementów wykonawczych. Struktura modelu nawiązuje do postaci fizykalnej urządzenia wykonawczego. W konstrukcji modelu wykorzystano głównie opis analityczny wynikający ze znanych praw fizyki opisujacych zachodzące zjawiska i przemiany energetyczne. Odrzucono model abstrakcyjny ze względu na brak możliwości klarownej definicji wejść symulowanych uszkodzeń. Parametry modelu wyznaczono drogą eksperymentalną. Jakość modelu potwierdzono w wyniku weryfikacji doświadczalnej. W modelu zlokalizowano wejścia 19 potencjalnych uszkodzeń zespołu wykonawczego.
In the paper the simulation model of final control element consisting of: linear travel diaphragm pneumatic actuator, smart positioner and control valve was given. Model was suited for fault detection and isolation algorithms tests prior to industrial implementation. The model structure corresponds to the physical nature of the final control element. The analytical description rather than "black box" description was applied. The model was supplied with a vector of 19 faults thus allowing simulation of single and multiple incipient and abrupt faults. Model was tuned and verified experimentally.
Źródło:
Pomiary Automatyka Kontrola; 2002, R. 48, nr 2, 2; 5-9
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Edge detection on images of pseudoimpedance section supported by context and adaptive transformation model images
Autorzy:
Kawalec-Latała, E.
Powiązania:
https://bibliotekanauki.pl/articles/178909.pdf
Data publikacji:
2014
Wydawca:
Politechnika Wrocławska. Oficyna Wydawnicza Politechniki Wrocławskiej
Tematy:
underground storage
acoustic impedance
data analysis
data visualisation
edge detection algorithms
rock salt
inhomogeneity detection
składowanie podziemne
impedancja akustyczna
analiza danych
wizualizacja danych
algorytmy wykrywania krawędzi
sól kamienna
wykrywanie niejednorodności
Opis:
Most of underground hydrocarbon storage are located in depleted natural gas reservoirs. Seismic survey is the most economical source of detailed subsurface information. The inversion of seismic section for obtaining pseudoacoustic impedance section gives the possibility to extract detailed subsurface information. The seismic wavelet parameters and noise briefly influence the resolution. Low signal parameters, especially long signal duration time and the presence of noise decrease pseudoimpedance resolution. Drawing out from measurement or modelled seismic data approximation of distribution of acoustic pseuoimpedance leads us to visualisation and images useful to stratum homogeneity identification goal. In this paper, the improvement of geologic section image resolution by use of minimum entropy deconvolution method before inversion is applied. The author proposes context and adaptive transformation of images and edge detection methods as a way to increase the effectiveness of correct interpretation of simulated images. In the paper, the edge detection algorithms using Sobel, Prewitt, Robert, Canny operators as well as Laplacian of Gaussian method are emphasised. Wiener filtering of image transformation improving rock section structure interpretation pseudoimpedance matrix on proper acoustic pseudoimpedance value, corresponding to selected geologic stratum. The goal of the study is to develop applications of image transformation tools to inhomogeneity detection in salt deposits.
Źródło:
Studia Geotechnica et Mechanica; 2014, 36, 1; 29-36
0137-6365
2083-831X
Pojawia się w:
Studia Geotechnica et Mechanica
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Comparison of algorithms for detection of active inflammatory lesions in sacroiliitis
Autorzy:
Gawłowski, Igor
Ożga, Joanna
Raczko, Agata
Powiązania:
https://bibliotekanauki.pl/articles/40521367.pdf
Data publikacji:
2024
Wydawca:
Uniwersytet Rzeszowski. Wydawnictwo Uniwersytetu Rzeszowskiego
Tematy:
artificial intelligence
axial spondyloarthritis
bone marrow edema
Opis:
Introduction. Artificial intelligence is increasingly being used in the medicine, particularly in radiological diagnosis of diseases such as an axial spondyloarthritis (axSpA). The aim of this study is to compare the available algorithms designed to detect active sacroiliitis in patients with axSpA. Material and methods. Four algorithms, two semi-automated and two full-automated for the assessment of bone marrow edema (BME) on magnetic resonance imaging (MRI) of the sacroiliac joints (SIJs) were included in the study. They were described and compared in terms of specificity, sensitivity, and correlation of BME detection findings between AI and experts. Analysis of the literature. Among all automated algorithms, the one created by Bressem et al. had the highest number of examinations analyzed in the study, involving 593 MRIs of SIJs. The sensitivity and specificity, as well as the correlation between the AI’s detection of BME versus manual, were not calculated for each algorithm. Rzecki’s algorithm had the greatest sensitivity and specificity for BME detection reaching 0.95 and 0.96, respectively. In addition, its Speraman’s coefficient of correlation between manual and automated measurements was 0.866. Conclusion. Each of described algorithms is certainly useful in assessing BME in the MRI examinations of SIJs.
Źródło:
European Journal of Clinical and Experimental Medicine; 2024, 22, 1; 188-193
2544-2406
2544-1361
Pojawia się w:
European Journal of Clinical and Experimental Medicine
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
AI based algorithms for the detection of (ir)regularity in musical structure
Autorzy:
Mihelač, Lorena
Povh, Janez
Powiązania:
https://bibliotekanauki.pl/articles/1838157.pdf
Data publikacji:
2020
Wydawca:
Uniwersytet Zielonogórski. Oficyna Wydawnicza
Tematy:
musical structure regularity
perception
AI algorithms
Opis:
Regularity in musical structure is experienced as a strongly structured texture with repeated and periodic patterns, with the musical ideas presented in an appreciable shape to the human mind. We recently showed that manipulation of musical content (i.e., deviation of musical structure) affects the perception of music. These deviations were detected by musical experts, and the musical pieces containing them were labelled as irregular. In this study, we replace the human expert involved in detection of (ir)regularity with artificial intelligence algorithms. We evaluated eight variables measuring entropy and information content, which can be analysed for each musical piece using the computational model called Information Dynamics of Music and different viewpoints. The algorithm was tested using 160 musical excerpts. A preliminary statistical analysis indicated that three of the eight variables were significant predictors of regularity (E_cpitch, IC_cpintfref, and E_cpintfref). Additionally, we observed linear separation between regular and irregular excerpts; therefore, we employed support vector machine and artificial neural network (ANN) algorithms with a linear kernel and a linear activation function, respectively, to predict regularity. The final algorithms were capable of predicting regularity with an accuracy ranging from 89% for the ANN algorithm using only the most significant predictor to 100% for the ANN algorithm using all eight prediction variables.
Źródło:
International Journal of Applied Mathematics and Computer Science; 2020, 30, 4; 761-772
1641-876X
2083-8492
Pojawia się w:
International Journal of Applied Mathematics and Computer Science
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
On Efficiency of Selected Machine Learning Algorithms for Intrusion Detection in Software Defined Networks
Autorzy:
Jankowski, D.
Amanowicz, M.
Powiązania:
https://bibliotekanauki.pl/articles/963945.pdf
Data publikacji:
2016
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
software defined network
intrusion detection
machine learning
Mininet
SDN
Opis:
We propose a concept of using Software Defined Network (SDN) technology and machine learning algorithms for monitoring and detection of malicious activities in the SDN data plane. The statistics and features of network traffic are generated by the native mechanisms of SDN technology.In order to conduct tests and a verification of the concept, it was necessary to obtain a set of network workload test data.We present virtual environment which enables generation of the SDN network traffic.The article examines the efficiency of selected machine learning methods: Self Organizing Maps and Learning Vector Quantization and their enhanced versions.The results are compared with other SDN-based IDS.
Źródło:
International Journal of Electronics and Telecommunications; 2016, 62, 3; 247-252
2300-1933
Pojawia się w:
International Journal of Electronics and Telecommunications
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Wykorzystanie właściwości algorytmów regulacji predykcyjnej w detekcji uszkodzeń
Exploitation of properties of the MPC algorithms in fault detection
Autorzy:
Marusak, P. M.
Powiązania:
https://bibliotekanauki.pl/articles/276643.pdf
Data publikacji:
2012
Wydawca:
Sieć Badawcza Łukasiewicz - Przemysłowy Instytut Automatyki i Pomiarów
Tematy:
regulacja predykcyjna
detekcja uszkodzeń
regulacja odporna na uszkodzenia
model predictive control
fault detection
fault-tolerant control
Opis:
Algorytmy regulacji predykcyjnej dzięki sposobowi ich formułowania, w którym w umiejętny sposób wykorzystuje się model procesu, gwarantują bardzo dobrą jakość regulacji. Często ma to miejsce także w przypadku wystąpienia uszkodzenia w układzie regulacji. Wiele takich uszkodzeń może być nawet trudnych do zauważenia dzięki działaniu regulatora, jednak pożądane jest ich wykrycie. W artykule zaproponowano wykorzystanie w celu wykrywania uszkodzeń faktu, że w algorytmach regulacji predykcyjnej na bieżąco oceniana jest jakość modelu, na którym algorytm bazuje, przez porównywanie jego wyjścia z wartością wyjścia obiektu. Metoda może więc zostać użyta w algorytmach regulacji predykcyjnej dowolnego typu, bazujących zarówno na liniowych, jak i nieliniowych modelach obiektów.
The model predictive control (MPC) algorithms due to their formulation and clever usage of the process model offer good control performance. It is also the case when some faults take place in the control system. Many of such faults can be even hard to notice thanks to the operation of the controller. It is, however, desired to be able to detect such situations. In the paper it is proposed to use internal signals of the MPC controllers in order to detect faults that occurred in the system. The method can be applied in the MPC algorithms based on both linear or nonlinear models.
Źródło:
Pomiary Automatyka Robotyka; 2012, 16, 2; 338-343
1427-9126
Pojawia się w:
Pomiary Automatyka Robotyka
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Algorithms of detection and isolation for instrumentation faults in control system of a condensation turbine
Algorytmy detekcji i lokalizacji uszkodzeń torów pomiarowych w programie sterowania turbiny kondensacyjnej
Autorzy:
Pawlak, M.
Powiązania:
https://bibliotekanauki.pl/articles/258119.pdf
Data publikacji:
2006
Wydawca:
Sieć Badawcza Łukasiewicz - Instytut Technologii Eksploatacji - Państwowy Instytut Badawczy
Tematy:
turbina kondensacyjna
tor pomiarowy
układ regulacji
modelowanie
lokalizacja uszkodzeń
detekcja uszkodzeń
diagnostyka
condensation turbine
instrumentation line
control system
modeling
fault isolation
fault detection
diagnosis
Opis:
Control system of a condensation turbine with fault tolerant instrumentation lines is presented in this paper. The characteristics of instrumentation signals entering the controller and methods of fault detection are also presented. Application of modelling for diagnostic purposes is given. The creation of partial models used for fault detection as well as methods of fault isolation are described.
Przedstawiono układ regulacji turbiny kondensacyjnej odporny na uszkodzenia torów pomiarowych. Zaprezentowano charakterystykę sygnałów pomiarowych wchodzących do regulatora i metody wykrywania uszkodzeń przykładowych torów pomiarowych. Przedstawiono wykorzystanie modelowania dla celów diagnostycznych. Opisano sposób budowy modeli cząstkowych wykorzystywanych do detekcji uszkodzeń. Zaprezentowano sposoby lokalizacji uszkodzeń.
Źródło:
Problemy Eksploatacji; 2006, 2; 21-32
1232-9312
Pojawia się w:
Problemy Eksploatacji
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Zastosowanie metod progowania lokalnego do wykrywania defektów z użyciem termografii aktywnej
Application of local thresholding algorithms for defect detection using active thermography
Autorzy:
Dudzik, S.
Sochacka, O.
Powiązania:
https://bibliotekanauki.pl/articles/267010.pdf
Data publikacji:
2018
Wydawca:
Politechnika Gdańska. Wydział Elektrotechniki i Automatyki
Tematy:
termografia aktywna
badania nieniszczące
wykrywanie defektów
progowanie lokalne
active thermography
non-destructive testing
defect detection
local thresholding
Opis:
W pracy zaprezentowano zastosowanie metod progowania lokalnego do wykrywania defektów z użyciem termografii aktywnej. Przeprowadzono badania eksperymentalne polegające na rejestracji sekwencji termogramów powierzchni badanej próbki materiału dla dwóch wymuszeń cieplnych oraz dwóch faz procesu wymiany ciepła (faza nagrzewania i faza stygnięcia). Sekwencje termogramów uzyskane w badaniach eksperymentalnych zostały poddane binaryzacji z wykorzystaniem lokalnych metod progowania. Do oszacowania efektywności wykrywania defektów za pomocą zaproponowanych metod, zastosowano kryteria oparte na pojęciu błędu klasyfikacji w obszarze defektów i obszarze tła. Na podstawie badań stwierdzono, że największą dokładność uzyskuje się z stosując zmodyfikowaną metodę Bradleya.
The paper presents the application of local thresholding methods for defect detection using active thermography. Experimental studies were performed involving the recording of the sequence of thermograms of the surface of the tested material sample. Experiments were conducted for two different thermal excitations and two phases of the heat transfer process (i.e. heating phase and cooling phase). The thermograms from sequences obtained in experimental studies were then binarized using local thresholding methods. Three following methods were employed: modified Bradley method, median method and Gaussian weighted mean method. To assess the accuracy of defect detection using the proposed algorithms, the criteria based on the concept of classification error in the defected and non-defected areas were applied. In this work it was found that the most accurate method is the modified Bradley method.
Źródło:
Zeszyty Naukowe Wydziału Elektrotechniki i Automatyki Politechniki Gdańskiej; 2018, 59; 43-46
1425-5766
2353-1290
Pojawia się w:
Zeszyty Naukowe Wydziału Elektrotechniki i Automatyki Politechniki Gdańskiej
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Quasi-autonomiczny pojazd na bazie zestawu Lego Mindstorms NXT
Lego Mindstorms NXT based quasi-autonomous vehicle
Autorzy:
Dimitrova-Grekow, T.
Powiązania:
https://bibliotekanauki.pl/articles/155173.pdf
Data publikacji:
2011
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
pojazdy quasi-autonomiczne
nawigacja
mapowanie otoczenia
komunikacja człowiek-maszyna
detekcja obiektów
algorytmy SLAM
Mindstorms NXT
quasi-automonous vehicle
mapping
object detection
navigation
SLAM algorithms
human-machine communication
Opis:
W artykule przedstawiono metodę sterowania pojazdem, która jest analogiczna do wydawania poleceń człowiekowi, czyli operuje na abstrakcyjnych pojęciach. Zbadane zostało na ile możliwa jest budowa takiego systemu korzystając z powszechnie dostępnego sprzętu - zestawu Lego Mindstorms NXT. Główne zadania wykonywane przez robota, to budowanie mapy, osiągnięcie pozycji wskazanej przez operatora oraz wykrywanie i rozpoznawanie prostych obiektów. Badania eksperymentalne wykazały, że zastosowany algorytm rozpoznawaniu obiektów, uzyskał wysoką trafność.
The presented research evaluates how suitable the Lego Mindstorms NXT sets are for implementing real time algorithms in mobile devices. Therefore, a vehicle control method, based on an abstract commands list, was developed. The main tasks executed by the vehicle are: mapping, reaching a location determined by the operator and recognizing a primitive object. The interface of the project is shown in Fig. 1. It allows the user/operator to observe the map, the parameters of the objects and to send commands from the dynamic generated command list. The implemented mapping and object detection algorithms are shown in Fig. 2. The vehicle construction (Fig. 3) is based on the classical model of 2 steered and one balancing wheel. Tab.1 presents the following test results: the achieved position accuracy, object recognition precision and the time of task completion. The odometry [2, 3] of the construction is not good enough. Navigation could be improved by adding some more precise sensors [4], [5]. The efficiency of the object detection algorithm reaches 75%, which is relatively suitable for the vehicle tasks. The test experience shows that the Lego NXT set is not an easy platform to create a general purpose vehicle, because of the many sensor and motor problems. However, the general positive results speak for its partial suitability by experimental verification of different modern attempts requiring vehicles, avoiding great hardware costs.
Źródło:
Pomiary Automatyka Kontrola; 2011, R. 57, nr 8, 8; 839-841
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł

Ta witryna wykorzystuje pliki cookies do przechowywania informacji na Twoim komputerze. Pliki cookies stosujemy w celu świadczenia usług na najwyższym poziomie, w tym w sposób dostosowany do indywidualnych potrzeb. Korzystanie z witryny bez zmiany ustawień dotyczących cookies oznacza, że będą one zamieszczane w Twoim komputerze. W każdym momencie możesz dokonać zmiany ustawień dotyczących cookies