Research Article

Proving Reliability of Image Processing Techniques in Digital Forensics Applications

Listing 10

Operations over the image.
Compute (thresholding gsimage 170).
Compute gsimagecoq.
Definition binaryimage := (thresholdrange gsimage 100 200).
Compute (areasize binaryimage).
Compute (runlength binaryimage).
Compute (sumrunlen (runlength binaryimage)).