What are features in computer vision?
I'm learning how U-NET network works to do semantic segmentation.
I think I have understood everything but features. What are those image features?
I read that convolutional layers extract features from the images using their filters, but what are they? Are they corners? edges? colours?
I have read this article, "Finding Features", but I think I need more information about them.
Topic image-segmentation convolution computer-vision deep-learning
Category Data Science