Research Article

First- and Second-Order Full-Differential in Edge Analysis of Images

Algorithm 1

Edge Detection with First and Second Differential.
Input: Images and ;
Output: Edges of , ,
   where ;
Step  1. Boundary processing ;
Step  2. Pre-processing with rgb2gray (or rgb2hsv);
Step  3. Differential computing according to (7);
Step  4. Differential computing according to (15);
Step  5. Edge image according to (9);
Step  6. Edge image according to (16);
Step  7. End.