|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ImageReflect
ImageReflect[image]
reverses image by top-bottom mirror reflection.
ImageReflect[image, side]
reverses image by reflecting it so that the specified side goes to the opposite side.
ImageReflect[image, side1->side2]
reflects image so that
is interchanged with
.
DetailsDetails
- Possible side specifications are: Top, Bottom, Left, Right.
- ImageReflect yields an Image object with pixel values corresponding to a reflected image.
- ImageReflect[image, ...] reflects image in a line that goes through its center.
- ImageReflect works with Image3D objects, and also accepts Front and Back as side specifications.
New in 7 | Last modified in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »






