Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
d3c84bfe
Commit
d3c84bfe
authored
26 years ago
by
Henrik Wallin
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/modules/Image/search.c
+7
-15
7 additions, 15 deletions
src/modules/Image/search.c
with
7 additions
and
15 deletions
src/modules/Image/search.c
+
7
−
15
View file @
d3c84bfe
...
@@ -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 look
s
like
**! the image. Example:
**! the image. Example:
**! <pre>
**! <pre>
**! //Stina is an image with a cat.
**! //Stina is an image with a cat.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment