| shadow.remove {crackrec} | R Documentation |
Removes shadows at the edges of an image.
shadow.remove(x)
x |
matrix representation of an image which must have at least 80x80 pixels. |
Alexander Stepper stepper@mathematik.uni-kassel.de
rbmp, crackrec, threshold.msi, medianfilter, crackplot.
## Not run:
matrix<-rbmp("image.bmp")
shadow.remove(matrix)
## End(Not run)