blob: 8642c8f7307d2f2eea95efa10c3d330cbd3cdd21 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
#{ IMGEOM -- The Image Geometric Transformation Package.
set imgeom = "images$imgeom/"
package imgeom
# Tasks.
task blkavg,
blkrep,
imshift,
imtranspose,
im3dtran,
magnify,
shiftlines = "imgeom$x_images.e"
# Tasks in other packages
# Geotran is used by the imlintran and rotate tasks.
task geotran = "immatch$x_images.e"
hidetask geotran
# Scripts
task imlintran = "imgeom$imlintran.cl"
task rotate = "imgeom$rotate.cl"
clbye()
|