Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
ImageTools[Intensity] - measure the intensity of the layers of an image
Calling Sequence
Intensity( img, meas )
Parameters
img
-
Image; input image
meas
(optional) name; intensity measure
Description
The Intensity command computes an intensity measure of the layers of an image.
The img parameter specifies the input image. It may be a GrayImage, a ColorImage, or a ColorAImage. If a GrayImage, then a numeric value is returned. If a ColorImage or a ColorAImage, then a list of numeric values is returned, with each element corresponding to the value of the computation for the corresponding layer.
Intensity Measures
The optional meas parameter is a name that selects the computed measure of the intensity. Following are the allowable names and the meaning of each:
energy : energy of the pixel values ()
maximum : maximum pixel value
mean : mean pixel value
minimum : minimum pixel value
range : range of the pixel values ()
rms : rms of the pixel values
variance : variance of the pixel values
The default is range.
Examples
See Also
ImageTools, ImageTools[FitIntensity], ImageTools[Histogram]
Download Help Document