• Title/Summary/Keyword: location detection

Search Result 1,591, Processing Time 0.031 seconds

A Vehicle Detection and Tracking Algorithm Using Local Features of The Vehicle in Tunnel (차량의 부분 특징을 이용한 터널 내에서의 차량 검출 및 추적 알고리즘)

  • Kim, Hyun-Tae;Kim, Gyu-Young;Do, Jin-Kyu;Park, Jang Sik
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.8 no.8
    • /
    • pp.1179-1186
    • /
    • 2013
  • In this paper, an efficient vehicle detection and tracking algorithm for detection incident in tunnel is proposed. The proposed algorithm consists of three steps. The first one is a step for background estimates, low computational complexity and memory consumption Running Gaussian Average (RGA) is used. The second step is vehicle detection step, Adaboost algorithm is applied to this step. In order to reduce false detection from a relatively remote location of the vehicles, local features according to height of vehicles are used to detect vehicles. If the local features of an object are more than the threshold value, the object is classified as a vehicle. The last step is a vehicle tracking step, the Kalman filter is applied to track moving objects. Through computer simulations, the proposed algorithm was found that useful to detect and track vehicles in the tunnel.

Unusual Behavior Detection of Korean Cows using Motion Vector and SVDD in Video Surveillance System (움직임 벡터와 SVDD를 이용한 영상 감시 시스템에서 한우의 특이 행동 탐지)

  • Oh, Seunggeun;Park, Daihee;Chang, Honghee;Chung, Yongwha
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.2 no.11
    • /
    • pp.795-800
    • /
    • 2013
  • Early detection of oestrus in Korean cows is one of the important issues in maximizing the economic benefit. Although various methods have been proposed, we still need to improve the performance of the oestrus detection system. In this paper, we propose a video surveillance system which can detect unusual behavior of multiple cows including the mounting activity. The unusual behavior detection is to detect the dangerous or abnormal situations of cows in video coming in real time from a surveillance camera promptly and correctly. The prototype system for unusual behavior detection gets an input video from a fixed location camera, and uses the motion vector to represent the motion information of cows in video, and finally selects a SVDD (one of the most well-known types of one-class SVM) as a detector by reinterpreting the unusual behavior into an one class decision problem from the practical points of view. The experimental results with the videos obtained from a farm located in Jinju illustrate the efficiency of the proposed method.

Detection of Underwater Target Using Adaptive Filter (해수에서 물체 탐지를 위한 적응 필터의 이용에 관한 연구)

  • Oh, Jong-Taik;Kwon, Sung-Jai;Park, Song-Bai
    • The Journal of the Acoustical Society of Korea
    • /
    • v.8 no.4
    • /
    • pp.29-38
    • /
    • 1989
  • Detection of an underwater target by acoustic wave raises various difficulties due to unpredictable noise interference which originates from clutter, reverberation, and variations of medium characteristics with time and location. The SNR and the range resolution of conventional SONAR systems using a matched filter are generally poor, since the latter is optimum only in the additive white noise case. Furthermore, it cannot compensate for variations of the detection level which are responsible for the resultant detection errors. In this paper, the unpredictable interferences are compensated for by using an adaptive filter. It recursively estimates the channel impulse response based on the received echo signal. In the low noise environments, the estimated impulse response is close to the true one, providing a good range resolution, and a matched filter is used subsequently for the purpose of detection. It is shown through computer simulation that good performance can be achieved via the two steps of filtering. Also, the detection level remains unchanged without any additional provisions. Finally, we present the characteristics of the employed adaptive filter parameters.

  • PDF

Vision-based Real-Time Two-dimensional Bar Code Detection System at Long Range (비전 기반 실시간 원거리 2차원 바코드 검출 시스템)

  • Yun, In Yong;Kim, Joong Kyu
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.52 no.9
    • /
    • pp.89-95
    • /
    • 2015
  • In this paper, we propose a real-time two-dimensional bar code detection system even at long range using a vision technique. We first perform short-range detection, and then long-range detection if the short-range detection is not successful. First, edge map generation, image binarization, and connect component labeling (CCL) are performed in order to select a region of interest (ROI). After interpolating the selected ROI using bilinear interpolation, a location symbol pattern is detected as the same as for short-range detection. Finally, the symbol pattern is arranged by applying inverse perspective transformation to localize bar codes. Experimental results demonstrate that the proposed system successfully detects bar codes at two or three times longer distance than existing ones even at indoor environment.

Vibration based damage detection in a scaled reinforced concrete building by FE model updating

  • Turker, Temel;Bayraktar, Alemdar
    • Computers and Concrete
    • /
    • v.14 no.1
    • /
    • pp.73-90
    • /
    • 2014
  • The traditional destructive tests in damage detection require high cost, long consuming time, repairing of damaged members, etc. In addition to these, powerful equipments with advanced technology have motivated development of global vibration based damage detection methods. These methods base on observation of the changes in the structural dynamic properties and updating finite element models. The existence, location, severity and effect on the structural behavior of the damages can be identified by using these methods. The main idea in these methods is to minimize the differences between analytical and experimental natural frequencies. In this study, an application of damage detection using model updating method was presented on a one storey reinforced concrete (RC) building model. The model was designed to be 1/2 scale of a real building. The measurements on the model were performed by using ten uni-axial seismic accelerometers which were placed to the floor level. The presented damage identification procedure mainly consists of five steps: initial finite element modeling, testing of the undamaged model, finite element model calibration, testing of the damaged model, and damage detection with model updating. The elasticity modulus was selected as variable parameter for model calibration, while the inertia moment of section was selected for model updating. The first three modes were taken into consideration. The possible damaged members were estimated by considering the change ratio in the inertia moment. It was concluded that the finite element model calibration was required for structures to later evaluations such as damage, fatigue, etc. The presented model updating based procedure was very effective and useful for RC structures in the damage identification.

A Study on Mask-based Edge Detection Algorithm using Morphology (모폴로지를 이용한 마스크 기반 에지 검출 알고리즘에 관한 연구)

  • Lee, Chang-Young;Kim, Nam-Ho
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.19 no.10
    • /
    • pp.2441-2449
    • /
    • 2015
  • In this digital information era, utilization of images are essential for various media, and the edge is an important characteristical information of an object in images that includes the size, location, direction and etc. Many domestic and international studies are being conducted in order to detect these edge. Existing edge detection methods include Sobel, Prewitt, Roberts, Laplacian, LoG and etc. which apply fixed weight value. As these existing edge detection methods apply fixed weight mask to the image, edge detection characteristic appears slightly insufficient. Accordingly, in order to supplement these problems, this study used bottom-hat transformation from mathematical morphology and opening operation in improving the image and proposed an algorithm that detects for the edge after calculating mask-based gradient. And to evaluate the performance of the proposed algorithm, a comparison was made against the existing Sobel, Roberts, Prewitt, Laplacian, LoG edge detection methods, in illustrating visual images, and similarities were compared by calculating the MSE value based on the standard of each image.

The Novel ATSC Signal Detection and Data Fusion Algorithms for CR System in TV White Space (TV White Space에서 CR 시스템을 위한 새로운 ATSC 신호 검출 및 데이터 통합 알고리즘)

  • Lim, Sun-Min;Jung, Hoi-Yoon;Kim, Sang-Won;Jeong, Byung-Jang
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.36 no.8A
    • /
    • pp.723-729
    • /
    • 2011
  • FCC of U.S. permitted usage of unlicensed system on unused spectrum in TV white space after DTV transition. The unlicensed systems are required to avoid harmful interference to licensed users by employing geo-location database and spectrum sensing. The conventional spectrum sensing algorithms for ATSC signal were focused on detection of pilot signal. However, they can not guarantee detection of ATSC signal when pilot signal is attenuated by channel environment such as fading. To overcome drawbacks of conventional schemes, in this paper, we propose a signal detection and data fusion algorithm using cyclo-stationary feature weighted by signal energy. Simulation results verify that the proposed algorithm can provide 2dB SNR gain for 90% detection probability compare with the conventional scheme. We can reduce quiet period for spectrum sensing and improve signal detection probability by employing the proposed algorithm.

Damage Detection of Shear Building Structures Using Dynamic Response (동적응답신호를 이용한 전단형 건물의 손상추정)

  • Yoo, Suk-Hyeong
    • Journal of the Korea institute for structural maintenance and inspection
    • /
    • v.18 no.3
    • /
    • pp.101-107
    • /
    • 2014
  • Damage location and extent of structure could be detected by the inverse analysis on dynamic response properties such as frequencies and mode shapes. The dynamic response of building structures has many noise and affected by nonstructural members and, above all, the behavior of building structure is more complex than civil structure and this makes the damage detection difficult. In recent researches the damage is detected by the indirect index such as sensitivity or assumed values. However, for the more reasonable damage detection, it needs to use the damage index directly induced from dynamic equation. The purpose of this study is to provide the damage detection method on shear building structures by the damage index directly induced from dynamic equation. The provided damage index could be estimated from measured mode shape of undamaged structure and frequency difference between undamaged and damaged structure. The damage detection method is applied to numerical analysis model such as MATLAB and MIDAS GENw for the verification. The damage index at damaged story represents (-) sign and 15 times than other undamaged sories.

Comparison of accuracy between panoramic radiography, cone-beam computed tomography, and ultrasonography in detection of foreign bodies in the maxillofacial region: an in vitro study

  • Abdinian, Mehrdad;Aminian, Maedeh;Seyyedkhamesi, Samad
    • Journal of the Korean Association of Oral and Maxillofacial Surgeons
    • /
    • v.44 no.1
    • /
    • pp.18-24
    • /
    • 2018
  • Objectives: Foreign bodies (FBs) account for 3.8% of all pathologies of the head and neck region, and approximately one third of them are missed on initial examination. Thus, FBs represent diagnostic challenges to maxillofacial surgeons, rendering it necessary to employ an appropriate imaging modality in suspected cases. Materials and Methods: In this cross-sectional study, five different materials, including wood, metal, glass, tooth and stone, were prepared in three sizes (0.5, 1, and 2 mm) and placed in three locations (soft tissue, air-filled space and bone surface) within a sheep's head (one day after death) and scanned by panoramic radiography, cone-beam computed tomography (CBCT), and ultrasonography (US) devices. The images were reviewed, and accuracy of the detection modalities was recorded. The data were analyzed statistically using the Kruskal-Wallis, Mann-Whitney U-test, Friedman, Wilcoxon signed-rank and kappa tests (P<0.05). Results: CBCT was more accurate in detection of FBs than panoramic radiography and US (P<0.001). Metal was the most visible FB in all of modalities. US was the most accurate technique for detecting wooden materials, and CBCT was the best modality for detecting all other materials, regardless of size or location (P<0.05). The detection accuracy of US was greater in soft tissue, while both CBCT and panoramic radiography had minimal accuracy in detection of FBs in soft tissue. Conclusion: CBCT was the most accurate detection modality for all the sizes, locations and compositions of FBs, except for the wooden materials. Therefore, we recommend CBCT as the gold standard of imaging for detecting FBs in the maxillofacial region.

Feasibility Study for Detecting the Tropopause Folding Turbulence Using COMS Geostationary Satellite (천리안 위성 자료를 이용한 대류권계면 접힘 난류 탐지 가능성 연구)

  • Kim, Mijeong;Kim, Jae Hwan
    • Atmosphere
    • /
    • v.27 no.2
    • /
    • pp.119-131
    • /
    • 2017
  • We present and discuss the Tropopause Folding Turbulence Detection (TFTD) algorithm for the Korean Communication, Ocean, Meteorological Satellite (COMS) which is originally developed for the Tropopause Folding Turbulence Product (TFTP) from the Geostationary Operational Environmental Satellite (GOES)-R. The TFTD algorithm assumes that the tropopause folding is linked to the Clear Air Turbulence (CAT), and thereby the tropopause folding areas are detected from the rapid spatial gradients of the upper tropospheric specific humidity. The Layer Averaged Specific Humidity (LASH) is used to represent the upper tropospheric specific humidity calculated using COMS $6.7{\mu}m$ water vapor channel and ERA-interim reanalysis temperature at 300, 400, and 500 hPa. The comparison of LASH with the numerical model specific humidity shows a strong negative correlation of 80% or more. We apply the single threshold, which is determined from sensitivity analysis, for cloud-clearing to overcome strong gradient of LASH at the edge of clouds. The tropopause break lines are detected from the location of strong LASH-gradient using the Canny edge detection based on the image processing technique. The tropopause folding area is defined by expanding the break lines by 2-degree positive gradient direction. The validations of COMS TFTD is performed with Pilot Reports (PIREPs) filtered out Convective Induced Turbulence (CIT) from Dec 2013 to Nov 2014 over the South Korea. The score test shows 0.49 PODy (Probability of Detection 'Yes') and 0.64 PODn (Probability of Detection 'No'). Low POD results from various kinds of CAT reported from PIREPs and the characteristics of high sensitivity in edge detection algorithm.