Why do number of features are different for same person's retinal image
1 view (last 30 days)
Show older comments
I am doing a project "Personal Identification on the basis of Retina". I have made feature matrix that comprise of distance and angles between a candidate a feature point and its 4 nearest neighbors. In my data set I have two images per person. When I calculate my feature matrix then for both the images of same person the number of extracted features is different. Will this difference effect the results in matching step between test data and training data?? Or there is some way through which I can correct this? Below are two images of same person.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/162718/image.png)
0 Comments
Accepted Answer
Image Analyst
on 7 Apr 2017
It depends on what you call a feature. For a simple example, let's say that your features were the optic disc diameter, and the number of vessel bifurcations. So that's just two features and it will be two features for all possible images, even though the values of those features may be different.
Or lets say the features were the optic disc diameter, the number of vessel bifurcations, and the (x,y) locations of vessel bifurcations. If you consider the list of locations as a single feature, since they can be stored in an N by 2 array, then you just have 3 features. However if you consider the list to be N features, then you have N+2 features total and that will vary from image to image because the number of bifurcations, N, will vary from image to image.
7 Comments
More Answers (0)
See Also
Categories
Find more on Image Segmentation and Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!