Package net.algart.math.patterns
Class WeightedPatterns
java.lang.Object
net.algart.math.patterns.WeightedPatterns
A set of static methods operating with and returning weighted patterns
.
This class cannot be instantiated.
- Author:
- Daniel Alievsky
-
Method Summary
Modifier and TypeMethodDescriptionstatic WeightedPattern
newConstantPattern
(Pattern parent, double constantWeight) static WeightedPattern
newPattern
(Pattern parent, double[] weights) static WeightedPattern
newPattern
(Pattern parent, IPoint weightCoordMin, IPoint weightCoordMax, double[] weights, double outsideWeight)
-
Method Details
-
newConstantPattern
-
newPattern
public static WeightedPattern newPattern(Pattern parent, IPoint weightCoordMin, IPoint weightCoordMax, double[] weights, double outsideWeight) -
newPattern
-