Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Image Processing & Analysis > Segmentation Analysis > ImageClip >

ImageClip

ImageClip[image]
clips all channel values in image to lie in the default range.
ImageClip
clips channel values to lie in the range from min to max.
ImageClip
gives for values below min and for values above max.
  • ImageClip specifies ranges separately for each channel.
Clip values above a certain threshold:
Clip values below a certain threshold to zero:
Clip values above a certain threshold:
In[1]:=
Click for copyable input
Out[1]=
 
Clip values below a certain threshold to zero:
In[1]:=
Click for copyable input
Out[1]=
Clip the data stored in an image to the normal range:
Specify a clipping range:
Specify clipping values:
Specify a clipping range for a "Byte" image:
Clip the negative values of a filtered image:
Clip an image and adjust the values:
New in 8
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF