How to use PHOG features??

조회 수: 10 (최근 30일)
IP student ;(
IP student ;( 2019년 3월 19일
댓글: IP student ;( 2019년 3월 22일
i need to know how to extract PHOG features for an image.

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 3월 19일
For PHOG (Pyramid of Histogram of Oriented Gradients (PHOG)), you can check this custom tool box file, it may works
For literature, please follow the mentioned paper on the above link.
Also , 2nd way check here for Matlab PHOG descriptor file and complete guidlines.
Hope it helps!
  댓글 수: 2
IP student ;(
IP student ;( 2019년 3월 22일
i tried ,but i'm getting error.
Error using imread>parse_inputs (line 450)
The file name or URL argument must be a character vector.
Error in imread (line 322)
[filename, fmt_s, extraArgs, was_cached_fmt_used] = parse_inputs(cached_fmt, varargin{:});
Error in anna_phog (line 19)
Img = imread(I);
Error in featextract (line 9)
p = anna_phog(A2,bin,angle,L,roi)
this is my error
IP student ;(
IP student ;( 2019년 3월 22일
my input image is binary image

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by