Package gov.nih.mipav.model.algorithms
Class CopyMoveAttackDetection2.Configuration
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CopyMoveAttackDetection2.Configuration
-
- Enclosing class:
- CopyMoveAttackDetection2
class CopyMoveAttackDetection2.Configuration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Configuration()
Configuration(int block_size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setBlockSize(int block_size)
void
setFirstAlgorithm(int nn, int nf, int nd)
void
setSecondAlgorithm(double[] p, double t1, double t2)
-