Package gov.nih.mipav.model.algorithms
Class CopyMoveAttackDetection.yxBlockItem
java.lang.Object
gov.nih.mipav.model.algorithms.CopyMoveAttackDetection.yxBlockItem
- Enclosing class:
CopyMoveAttackDetection
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
y
private int y -
x
private int x -
block
private int[] block
-
-
Constructor Details
-
yxBlockItem
public yxBlockItem(int y, int x, int[] block)
-
-
Method Details
-
getY
public int getY() -
getX
public int getX() -
getBlock
public int[] getBlock()
-