public abstract class Optimization
extends java.lang.Object
| Constructor and Description |
|---|
Optimization() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
optimize(CellDescriptor cell,
ImageDescriptor img,
Parameters parameters)
Optimize the parameters of a cell descriptor.
|
public static boolean optimize(CellDescriptor cell, ImageDescriptor img, Parameters parameters)
cell - Cell descriptor to optimize.mask - Binarized mask of the image.parameters - Parameters of the algorithm.