WOLFRAM
Products
Wolfram|One
Mathematica
Wolfram Notebook Assistant + LLM Kit
Wolfram|Alpha Notebook Edition
System Modeler
All Products
Consulting & Solutions
Wolfram Consulting
Industry Solutions
Solutions for Education
Learning & Support
Wolfram U Courses
Wolfram Language Resources
Wolfram Community
Support FAQs
Contact Support
Company
About Wolfram
Careers
Events
Educational Programs
All Sites and Resources
Wolfram|Alpha
Wolfram Cloud
Your Account
Your Account
User Portal
Search
Close
Enable JavaScript to interact with content and submit forms on Wolfram websites.
Learn how
Legacy Documentation
Digital Image Processing
(2000)
This is documentation for an obsolete product.
Current products and services
Function Index
LineProfile
LineProfile[
img
,
path
]
returns a list of pixel values along
path
.
The argument
path
must be specified using the graphics primitive
Line
.
The argument
img
may be a matrix or
ImageData
expression.
See also User's Guide
5.6
.
Modified in Version 2.1.
Example
This loads the package.
In[1]:=
Here we read a grayscale test image.
In[2]:=
Here we plot the profile along column 76 of the test image.
In[3]:=
Out[3]=