• Title/Summary/Keyword: HOG feature

Search Result 67, Processing Time 0.024 seconds

A Study on the Hog Price Patterns and It's Forecasting Model (돼지가격(價格)의 변동(變動)패턴과 예측모형(豫測模型)에 관(關)한 연구(硏究))

  • Kim, Chul Ho
    • Korean Journal of Agricultural Science
    • /
    • v.12 no.2
    • /
    • pp.341-348
    • /
    • 1985
  • This study aims at analysis hog cycles and seasonal price patterns, and at develop the procedure for price forecasting based on the relative price ratios by farmers. Seasonal price patterns have been a persistent feature of hog markets. Some month have historically high price and other months historically low price. Hog price tend to be high in Feb, May, June, Sept, winter (Nov. to Jan.) and tend to be low in the other months. There have been four price cycles for 12 years, 1972-1984, the length of the hog price cycle has varied from 24 month to 42 months, with the irregular frequency. The increasing period of the price cycle lasted 23 months and the decreasing period of the price cycle lasted 13 months. Tables 2, 3, 4 in this study show average hog price ratios and the number of times price fall, rose for one, two, and three months ahead of each calendar month.

  • PDF

Truck Classification System Using HOG Feature - based SVM (HOG 특징 기반 SVM 을 활용한 화물차 분류 시스템)

  • Kang, Keon-Woo;Kang, Suk-Ju
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2018.06a
    • /
    • pp.345-346
    • /
    • 2018
  • 차종 별 교통량 자료는 도로의 유지관리나 분석 등의 행정 처리 업무에 필요한 기본 자료임과 동시에 각종 연구에 활용된다. 본 시스템은 그 일환으로서 화물차나 일반차량을 구분하여 특정 도로의 화물차 비율이나 교통량을 파악하는데 활용할 수 있다. 머신 러닝 알고리즘 중에서 높은 성능을 보이는 Support Vector Machine (SVM) 알고리즘을 이용하여 도로 위의 일반차량과 화물차를 구분하였다. 우선, 화물차와 일반차량의 차이를 구분하고자 각각의 영상에 대해 Histogram of Oriented Gradients (HOG) 기반 특징점을 추출하고 이에 따라 1 차원 벡터로 표현된 데이터를 SVM 으로 분류하여 구분한다.

  • PDF

Contrast HOG and Feature Spatial Relocation based Two Wheeler Detection Research using Adaboost

  • Lee, Yeunghak;Shim, Jaechang
    • Journal of Multimedia Information System
    • /
    • v.4 no.1
    • /
    • pp.33-38
    • /
    • 2017
  • This article suggests a new algorithm for detecting two-wheelers on the road that have various shapes according to viewpoints. Because of complicated shapes, it is more difficult than detecting a human. In general, the Histograms of Oriented Gradients(HOG) feature is well known as a useful method of detecting a standing human. We propose a method of detecting a human on a two-wheelers using the spatial relocation of HOG (Histogram of Oriented Gradients) features. And this paper adapted the contrast method which is generally using in the image process to improve the detection rate. Our experimental results show that a two-wheelers detection system based on proposed approach leads to higher detection accuracy, less computation, and similar detection time than traditional features.

Pedestrian Detection using HOG Feature and Multi-Frame Operation (HOG 특징과 다중 프레임 연산을 이용한 보행자 탐지)

  • Seo, Chang-jin;Ji, Hong-il
    • The Transactions of the Korean Institute of Electrical Engineers P
    • /
    • v.64 no.3
    • /
    • pp.193-198
    • /
    • 2015
  • A large number of vision applications rely on matching keypoints across images. Pedestrian detection is under constant pressure to increase both its quality and speed. Such progress allows for new application. A higher speed enables its inclusion into large systems with extensive subsequent processing, and its deployment in computationally constrained scenarios. In this paper, we focus on improving the speed of pedestrian detection using HOG(histogram of oriented gradient) and multi frame operation which is robust to illumination changes in cluttering images. The result of our simulation indicates that the detection rate and speed of the proposed method is much faster than that of conventional HOG and differential images.

Implementation of Pedestrian Recognition Based on HOG using ROI for Real Time Processing (실시간 처리를 위한 ROI가 적용된 HOG 기반 보행자 인식 구현)

  • Lee, Joo-Young
    • Journal of IKEEE
    • /
    • v.18 no.4
    • /
    • pp.581-585
    • /
    • 2014
  • In this paper, we propose a pedestrian detection by applying the HOG feature using ROI. Conventional HOG method has high accuracy, but shows the disadvantage of slow processing speed. By applying the ROI to the conventional method reduce computations for unnecessary area. Therefore proposed method improves the processing speed. In order to set the ROI area, we propose a structure that combined odd frames and even frames. Odd frame is in charge of operation for the entire area. And even frame does the operation for the ROI area. Implementation results of proposed method maintaining the same accuracy as the conventional method show a 20% improved performance of 8.3 frames per second.

Fast Human Detection Algorithm for High-Resolution CCTV Camera (고해상도 CCTV 카메라를 위한 빠른 사람 검출 알고리즘)

  • Park, In-Cheol
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.15 no.8
    • /
    • pp.5263-5268
    • /
    • 2014
  • This paper suggests a fast human detection algorithm that can be applied to a high-resolution CCTV camera. Human detection algorithms, which used a HOG detector show high performance in the region of image processing. On the other hand, it is difficult to apply to real-time high resolution imaging because of its slow processing speed in the extracting figures of HOG. To resolve this problems, we suggest how to detect humans into two stages. First, candidates of a human region are found using background subtraction, and humans and non-humans are distinguished using a HOG detector only. This process increases the detection speed by approximately 2.5 times without any degradation in performance.

A Study on Multi Target Tracking using HOG and Kalman Filter (HOG와 칼만필터를 이용한 다중 표적 추적에 관한 연구)

  • Seo, Chang-Jin
    • The Transactions of the Korean Institute of Electrical Engineers P
    • /
    • v.64 no.3
    • /
    • pp.187-192
    • /
    • 2015
  • Detecting human in images is a challenging task owing to their variable appearance and the wide range of poses the they can adopt. The first need is a robust feature set that allows the human form to be discriminated cleanly, even in cluttered background under difficult illumination. A large number of vision application rely on matching keypoints across images. These days, the deployment of vision algorithms on smart phones and embedded device with low memory and computation complexity has even upped the ante: the goal is to make descriptors faster compute, more compact while remaining robust scale, rotation and noise. In this paper we focus on improving the speed of pedestrian(walking person) detection using Histogram of Oriented Gradient(HOG) descriptors provide excellent performance and tracking using kalman filter.

The Study of Support Vector Machine-based HOG (Histogram of Oriented Gradients) Feature Vector for Recognition by Numerical Sign Language (숫자 수화 인식을 위한 서포트 벡터 머신 기반의 HOG(Histogram of Oriented Gradients) 특징 벡터 연구)

  • Lee, SeungHwan;Yoo, JaeChern
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2019.07a
    • /
    • pp.271-272
    • /
    • 2019
  • 현재 4차 산업혁명으로 인해 많은 이들의 삶의 질이 이전보다 개선되었음에도 불구하고, 소외된 계층을 위한 개발은 타 분야에 비해서 더뎌지고 있는 실정이다. 현대의 청각 장애인과 언어 장애인들은 시각 언어인 수화를 이용하여 의사소통을 한다. 그러나 수화는 진입 장벽이 높기 때문에, 이를 사용하지 않는 사람들은 청각 장애인 및 언어 장애인과 의사소통을 하는데 어려움을 겪는다. 본 논문은 이러한 불편함을 줄이기 위해 서포트 벡터 머신(Support Vector Machine, SVM) 기반의 HOG(Histogram of Oriented Gradients) 특징 벡터를 이용하여 수화의 기본인 숫자를 분류할 수 있는 시스템을 구현하여 수화를 번역할 수 있는 가능성을 제안한다.

  • PDF

Identification via Retinal Vessels Combining LBP and HOG

  • Ali Noori;Esmaeil Kheirkhah
    • International Journal of Computer Science & Network Security
    • /
    • v.23 no.3
    • /
    • pp.187-192
    • /
    • 2023
  • With development of information technology and necessity for high security, using different identification methods has become very important. Each biometric feature has its own advantages and disadvantages and choosing each of them depends on our usage. Retinal scanning is a bio scale method for identification. The retina is composed of vessels and optical disk. The vessels distribution pattern is one the remarkable retinal identification methods. In this paper, a new approach is presented for identification via retinal images using LBP and hog methods. In the proposed method, it will be tried to separate the retinal vessels accurately via machine vision techniques which will have good sustainability in rotation and size change. HOG-based or LBP-based methods or their combination can be used for separation and also HSV color space can be used too. Having extracted the features, the similarity criteria can be used for identification. The implementation of proposed method and its comparison with one of the newly-presented methods in this area shows better performance of the proposed method.

An Efficient Pedestrian Recognition Method based on PCA Reconstruction and HOG Feature Descriptor (PCA 복원과 HOG 특징 기술자 기반의 효율적인 보행자 인식 방법)

  • Kim, Cheol-Mun;Baek, Yeul-Min;Kim, Whoi-Yul
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.50 no.10
    • /
    • pp.162-170
    • /
    • 2013
  • In recent years, the interests and needs of the Pedestrian Protection System (PPS), which is mounted on the vehicle for the purpose of traffic safety improvement is increasing. In this paper, we propose a pedestrian candidate window extraction and unit cell histogram based HOG descriptor calculation methods. At pedestrian detection candidate windows extraction stage, the bright ratio of pedestrian and its circumference region, vertical edge projection, edge factor, and PCA reconstruction image are used. Dalal's HOG requires pixel based histogram calculation by Gaussian weights and trilinear interpolation on overlapping blocks, But our method performs Gaussian down-weight and computes histogram on a per-cell basis, and then the histogram is combined with the adjacent cell, so our method can be calculated faster than Dalal's method. Our PCA reconstruction error based pedestrian detection candidate window extraction method efficiently classifies background based on the difference between pedestrian's head and shoulder area. The proposed method improves detection speed compared to the conventional HOG just using image without any prior information from camera calibration or depth map obtained from stereo cameras.