Summary of Advanced Image Processing Operations
lesson
Let’s recap the important points from the topics we have covered in advanced image processing.
lesson
Let’s recap the important points from the topics we have covered in advanced image processing.
lesson
In mathematical morphology the values of the structuring element were either zero or one. The hit and miss transform extends this to also include a ‘don’t care’ value. We can use this transform to solve complex problems like finding the skeleton of an object or the intersection point of lines.
lesson
Mathematical morphology comprises operations such as erosion, dilation, opening and closing. Let’s look at how we can use different shaped structuring elements to solve complex problems.
lesson
Another non-linear operation on the pixels in the box around the input pixel is to test whether they match a reference shape. This is a very powerful and useful approach to cleaning up noisy binary images known as mathematical morphology and objects in the image are treated according to their compatibility with a structuring element. […]
lesson
Let’s recap the important points about spatial operators. Linear operators can be used to smooth images and determine gradients. Template matching can be used to find a face in a crowd. Non-linear operators such as rank filters can be used for noise removal, and mathematical morphology treats shapes according to their compatibility with a structuring […]
lesson
A body moving in 3D space has a translational velocity and a rotational velocity. The combination is called spatial velocity and is described by a 6-element vector.
lesson
The orientation of a body in 3D can also be described by two vectors, often called the approach and orientation vectors.
lesson
We like robots but there’s also an element of fear, perhaps stoked by all those books and movies about our new robot overlords. I’m going to speculate a little about where the fear comes from.
lesson
Many technologies have been developed to determine the 3D-structure of the world. RGBD sensors such as the Kinect use structured light, projecting a pattern of light onto the scene and observing how it is distorted. Time of flight sensors measure the time it takes for a pulse of light to travel from the camera to […]
lesson
For a camera moving through the environment we frequently wish to track particular world points from one frame to the next. We’ll do a quick introduction to the very large field of feature detection and matching using Harris corner features.