Package net.algart.matrices.stitching
Interface FramePosition
- All Known Implementing Classes:
ShiftFramePosition,UniversalFramePosition
public interface FramePosition
-
Method Summary
Modifier and TypeMethodDescriptionarea()asInterpolationFunc(Matrix<? extends PArray> sourceMatrix) booleanIndicates whether some other object is alsoFramePosition, specifying the same position as this one.inthashCode()Returns the hash code of this object.
-
Method Details
-
area
RectangularArea area() -
asInterpolationFunc
-
hashCode
int hashCode()Returns the hash code of this object. The result depends on all parameters, specifying this frame position. -
equals
Indicates whether some other object is alsoFramePosition, specifying the same position as this one.There is high probability, but no guarantee that this method returns true if the passed object specifies a frame position, identical to this one. There is a guarantee that this method returns false if the passed object specifies a frame position, different than this one.
-