Giter VIP home page Giter VIP logo

vpv-plugins's Introduction

  1. clone this repository to ~/.vpv
  2. add to your ~/.vpvrc:
local path = os.getenv('HOME') .. '/.vpv'
local plugins = assert(loadfile(path .. '/plugins.lua'))(path)
plugins.load('log', 'core/log')
plugins.load('shortkey', 'core/shortkey')

plugins.load('python', 'python/python')
plugins.python.load 'show-date'
plugins.python.load 'selection-to-temporal-profile'

plugins.shortkey.register('f1', load_user_config, 'reload user config')

gui = plugins.manager.gui
on_tick = plugins.manager.on_tick
on_window_tick = plugins.manager.on_window_tick

Selection-to-temporal-profile

This plug-in is meant for time series analysis. It allows you to compute the average pixel value inside the selection for all the images and display the time series.

Different processing modes are available for analyzing the time series :

  • RAW : no processing of the data
  • CLOUD-F : outliers (cloudly image) detected from the derivative are removed.
  • RM30 : It adds a rolling mean of 30 days for displaying the time series.
  • BEAST : Bayesian Ensemble Algorithm for Change-Point Detection and Time Series Decomposition is integrated. More info here: https://github.com/zhaokg/Rbeast

Different vision modes are available for analyzing the time series :

  • FOCUS : if you have several opened sequences, it pops up the time series from the active one.
  • ALL : if you have several opened sequences, it pops up the time series from all sequences.

Click on 'm' to pop up the time series and select the vision mode and on 'y' to change the processing mode iteratively.

Example : ts

In this example, the BEAST model from the RGB channels are displayed as well as the detected season (scp) and trend (tcp) change points.

vpv-plugins's People

Contributors

arthurcalvi avatar kidanger avatar

Stargazers

 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.