Code covered by the BSD License  

Highlights from
feature-based retinal image registration

image thumbnail
from feature-based retinal image registration by Li CHEN
feature point, retinal image , image registration, blood vessel

points_featureangle(bw, radius);
function [ptbifubest, anglemat, bw] = points_featureangle(bw, radius);

% This function call subfunctions to generate the feature data

se = strel('square', 5);
bw = bwmorph(imdilate(bw, se), 'thin', Inf);

[ptbifu, ptroot] = points_init(bw);
[ptbifubest, anglemat] = points_select(bw, ptbifu, radius, 3);

Contact us at files@mathworks.com