amat icon indicating copy to clipboard operation
amat copied to clipboard

Appearance-based Medial Axis Transform for natural images

Results 2 amat issues
Sort by recently updated
recently updated
newest added

Bug in line 20 of tsogkas/amat/demo.m caused by bug in tsogkas/spb-mil/testSPB.m: Error: Dot indexing is not supported for variables of this type. testSPB.m: Line 110- | modelName = lower(model.name); Cause:...

Use integral image to compute the encodings and costs. To use the square filters `google = imresize(imread('google.jpg'),0.5); mat = AMAT(google, 'shape', 'square');` Now the costs is using mean square errors....