Transforming a Gray-Level image into its Black and White Edges

 

오브젝티브

Following this tutorial, you will learn how to use EasyImage to transform a gray-level image to a binary image, keeping only the edges detected in the image. The conversion uses the Canny edge detector algorithm.

You'll need to load a source image (step 1), and simply apply the Canny edge transformation (step 2).

    

Source image (left) and destination image after Canny edge transformation (right)

Step 1: Load the source image

1. From the main menu, click EasyImage, then Canny Edge Detector.
2. Keep the default variable name, and click OK.
3. Click the Open icon of the Source Image area, and load the image file EasyImage\Key1.tif.
4. Keep the default variable name, and click OK.

Step 2: Apply the Canny edge transformation

1. Click the New icon in the Destination Image area to create a new destination image.
2. Keep the default settings, and click OK.
3. In the canny edge detector dialog box, click Apply to perform the operation in the destination image.