Short: Simple tool that can automatic align pictures Author: subvcbhd@w271zrz.zrz.tu-berlin.de (Henk Jonas) Uploader: subvcbhd w271zrz zrz tu-berlin de (Henk Jonas) Type: gfx/misc Architecture: m68k-amigaos needs OS 3.x and installed datatypes.library -------------------------------------------- Description: ------------ PicTurn is a simple tool for align pictures. It use datatypes.library for load and save pictures. You can either use a HOUGH-algorithmus for automatic align to horizontal lines or use a WINKEL keyword for your own angle. Example: -------- a picture like this go to this ** ********** * ** * * ** * * ** * * ** * Usage: ------ PicTurn QUELLE,ZIEL,CLIP=CLIPBOARD/S,SU/K/N,SO/K/N,NOSHOW/S,WINKEL/K/N QUELLE - Source, either picturename or if you use CLIP a clipboardunit (if you use CLIP then QUELLE are default "0") ZIEL - Destination, either picturename or if you use CLIP then unit 0 CLIP - load and save from clipboard not from disk SU SO - defined a range of interesting color for HOUGH-algorithmus SU <= colornumber <=SO (if you dont use NOSHOW then you can see the selected pixels white and the others black) NOSHOW - open the screen behind the others and dont show selected pixels WINKEL - if you dont want use the HOUGH-algorithmus then you can use with this keyword a angle to turn the picture Copyright: ---------- PicTurn is programmed by Henk Jonas. You can use if you like it. Beschreibung: ------------- PicTurn wurde von mir programmiert, um Bilder automatisch an horizontalen Kanten im Bild auszurichten. Dabei werden die Bilder mittels der datatypes.library geladen und abgespeichert. Um die Linien im Bild zu ermitteln wird eine Houghtransformation auf ausgewählte Bildpunkte angewendet, und danach der Verdrehungswinkel des Bildes bestimmt und das Bild entsprechend gerade gedreht. Es ist auch möglich einen Drehwinkel direkt anzugeben, dann wird das Bild um diesen Winkel gedreht. Beispiel: --------- ein Bild wie dieses wird zu ** ********** * ** * * ** * * ** * * ** * Benutzung: ---------- PicTurn QUELLE,ZIEL,CLIP=CLIPBOARD/S,SU/K/N,SO/K/N,NOSHOW/S,WINKEL/K/N QUELLE - endweder ein Bildname oder bei Angabe von CLIP ein Clipboardeinheit (bei Angabe von CLIP ist die Voreinstellung "0") ZIEL - entweder ein Bildname oder bei Angabe von CLIP Clipboardeinheit 0 CLIP - lade und speichere nach Clipboard nicht nach Diskette SU SO - definiert einen Bereich von interessierenden Farbnummern für die Houghtransformation SU <= Farbnummer <=SO (wenn NOSHOW nicht angegeben wurde, werden ausgewählte Punkte weiß und alle anderen schwarz dargestellt) NOSHOW - öffnet den Bildschirm hinter allen anderen und zeigt nicht die ausgewählten Punkte WINKEL - unterdrückt die Houghtransformation und dreht das Bild direkt um diesen Winkel in Grad Copyright: ---------- PicTurn wurde programmiert von Henk Jonas. Es darf von jedermensch benutzt werden. Author: ------- Henk Jonas Zionskirchstr. 28 10119 Berlin Tel: +49 30 4492199 EMail: subvcbhd@w271zrz.zrz.tu-berlin.de Other projects: (please look at Aminet) --------------- * Messlabor (programm to analyse and plot datas) * Voxelflight ("Comanche" like voxelspaceflight) and coming soon: * Amf.library (AmigaMetaFormat the deviceindependent graphicformat for Amiga) * my own HomePage :-) at www.cs.tu-berlin.de/~jonash.html