• Title/Summary/Keyword: feature projection

Search Result 217, Processing Time 0.024 seconds

A License Plate Recognition System Robust to Vehicle Location and Viewing Angle (영상 내 차량의 위치 및 촬영 각도에 강인한 차량 번호판 인식 시스템)

  • Hong, Sungeun;Hwang, Sungsoo;Kim, Seongdae
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.49 no.12
    • /
    • pp.113-123
    • /
    • 2012
  • Recently, various attempts have been made to apply Intelligent Transportation System under various environments and conditions. Consequently, an accurate license plate recognition regardless of vehicle location and viewing angle is required. In this paper, we propose a novel license plate recognition system which exploits a) the format of license plates to remove false candidates of license plates and to extract characters in license plates and b) the characteristics of Hangul for accurate character recognition. In order to eliminate false candidates of license plates, the proposed method first aligns the candidates of license plates horizontally, and compares the position and the shape of objects in each candidate with the prior information of license plates provided by Korean Ministry of Construction & Transportation. The prior information such as aspect ratio, background color, projection image is also used to extract characters in license plates accurately applying an improved local binarization considering luminance variation of license plates. In case of recognizing Hangul in license plates, they are initially grouped according to their shape similarity. Then a super-class method, a hierarchical analysis based on key feature points is applied to recognize Hangul accurately. The proposed method was verified with high recognition rate regardless of background image, which eventually proves that the proposed LPR system has high performance regardless of the vehicle location or viewing angle.

Facial Feature Detection and Facial Contour Extraction using Snakes (얼굴 요소의 영역 추출 및 Snakes를 이용한 윤곽선 추출)

  • Lee, Kyung-Hee;Byun, Hye-Ran
    • Journal of KIISE:Software and Applications
    • /
    • v.27 no.7
    • /
    • pp.731-741
    • /
    • 2000
  • This paper proposes a method to detect a facial region and extract facial features which is crucial for visual recognition of human faces. In this paper, we extract the MER(Minimum Enclosing Rectangle) of a face and facial components using projection analysis on both edge image and binary image. We use an active contour model(snakes) for extraction of the contours of eye, mouth, eyebrow, and face in order to reflect the individual differences of facial shapes and converge quickly. The determination of initial contour is very important for the performance of snakes. Particularly, we detect Minimum Enclosing Rectangle(MER) of facial components and then determine initial contours using general shape of facial components within the boundary of the obtained MER. We obtained experimental results to show that MER extraction of the eye, mouth, and face was performed successfully. But in the case of images with bright eyebrow, MER extraction of eyebrow was performed poorly. We obtained good contour extraction with the individual differences of facial shapes. Particularly, in the eye contour extraction, we combined edges by first order derivative operator and zero crossings by second order derivative operator in designing energy function of snakes, and we achieved good eye contours. For the face contour extraction, we used both edges and grey level intensity of pixels in designing of energy function. Good face contours were extracted as well.

  • PDF

Computation ally Efficient Video Object Segmentation using SOM-Based Hierarchical Clustering (SOM 기반의 계층적 군집 방법을 이용한 계산 효율적 비디오 객체 분할)

  • Jung Chan-Ho;Kim Gyeong-Hwan
    • Journal of the Institute of Electronics Engineers of Korea SP
    • /
    • v.43 no.4 s.310
    • /
    • pp.74-86
    • /
    • 2006
  • This paper proposes a robust and computationally efficient algorithm for automatic video object segmentation. For implementing the spatio-temporal segmentation, which aims for efficient combination of the motion segmentation and the color segmentation, an SOM-based hierarchical clustering method in which the segmentation process is regarded as clustering of feature vectors is employed. As results, problems of high computational complexity which required for obtaining exact segmentation results in conventional video object segmentation methods, and the performance degradation due to noise are significantly reduced. A measure of motion vector reliability which employs MRF-based MAP estimation scheme has been introduced to minimize the influence from the motion estimation error. In addition, a noise elimination scheme based on the motion reliability histogram and a clustering validity index for automatically identifying the number of objects in the scene have been applied. A cross projection method for effective object tracking and a dynamic memory to maintain temporal coherency have been introduced as well. A set of experiments has been conducted over several video sequences to evaluate the proposed algorithm, and the efficiency in terms of computational complexity, robustness from noise, and higher segmentation accuracy of the proposed algorithm have been proved.

An Efficient Face Region Detection for Content-based Video Summarization (내용기반 비디오 요약을 위한 효율적인 얼굴 객체 검출)

  • Kim Jong-Sung;Lee Sun-Ta;Baek Joong-Hwan
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.30 no.7C
    • /
    • pp.675-686
    • /
    • 2005
  • In this paper, we propose an efficient face region detection technique for the content-based video summarization. To segment video, shot changes are detected from a video sequence and key frames are selected from the shots. We select one frame that has the least difference between neighboring frames in each shot. The proposed face detection algorithm detects face region from selected key frames. And then, we provide user with summarized frames included face region that has an important meaning in dramas or movies. Using Bayes classification rule and statistical characteristic of the skin pixels, face regions are detected in the frames. After skin detection, we adopt the projection method to segment an image(frame) into face region and non-face region. The segmented regions are candidates of the face object and they include many false detected regions. So, we design a classifier to minimize false lesion using CART. From SGLD matrices, we extract the textual feature values such as Inertial, Inverse Difference, and Correlation. As a result of our experiment, proposed face detection algorithm shows a good performance for the key frames with a complex and variant background. And our system provides key frames included the face region for user as video summarized information.

Real-Time Vehicle License Plate Recognition System Using Adaptive Heuristic Segmentation Algorithm (적응 휴리스틱 분할 알고리즘을 이용한 실시간 차량 번호판 인식 시스템)

  • Jin, Moon Yong;Park, Jong Bin;Lee, Dong Suk;Park, Dong Sun
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.3 no.9
    • /
    • pp.361-368
    • /
    • 2014
  • The LPR(License plate recognition) system has been developed to efficient control for complex traffic environment and currently be used in many places. However, because of light, noise, background changes, environmental changes, damaged plate, it only works limited environment, so it is difficult to use in real-time. This paper presents a heuristic segmentation algorithm for robust to noise and illumination changes and introduce a real-time license plate recognition system using it. In first step, We detect the plate utilized Haar-like feature and Adaboost. This method is possible to rapid detection used integral image and cascade structure. Second step, we determine the type of license plate with adaptive histogram equalization, bilateral filtering for denoise and segment accurate character based on adaptive threshold, pixel projection and associated with the prior knowledge. The last step is character recognition that used histogram of oriented gradients (HOG) and multi-layer perceptron(MLP) for number recognition and support vector machine(SVM) for number and Korean character classifier respectively. The experimental results show license plate detection rate of 94.29%, license plate false alarm rate of 2.94%. In character segmentation method, character hit rate is 97.23% and character false alarm rate is 1.37%. And in character recognition, the average character recognition rate is 98.38%. Total average running time in our proposed method is 140ms. It is possible to be real-time system with efficiency and robustness.

Surface ultrastructure of Parvatrema timondavidi (Digenea: Gymnophallidae) according to its developmental stages (Parvatrema timondavidi (Digenea: Gymnophallidae) 피낭유충, 유약충 및 성충의 표피 미세구조)

  • Yu, Jae-Ran;Park, Jin-Yeong;Chae, Jong-Il
    • Parasites, Hosts and Diseases
    • /
    • v.32 no.2
    • /
    • pp.65-74
    • /
    • 1994
  • Surface ultrastructure of Pawctrema timonnauini developmental stages was studied using a scanning electron microscope. The metacercariae were collected from the marine clam, Topes phiLippinam and juvenile and adult worms were recovered at 1, 2, 3 and 7 days after experimental infection of mice. The metacercariae had a large oral sucker and characteristic lateral projections. Around the lip of the oral sucker many type I and type II sensory papillae were observed, and type III papillae were located symmetrically on the medial side of the lateral projection. Numerous type I papillae were grouped around the genital pore. The tegumental spines were distributed over the worm surface except the lip of the suckers and genital pore. The 1-day old worm had a well-developed ventral sucker, with 6 type II sensory papillae on its outer surface and another 6 type I papillae on the inner side. Two small type I papillae were seen on the anterior side of the ventral sucker. The genital pore was small and opened separately from the ventral sucker and 15 type I papillae were grouped around it. The 2-, 3-. and 7-day worms revealed that as they grew to be adults, the spine tips became multipointed, the genital pore formed a genital atrium, and the cytoplasmic process became well differentiated. In 2- and 3-day worms 10 type II papillae encircling the lip of the oral sucker, and additional 4 papillae at the dorsal side of 4 dorsal type II papillae were a characteristic feature. The distribution pattern of sensory papillae around the oral sucker and genital pore, and 2 type I papillae on the anterior side of the ventral sucker, was so peculiar in R timonnnuini, that they seem to be useful keys for taxonomic differentiation from other gymnophallids.

  • PDF

A Study on the Location and Landscaping Characteristics of Yonghogugok of Jiri Mountain Illuminated by Old Literatures and Letters Carved on the Rocks (고문헌과 바위글씨로 조명한 지리산 용호구곡(龍湖九曲)의 입지 및 경관특성)

  • Rho, Jae-Hyun;Kahng, Byung-Seon
    • Journal of the Korean Institute of Traditional Landscape Architecture
    • /
    • v.32 no.3
    • /
    • pp.154-167
    • /
    • 2014
  • The results of this study conducted to identify the substance, regional characteristics or landscaping of Namwon Yonghogugok, which is the only valley of Jiri Mountain, based on Kim Samun's 'Yonghokugok-Gyeongseungannae(龍湖九曲景勝案內)', 'Yongseongji(龍城誌)' and position, meaning of letters carved and projection technique by ArcGIS10.0 on the rocks are as below. The feature landscapes of the canyon of Yonghogugok, which is an incised meander and one of the Eight beautiful scenery of Namwon, ponds, cliffs and rocks generated with metamorphic rocks and granites weathered by rapids torrents. As a result of measuring the GPS coordinates of the letters carved on the rocks, excluding the 3 Gok Hakseoam and the distances based on the origin and destination of the letters carved on the rocks using the API(Application Programming Interface) function of Daum map, the total distance of Yonghogugok was 3.5km and the average distance between the each Gok was 436.5m. It is assumed that Yonghogugok was designated by Sarim(士林) of the Kiho School(畿湖學派) related to Wondong Hyangyak(元洞鄕約) which is the main agent of Yonghojeongsa(龍湖精舍), the forerunner of Yonghoseowon(龍湖書院), between the late Joseon Dynasty and the early Japanese colonial era, in 1927. Its grounds are the existence of Yonghoyeongdang mentioned on 'Yonghojeongsilgi'(龍湖亭實記), records of 'Haeunyugo(荷隱遺稿)', 'Yonghopumje(龍湖品題)' of Bulshindang(佛神堂), 'Yonghojeongsadonggu Gapjachun(龍湖精舍洞口 甲子春)' letters carved on the rocks and 'Yonghogugok-Shipyeong(龍湖九曲十詠)' posted on Mokgandang of Yonghoseowon. Comprehensively considering the numerous poetry society lists carved on the stone wall of Punghodae(風乎臺), the Sixth Gok Yuseondae, its stone mortar, 'Bangjangjeildongcheon(方丈第一洞天)' of Bulshindang and Gyoryongdam(交龍潭), the Yonghoseokmun(龍湖石門) letters carved on the rocks, Yeogungseok adjacent to the First Gok and Fengshui facilities, centered on Yonghoseowon and Yonghojeong, Yonghogugok can be understood as a unique valley culture formed with the thoughts of Confucianism, Buddhism, Taoism and Fengshui. 'Yonghogugok-Gyeongseungannae' provides very useful information to understand the place name, called by locals and landscaping aspects of Yonghogugok in the late Joseon Dynasty. In addition, the meaning of "Nine dragons" and even though 12 chu(湫: pond) of Yonghogugok Yongchudong including Bulyeongchu, Guryongchu, Isuchu, Goieumchu and Daeyachu are mentioned on Yongseongji, a part of them cannot be confirmed now. Various place names and facilities relevant to Guryong adjacent to Yonghogugok are the core of the place identity. In addition, the accurate location identification and the delivery of the landscaping significance of the 12 ponds is expected to provide landscaping attractiveness of Yonghogugok and become very useful contents for landscaping storytelling and a keyword of storyboard.