Weidong An

Results 4 comments of Weidong An

- Heuristics costs added - bug fixed along the boundaries Result for the google logo ![google](https://user-images.githubusercontent.com/15988616/26904502-35627716-4bb0-11e7-99d6-422aa0dccc02.jpg)

Added the oriented squares filters. Added implementation for multiple kinds of filters. `google = imresize(imread('google.jpg'),0.5); mat = AMAT(google, 'shape', 'mixed');` This implementation is not working so well for setCover, but...

Bug fixed for the rotated square filters. Run the following code: `google = imresize(imread('google.jpg'),0.5); mat = AMAT(google, 'shape', 'mixed');` Result for the google logo image. ![amat](https://user-images.githubusercontent.com/15988616/27455963-27b70ce4-576d-11e7-94fa-9af438d5dbc6.jpg)

Added implementation for combined filter by rotating the image. Run the following `mat = AMAT(google, 'shape', 'mixed2');` ![1](https://user-images.githubusercontent.com/15988616/27885146-f1f6cdbe-61a4-11e7-8c76-f80e2206db48.jpg)