Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. P1
  2.  
  3. why ?
  4. Too many images, how to search ?
  5. a. human annotation impractical
  6. b. Content Based Image Retrieval - cbir identifies low-level features (color/shape/texture),
  7. need higher level because SEMANTIC GAP
  8. SEMANTIC GAP= (gap b/w lower-level features & semantic concepts used by humans to describe images)
  9. c. Automatic Image Annotation
  10.  
  11. main idea of AIA :
  12. automatically learn "semantic concept models" from large number of image samples
  13. use the concept models to annotate new images.
  14. => images can be retrieved by keywords.
  15.  
  16. Img => Semantic Concept Model => Annotate.
  17.  
  18. P2 FE(Feature Extraction Review)
  19. input image == unstructured array of pixels
  20. 1. FE from these pixels
  21. 2. region based FE >> global FE
  22. 3. region based FE needs Image Segmentation
  23.  
  24. Image Segmentation = want homogenous regions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement