| ||||||
Special commands in SAMTThis menu contains commands that could not fit another menu item. It contains:
Picture routines: Sobel, Edge, LaplaceThe most common edge operator is the so called "Sobel" operator. It is a discrete approximation of the first derivation. It uses two cores:
-1 0 1 and
1 2 1 To calculate the result: A=(Sx*I)^2+(Sy*I)^2
with I as the input picture. The Sobel operator is useful to detect edges in a
map. A variant of the Sobel operator is the edge operator. It can be used
alternatively to the Sobel operator. RotateThe routine "Rotate" rotates a map with an angle 90 degrees,180 degrees or 270 degrees. Point edit
The point function is simple to use. Often it is useful to manipulate
a point in map. To do that, please fill the new value in P1 and
click with mouse to the point (or click to the start point).
With the menu entry "Set Point" the operation will be completed.
| ||||||