Package org.ojalgo.data.image
Interface ImageData.FrequencyDomainUpdater
- Enclosing class:
ImageData
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptioninvoke
(double distance, ComplexNumber value) Used as a callback fromImageData.newTransformation(FrequencyDomainUpdater)
.
-
Method Details
-
invoke
Used as a callback fromImageData.newTransformation(FrequencyDomainUpdater)
.- Parameters:
distance
- The distance from the centre. The centre is the zero frequency. The distance is scaled so that the radius of the largest circle that can fit in the image rectangle is 100.value
- The current value- Returns:
- The new value
-