I am using shape context histograms as a feature descriptor to encode silhouette images. To assist with debugging, I would like to view the shape context logpolar bins overl
Doing this:
>> figure >> axes >> hold on >> radius = 1; >> theta = 0:30:360; >> for angle = theta line([0 radius * cosd(angle)], [0 radius * sind(angle)]); end
produces this: