Class CopyMoveAttackDetection.yxBlockItem

java.lang.Object
gov.nih.mipav.model.algorithms.CopyMoveAttackDetection.yxBlockItem
Enclosing class:
CopyMoveAttackDetection

private class CopyMoveAttackDetection.yxBlockItem extends Object
  • 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()