Package | Description |
---|---|
org.openimaj.image.model.landmark | |
org.openimaj.image.pixel.sampling | |
org.openimaj.image.pixel.statistics |
Constructor and Description |
---|
Factory(PointListConnections connections,
FLineSampler sampler,
int numModelSamples,
int numSearchSamples,
float normalLength)
Default constructor.
|
FNormalLandmarkModel(PointListConnections connections,
FLineSampler sampler,
int numModelSamples,
int numSearchSamples,
float normalLength)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
static FLineSampler |
FLineSampler.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FLineSampler[] |
FLineSampler.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FLineSampler |
MBFStatisticalPixelProfileModel.getSampler() |
FLineSampler |
FStatisticalPixelProfileModel.getSampler() |
Constructor and Description |
---|
FStatisticalPixelProfileModel(int nsamples,
FLineSampler sampler)
Construct a new
FStatisticalPixelProfileModel with the given
number of samples per line, and the given sampling strategy. |
MBFStatisticalPixelProfileModel(int nsamples,
FLineSampler sampler)
Construct a new
MBFStatisticalPixelProfileModel with the given
number of samples per line, and the given sampling strategy. |