Maven module :un.api : api-image :
Class : un.impl.image.process.distance.ChamferDistanceOperator
Extends/Implements : -
Subclasses : -

Chamfer distance
http://www.developpez.net/forums/d474799/autres-langages/algorithmes/contribuez/java-carte-distances-chamfer/
author  Code by Xavier Philippeau
Kernels by Verwer, Borgefors and Thiel


Variables : cheessboard, chamfer3, chamfer5, chamfer7, chamfer13
Functions : main, ChamferDistanceOperator, ChamferDistanceOperator, compute


public int[][] cheessboard

public int[][] chamfer3

public int[][] chamfer5

public int[][] chamfer7

public int[][] chamfer13


public void main (String[] args)

public void ChamferDistanceOperator ()

public void ChamferDistanceOperator (int[][] chamfermask)

public double[][] compute (boolean[][] input, int width, int height)