본문 바로가기

논문

(6)
[정리]Histograms of Oriented Gradients for Human Detection (HOG) -3 gradient computation과 orientation binning은 이전 포스팅을 참고해주세요 [정리]Histograms of Oriented Gradients for Human Detection (HOG) -2 HOG 개괄정보는 이전 포스팅을 참고해주세요! [정리]Histograms of Oriented Gradients for Human Detection (HOG) -1 Histograms of Oriented Gradients for Human Detection [feature extraction을 위한 feature.. studyingfox.tistory.com Normalization and Descriptor Blocks 이전 단계에서는 그레디언트에 기반하여 cell마다 히스토그램 구..
[정리]Histograms of Oriented Gradients for Human Detection (HOG) -2 HOG 개괄정보는 이전 포스팅을 참고해주세요! [정리]Histograms of Oriented Gradients for Human Detection (HOG) -1 Histograms of Oriented Gradients for Human Detection [feature extraction을 위한 feature descriptor:HOG descriptor] -Navneet Dalal and Bill Triggs Abstract 논문은 테스트 케이스로 선형 SVM을 기반으로.. studyingfox.tistory.com Gradient Computation HOG descriptor를 계산하려면, 수평 & 수직 변화량(그레디언트)를 계산해야 한다. 즉, x 방향으로 픽셀 값 차이를 구하고 y 방향도 ..
[정리]Histograms of Oriented Gradients for Human Detection (HOG) -1 Histograms of Oriented Gradients for Human Detection [feature extraction을 위한 feature descriptor:HOG descriptor] -Navneet Dalal and Bill Triggs Abstract 논문은 테스트 케이스로 선형 SVM을 기반으로하는 사람 감지를 적용한 강건한 visual object recognition을 위한 feature set에 대해 작성하였다. 저자는 descriptor를 기반으로 하는 edge와 그레디언트를 리뷰한 뒤, HOG의 그리드 descriptor가 사람 감지를 위한 feature set에 잘 맞는다는 것을 실험적으로 보인다. 저자는 fine-scale 그레디언트, fine orientation bi..
[정리]Rapid object detection using a boosted cascade of simple features(Viola-Jones algorithm) -번외 (feat. OpenCV) 논문 정리내용은 이전 포스팅을 참고해주세요! [정리]Rapid object detection using a boosted cascade of simple features(Viola-Jones algorithm) -2 Abstract, Harr-feature와 Integral Image는 이전 포스팅을 참고해주세요! [정리]Rapid object detection using a boosted cascade of simple features(Viola-Jones algorithm) -1 Rapid object detection using a.. studyingfox.tistory.com Viola-Jones in OpenCV 지난 포스팅들에서 살펴본 Viola-Jones 알고리즘은 아직까지도 얼굴인식에 많이..
[정리]Rapid object detection using a boosted cascade of simple features(Viola-Jones algorithm) -2 Abstract, Harr-feature와 Integral Image는 이전 포스팅을 참고해주세요! [정리]Rapid object detection using a boosted cascade of simple features(Viola-Jones algorithm) -1 Rapid object detection using a boosted cascade of simple features [안면 감지(검출)을 위한 알고리즘] -Paul Viola and Michael Jones 얼굴 인식을 위해 이미지나 영상에서 얼굴이 감지되는 작업이 선행되어야.. studyingfox.tistory.com Learning Classification Functions AdaBoost AdaBoost는 Adaptive+Bo..
[정리]Rapid object detection using a boosted cascade of simple features(Viola-Jones algorithm) -1 Rapid object detection using a boosted cascade of simple features [안면 감지(검출)을 위한 알고리즘] -Paul Viola and Michael Jones 얼굴 인식을 위해 이미지나 영상에서 얼굴이 감지되는 작업이 선행되어야 한다. 그래서 이번 논문을 통해 빠르고 정확한 얼굴을 감지(검출)방법을 알아보았다. Abstract 본 논문은 이미지를 매우 빠르게 처리할 수 있고 높은 detection rate에 도달할 수 있는 visual object detection을 위한 머신러닝 접근법을 서술한다. 논문은 크게 세 가지를 중점적으로 이야기한다. 1. Integral Image ->빠르게 연산되는 detector에 의해 이용되는 feature 2. Ada..