From d3c84bfe75ea37fd217f8b5bdd1025fc62d35369 Mon Sep 17 00:00:00 2001 From: Henrik Wallin <hedda@lysator.liu.se> Date: Mon, 22 Mar 1999 00:08:40 +0100 Subject: [PATCH] Doc-update. Rev: src/modules/Image/search.c:1.6 --- src/modules/Image/search.c | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/src/modules/Image/search.c b/src/modules/Image/search.c index b6c9f95b2d..0daeb4a0ed 100644 --- a/src/modules/Image/search.c +++ b/src/modules/Image/search.c @@ -64,6 +64,8 @@ static void chrono(char *x) /* **! method object phaseh() **! method object phasev() +**! method object phasevh() +**! method object phasehv() **! Draws images describing the phase **! of the current image. phaseh gives the **! horizontal phase and phasev the vertical @@ -126,17 +128,9 @@ static INLINE int abs(int a) { return (a<0)?-a:a; } /* **! method object match(int|float scale, object needle) -**! method object match(int|float scale, object needle, -**! object haystack_cert, -**! object needle_cert) -**! method object match(int|float scale, object needle, -**! object haystack_avoid, -**! int foo) -**! method object match(int|float scale, object needle, -**! object haystack_cert, -**! object needle_cert, -**! object haystack_avoid, -**! int foo) +**! method object match(int|float scale, object needle, object haystack_cert, object needle_cert) +**! method object match(int|float scale, object needle, object haystack_avoid, int foo) +**! method object match(int|float scale, object needle, object haystack_cert, object needle_cert, object haystack_avoid, int foo) **! **! This method creates an image that describes the **! match in every pixel in the image and the @@ -219,11 +213,9 @@ static INLINE int abs(int a) { return (a<0)?-a:a; } /* -**! method object make_ascii(object orient1, object orient2, -**! object orient3, object orient4, -**! int|void xsize, int|void ysize) +**! method string make_ascii(object orient1, object orient2, object orient3, object orient4, int|void xsize, int|void ysize) **! -**! This method creates a string that look like +**! This method creates a string that looks like **! the image. Example: **! <pre> **! //Stina is an image with a cat. -- GitLab