hogDraw

PURPOSE ^

Create visualization of hog descriptor.

SYNOPSIS ^

function V = hogDraw( H, w, fhog )

DESCRIPTION ^

 Create visualization of hog descriptor.

 USAGE
  V = hogDraw( H, [w], [fhog] )

 INPUTS
  H          - [m n oBin*4] computed hog features
  w          - [15] width for each glyph
  fhog       - [0] if true draw features returned by fhog

 OUTPUTS
  V          - [m*w n*w] visualization of hog features

 EXAMPLE

 See also hog, fhog

 Piotr's Computer Vision Matlab Toolbox      Version 3.23
 Copyright 2014 Piotr Dollar.  [pdollar-at-gmail.com]
 Licensed under the Simplified BSD License [see external/bsd.txt]

Generated by m2html © 2003