How to make dictionary in Matlab
Show older comments
I am extracting a pattern from an image. Then I want to match that pattern with my self made dictionary. My extracted pattern format is this in array data structure: {0,1,0,0,1,0} . For eg. this example array represents Alphabet "B". I want to make a dictionary from A to Z. So that, I extract pattern from image in above mentioned format and check in my dictionary.
Accepted Answer
More Answers (1)
Walter Roberson
on 22 Dec 2016
3 votes
Categories
Find more on Author Block Masks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!