Git Product home page Git Product logo

weleber-tobler-kineticfields's Introduction

Weleber-Tobler Algorithm for Kinetic Visual Fields

(I need to finish an introduction. Read paper in misc.)

Usage

from weleber_tobler import kineticfield

kineticfield.compute([(54.7, 1.0), (51, 14.9), ... ])

The result is a dictionary that contains the solid angle and the percent of a sphere it occupies:

{
	'percent_of_sphere': 12.368853569901212,
	'steradians': 1.5543159803411815
}

Issues

No idea why the computed steradians are "close enough" but don't match those in the paper for the given input sets (see test_weleber_tobler.py). The equation used seems right:

equation

References

This line means "go to line 400"; it doesn't reassign the array value (d'oh...):

IF RD(I)<90 THEN 400

This means "use double-precision":

RD(I)=90#

License

MIT

weleber-tobler-kineticfields's People

Contributors

afreeorange avatar

Watchers

James Cloos avatar  avatar  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.