Capture an image from the camera.
CurrentImage[]
We can use function blur to change our image, the interface Manipulate will help us to display different levels dynamically.
To find important colors in the image.
Convert the original image to a white and black image:
To find sharp changes in the original image, the interface EdgeDetect
can help us to calculate relevant edges to form a sketch.
Put together all the images in a collage.
Exercise:
Use ImageCollage to make a combined image of spheres with hues from 0 to 1 in steps of 0.2.
ImageCollage[Table[Graphics3D[Style[Sphere[], Hue[h]]], {h, 0, 1, 0.2}]]