Skip to content
Snippets Groups Projects
Commit d3c84bfe authored by Henrik Wallin's avatar Henrik Wallin
Browse files

Doc-update.

Rev: src/modules/Image/search.c:1.6
parent 182649a3
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,8 @@ static void chrono(char *x) ...@@ -64,6 +64,8 @@ static void chrono(char *x)
/* /*
**! method object phaseh() **! method object phaseh()
**! method object phasev() **! method object phasev()
**! method object phasevh()
**! method object phasehv()
**! Draws images describing the phase **! Draws images describing the phase
**! of the current image. phaseh gives the **! of the current image. phaseh gives the
**! horizontal phase and phasev the vertical **! horizontal phase and phasev the vertical
...@@ -126,17 +128,9 @@ static INLINE int abs(int a) { return (a<0)?-a:a; } ...@@ -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)
**! method object match(int|float scale, object needle, **! method object match(int|float scale, object needle, object haystack_cert, object needle_cert)
**! object haystack_cert, **! method object match(int|float scale, object needle, object haystack_avoid, int foo)
**! object needle_cert) **! 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_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 **! This method creates an image that describes the
**! match in every pixel in the image and 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; } ...@@ -219,11 +213,9 @@ static INLINE int abs(int a) { return (a<0)?-a:a; }
/* /*
**! method object make_ascii(object orient1, object orient2, **! method string make_ascii(object orient1, object orient2, object orient3, object orient4, int|void xsize, int|void ysize)
**! 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: **! the image. Example:
**! <pre> **! <pre>
**! //Stina is an image with a cat. **! //Stina is an image with a cat.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment