ImageWaveformPlot
ImageWaveformPlot[image]
plots the waveform of image.
ImageWaveformPlot[image,colorspace]
plots the waveform of image in colorspace.
ImageWaveformPlot[image,channel]
plots the waveform for the specified channel.
Details and Options
- ImageWaveformPlot is typically used to evaluate and adjust the brightness or colors of an image or frames of a video.
- In an image waveform, the columns correspond to image columns, the rows correspond to the pixel levels, and the intensity of a point corresponds to the count of pixels at that level.
- Use ImageHistogram to compute the histogram of the whole image and use ImageVectorscopePlot to evaluate and adjust hue and saturation.
- The following colorspace specifications can be given:
-
"RGB" red, green, blue (default) "CMYK" cyan, magenta, yellow, black "HSB" hue, saturation, brightness "XYZ" channels of the CIE color space "LAB" channels of the CIE color space "LCH" channels of the CIE color space "LUV" channels of the CIE color space Automatic channels of the image color space - The channel specification can be one of the following:
-
"I" gray-level (intensity) "L" luminance channel of Lab "R","G","B" red, green, blue from RGB "C","M","Y","K" cyan, magenta, yellow, black from CMYK "H","S","V" hue, saturation, brightness (value) from HSB "Average" mean of all channels "A" alpha channel - For images with some transparency, the alpha channel is used as a weight for the corresponding pixel.
- ImageWaveformPlot has the same options as Graphics, with the following additions and changes: [List of all options]
-
AspectRatio 1/GoldenRatio the default point in the graphic to align with Frame True whether to put a frame around the plot GridLines Automatic grid lines to draw Masking All the region of interest MaxPlotPoints Automatic the maximum number of samples to show PlotLayout "Overlaid" the layout to be used PlotRange Automatic range of values to include ScalingFunctions Automatic how to scale the level counts - Possible settings for PlotLayout include:
-
"Column" waveform of channels in a column "Overlaid" overlaid waveforms of the channels "Row" waveform of channels in a row (RGB parade) -
AlignmentPoint Center the default point in the graphic to align with AspectRatio 1/GoldenRatio the default point in the graphic to align with Axes False whether to draw axes AxesLabel None axes labels AxesOrigin Automatic where axes should cross AxesStyle {} style specifications for the axes Background None background color for the plot BaselinePosition Automatic how to align with a surrounding text baseline BaseStyle {} base style specifications for the graphic ContentSelectable Automatic whether to allow contents to be selected CoordinatesToolOptions Automatic detailed behavior of the coordinates tool Epilog {} primitives rendered after the main plot FormatType TraditionalForm the default format type for text Frame True whether to put a frame around the plot FrameLabel None frame labels FrameStyle {} style specifications for the frame FrameTicks Automatic frame ticks FrameTicksStyle {} style specifications for frame ticks GridLines Automatic grid lines to draw GridLinesStyle {} style specifications for grid lines ImageMargins 0. the margins to leave around the graphic ImagePadding All what extra padding to allow for labels etc. ImageSize Automatic the absolute size at which to render the graphic LabelStyle {} style specifications for labels Masking All the region of interest MaxPlotPoints Automatic the maximum number of samples to show Method Automatic details of graphics methods to use PlotLabel None an overall label for the plot PlotLayout "Overlaid" the layout to be used PlotRange Automatic range of values to include PlotRangeClipping False whether to clip at the plot range PlotRangePadding Automatic how much to pad the range of values PlotRegion Automatic the final display region to be filled PreserveImageOptions Automatic whether to preserve image options when displaying new versions of the same graphic Prolog {} primitives rendered before the main plot RotateLabel True whether to rotate y labels on the frame ScalingFunctions Automatic how to scale the level counts Ticks Automatic axes ticks TicksStyle {} style specifications for axes ticks
List of all options
Examples
open allclose allScope (3)
Options (4)
Masking (2)
PlotLayout (1)
Wolfram Research (2020), ImageWaveformPlot, Wolfram Language function, https://reference.wolfram.com/language/ref/ImageWaveformPlot.html.
Text
Wolfram Research (2020), ImageWaveformPlot, Wolfram Language function, https://reference.wolfram.com/language/ref/ImageWaveformPlot.html.
CMS
Wolfram Language. 2020. "ImageWaveformPlot." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ImageWaveformPlot.html.
APA
Wolfram Language. (2020). ImageWaveformPlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ImageWaveformPlot.html