Skip to content

Julia package for computing centers of gravity in images

License

Notifications You must be signed in to change notification settings

emmt/CenterOfGravity.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CenterOfGravity Build Status Build Status Coverage

CenterOfGravity is a small Julia package to compute centers of gravity in images (that is 2-dimensional arrays). By playing with the arguments of the center_of_gravity method, a variety of algorithms for computing the center of gravity can be emulated by this package.

Installation

The easiest way to install CenterOfGravity is via Julia registry EmmtRegistry:

using Pkg
pkg"registry add General"  # if not yet any registries
pkg"registry add https://github.com/emmt/EmmtRegistry"
pkg"add CenterOfGravity"

About

Julia package for computing centers of gravity in images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages