Implementation of the Design

This example implements a Sobel edge filter algorithm.

In the VisualApplets design sample library, there are “ready-to-use" samples for edge filtering and further image processing applications. You find these design examples under Examples\Processing in your VisualApplets installation directory with the corresponding documentation, see Processing Examples. You can use these example designs as base for your own application.

For the implementation of this sample Sobel filter design, locate the operators in the Operator Library, drag them into the design and connect them with links as described in the Getting Started section.

You can rename the modules later on for better overview in the design and for better usage during runtime.

Whenever useful, structure the design using HierarchicalBoxes for a better design overview.

And don't forget to save the design from time to time.