Feature Detector
keypoints=cv_fast(image,threshold,nonmaxSuppression)
Input Image whoes features are to be extracted
It is the threshold value ->must be constant
Constant must be pass, It decides whether non-maximum suppression to be applied or not
These are the keypoints optained from Feature extraction
Feature Detector
Using cv_fast function one can extract features which are returned in the form of Keypoints