David Young
University of Sussex and University of Southampton
Followers: 0 Following: 0
Professional Interests: Image Processing
Feeds
已提交
Affine optic flow
Estimates the parameters of an affine (first-order) optic flow model from two images.
8 years 前 | 6 次下载 |
已提交
Hough transform for circles
A Hough transform function for detecting circles, optimised to allow search over radii.
8 years 前 | 25 次下载 |
已提交
Sinkhorn-Knopp algorithm for matrix normalisation
Normalises a matrix so that the row and column sums are all unity
9 years 前 | 3 次下载 |
已提交
Rotate images with automatic cropping
The blank triangles that appear in the corners of rotated images are cropped away.
10 years 前 | 1 次下载 |
已提交
Gradients with Gaussian smoothing
Grey-level gradients are estimated using Gaussian smoothing followed by symmetric differencing.
10 years 前 | 6 次下载 |
已提交
A multidimensional map class
MapN provides a map class similar to containers.Map, but with multidimensional keys.
10 years 前 | 1 次下载 |
已提交
TerraSAR-X and TanDEM-X tools
Read and convert TerraSAR-X and TanDEM-X COSAR files
10 years 前 | 1 次下载 |
已提交
Fast 2-D convolution
Speeds up many 2-D convolutions using the SVD; also finds a fast approximation in other cases.
10 years 前 | 4 次下载 |
已提交
Canny edge detection in 2-D and 3-D
A Canny edge detector for two-dimensional image and three-dimensional volume data.
10 years 前 | 6 次下载 |
已提交
Max and min keeping NaNs
The max and min functions ignore NaN values. These functions keep them like arithmetic functions do.
11 years 前 | 2 次下载 |
已提交
Image correspondences using cross-correlation
Find matching features in pairs of images using normalised cross-correlation: class file and demo.
13 years 前 | 9 次下载 |
已提交
Extended Brookshear Machine emulator and assembler
Emulator and assembler for a simple computer, a teaching aid for computer science courses.
13 years 前 | 1 次下载 |
已提交
Logarithm of complex sine and cosine avoiding overflow
Functions to compute log(sin(Z)) and log(cos(Z)) avoiding overflow for large abs(imag(Z)).
13 years 前 | 1 次下载 |
已提交
2-D convolution using the FFT
Convolution in 2-D using the Fast Fourier Transform.
13 years 前 | 10 次下载 |
已提交
Fourier transform demonstration
An introductory demonstration of the discrete Fourier transform, making use of the fft function.
14 years 前 | 12 次下载 |
已提交
Extended array indexing
Indexes a virtual array formed by extending an array indefinitely on each dimension.
14 years 前 | 1 次下载 |
已提交
Log-polar image sampling
Resamples an image from a conventional grid to a log-polar grid, and back.
14 years 前 | 2 次下载 |
已提交
Elementary Cellular Automata
Simulates any 1D nearest-neighbour binary cellular automaton.
14 years 前 | 6 次下载 |