mbknn
[ XITE Reference Manual | XITE home ]
Name
mbknn - multi band k nearest neighbour noise reduction
Syntax
mbknn <inimage> <outimage> <n> <k>
Description
Performs multi band k nearest neighbour
noise removal. All bands are filtered
simultaneously. Window size n x n, max 31.
If n is even, n+1 is used. k is number of
neighbours to average over.
See also
mbknn(3), knn(1), kncn(1), mbkncn(1)
Restrictions
The bands of inimage must have pixel type unsigned byte.
Author
Tor Lønnestad, BLAB, Ifi, UiO
Examples
mbknn color.img colorknn.img 5 9
Id
$Id: mbknn.c,v 1.22 1997/01/10 16:03:53 svein Exp $