Visual Learning and Recognition: Difference between revisions

Line 484: Line 484:
Thus you can divide up an image into these regions of similar pixels and do reasoning on the regions rather than individual pixels.   
Thus you can divide up an image into these regions of similar pixels and do reasoning on the regions rather than individual pixels.   
These regions of similar pixels are called ''superpixels''.
These regions of similar pixels are called ''superpixels''.
;SLIC Superpixels
This is a very popular algorithm for superpixels. 
You can control the quantity of superpixels. 
Large superpixels are combinations of smaller superpixels.
* Assignment 1 will be to extract superpixels.
* Assignment 2 will be to classify superpixels.
* Assignment 3 will be to replace RGB with deep features.


==Will be on the exam==
==Will be on the exam==