R programming language resources › Forums › Data manipulation › tiff image noise removal or filtering
- This topic has 0 replies, 1 voice, and was last updated 13 years, 1 month ago by
baumeist.
- AuthorPosts
- March 24, 2012 at 4:42 pm #481
baumeist
MemberHi I’m Diyanah, currently I’ve been working with offline tiff image. I’m new in R programming and I’ve still cannot familiar myself with the R command. Currently I’ve read/open a tiff image using rtiff package and succeed, but I cannot find the correct command to remove the noise. I’m trying to use mFilter package, but I’m not sure that the package is the right package for this task. Hope someone may help me.
I’m using Window7 and below is my sessionInfo():
R version 2.14.1 (2011-12-22)
Platform: i386-pc-mingw32/i386 (32-bit)locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252attached base packages:
[1] stats graphics grDevices utils datasets methods baseother attached packages:
[1] mFilter_0.1-3 rtiff_1.4.1 pixmap_0.4-11loaded via a namespace (and not attached):
[1] tools_2.14.1 - AuthorPosts
- You must be logged in to reply to this topic.