wvtool: Image Tools for Automated Wood Identification

This tool, wood vision tool, is intended to facilitate preprocessing and analyzing 2-dimensional wood images toward automated recognition. The former includes some basics such as functions to RGB to grayscale, gray to binary, cropping, rotation(bilinear), median/mean/Gaussian filter, and Canny/Sobel edge detection. The latter includes gray level co-occurrence matrix (GLCM), Haralick parameters, local binary pattern (LBP), higher order local autocorrelation (HLAC), Fourier transform (radial and azimuthal integration), and Gabor filtering. The functions are intended to read data using 'readTIFF(x,info=T)' from 'tiff' package. The functions in this packages basically assumes the grayscale images as input data, thus the color images should be subjected to the function rgb2gray() before used for some other functions.

Version: 1.0
Depends: R (≥ 2.10)
Suggests: tiff
Published: 2016-11-08
Author: Junji Sugiyama, Kayoko Kobayashi
Maintainer: Kayoko Kobayashi <kayoko_kobayashi at rish.kyoto-u.ac.jp>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
CRAN checks: wvtool results

Downloads:

Reference manual: wvtool.pdf
Package source: wvtool_1.0.tar.gz
Windows binaries: r-devel: wvtool_1.0.zip, r-release: wvtool_1.0.zip, r-oldrel: wvtool_1.0.zip
macOS binaries: r-release: wvtool_1.0.tgz, r-oldrel: wvtool_1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=wvtool to link to this page.