MATLAB: Extract HOG Features in Matlab

Computer Vision Toolboxembedded matlab functionextractfeatureshog

Is there a way to use the extractHOGFeatures method in matlab? I downloaded the Computer Vision System Toolbox, but I'm still unable to use the function.

Best Answer

The extractHOGFeatures function was introduced in R2013b. If you have a version of the Computer Vision System Toolbox prior to that you won't find this function.
Related Question