I read about image features on wikipedia and I am still confused about what exactly they are.
Term is explained in a manner such that I cant clear my confusion.
1. They represent a Class (edge is a feature and boundry is another)
2. They represent a instance of a Class(all the edges detected will be a feature)
Suppose I detect all the corners of an object and put them in an array
say A
.
Did I get only one feature or I got features=len(A)
.