Git Product home page Git Product logo

glcm's Introduction

glcm

Build Status

Overview

The glcm package enables calculating image textures derived from grey-level co-occurrence matrics (GLCMs) in R. The texture calculation is coded in C++ to optimize computation time. The glcm function in the package can compute the following texture statistics: mean (using either of two definitions), variance (using either of two definitions), homogeneity, contrast, dissimilarity, entropy, second_moment, and, correlation. The window size, shift, and grey-level quantization are user determined. See the help file for glcm (included in the package) for details.

Package Installation

To install the latest stable version of glcm from CRAN, fire up R and run:

install.packages('glcm')

Installing glcm Development Version

If you want the very latest version of glcm, you can install the development version. Be aware this version might not install as it is not as well tested as the stable version.

NOTE: If you are installing on Windows, you will need to install the appropriate version of Rtools for your version of R (as glcm contains C++ code) before you follow the below steps.

The easiest way to install the development version of the glcm package is using the devtools package by Hadley Wickham. After installing devtools from CRAN, type:

library(devtools)
install_github('azvoleff/glcm')

Author Contact Information

Alex Zvoleff
Postdoctoral Associate
Tropical Ecology Assessment and Monitoring (TEAM) Network
Conservation International
2011 Crystal Dr. Suite 500
Arlington, VA 22202
USA

glcm's People

Contributors

azvoleff avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.