PANDORE Version 6 | GREYC-IMAGE |
psusan is a corner detector. Corners are T, L or Y junctions or points with strong texture variation. Corners correspond to double discontinuities of the intensity function caused by discontinuities in the reflectance or the depth functions.
The susan algorithm consists in:
The output image im_out is a Long image that encodes for each pixel the strength of the response at this point.
Returns SUCCESS or FAILURE.
Extracts corners from image tangram.pan and superimposes corners on the initial image.
psusan 20 tangram.pan a.pan pbinarization 1000 1e30 a.pan b.pan padd b.pan tangram.pan out.pan
Détection de points d'intérêt selon l'algorithme SUSAN.
Author: Régis Clouard