
Monadic Functions
lesson
Let’s look at some simple monadic functions such as type conversion, brightness and contrast adjustment, inversion and posterisation and the effect they have on an image.
lesson
Let’s look at some simple monadic functions such as type conversion, brightness and contrast adjustment, inversion and posterisation and the effect they have on an image.
lesson
As the illumination level changes so do the red, green and blue tristimulus values, but they are linearly related. We can separate brightness from chromaticity which is a two dimensional representation of color. We discuss briefly the effect of gamma encoding on the color reproduction process.
lesson
Imagine a scene with bright objects against a dark background. Thresholding is a very common monadic operation which transforms the image into one where the pixels have two possible values: true or false which correspond to foreground or background. It can be performed with a single vectorized MATLAB operation.
lesson
We can use MATLAB to display a profile of brightness along a line in the image.
lesson
Is it acceptable that self-driving cars will cause accidents if they kill fewer people than human drivers? When an accident occurs is it a moral or a legal issue?
lesson
We learn how to describe the 2D pose of an object by a 3×3 homogeneous transformation matrix which has a special structure. Try your hand at some online MATLAB problems. You’ll need to watch all the 2D “Spatial Maths” lessons to complete the problem set.
lesson
The pose of an object can be considered in two parts, the position of the object and the orientation of the object. Try your hand at some online MATLAB problems. You’ll need to watch all the 2D “Spatial Maths” lessons to complete the problem set.
lesson
We consider multiple objects each with its own coordinate frame. Now we can describe the relationships between the frames and find a vector describing a point with respect to any of these frames. We extend our algebraic notation to ease the manipulation of relative poses. Try your hand at some online MATLAB problems. You’ll need […]
lesson
To fully describe an object on the plane we need to not only describe its position, but also which direction it is pointing. This combination is referred to as pose. Try your hand at some online MATLAB problems. You’ll need to watch all the 2D “Spatial Maths” lessons to complete the problem set.
lesson
Let’s recap the important points from the topics we have covered in our discussion of optical flow and visual servoing.