GithubHelp home page GithubHelp logo

bonsai-rx / bonsai Goto Github PK

View Code? Open in Web Editor NEW
135.0 135.0 29.0 10.38 MB

The compiler, IDE, and standard library for the Bonsai visual programming language for reactive systems

Home Page: https://bonsai-rx.org

License: MIT License

C# 99.07% Rich Text Format 0.87% PowerShell 0.04% Batchfile 0.01% CSS 0.01%

bonsai's People

Contributors

bruno-f-cruz avatar glopesdev avatar pathogendavid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bonsai's Issues

Error when pasting into directory path

Original report by Bassam Atallah (Bitbucket: batallah, ).


Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

Bonsai.Design
Assembly Version: 1.0.0.0

Improve visualization of IplImageRectanglePicker

Original report by me.


The drawing of IplImageRectanglePicker does not take into account very different ratios of image to screen size (e.g. if image is very big and screen is very small, the border line can be too small to be seen).

Also, the resize to color can cause out of memory problems in really big images.

Bonsai does not have split function

Original report by Anonymous.


I was trying to split a RGB movie into 3 streams gray scale of each channel. The only way I could do it in bonsai so far was using 3 color balance nodes and than converting them into grayscale.

This process seems to be computationally very heavy. The playback of the video becomes very slow.

I wonder if the function split from opencv was implemented somewhere with a different name.

If not, it is a relevant node to include.

Absolute Difference does not receive 2 grayscale images as input

Original report by Anonymous.


I am trying to obtain an image representing the absolute differences for two color channels. Let's say Red and Green.

I separated the color channels using the Color Balance Note and setting all the values to zero excepting the color channel that I want, in this case it is set to 1.

Than I added a grayscale node after each of my separated color channels.

When I attach the Absolute Difference node after it, it doesn't accept moving other grayscale images to it. So I can only have one input to the Absolute Difference node.

I tried to combine both images with Zip and give them as input to the Absolute difference node, and still, it doesn't work.

I know that in OpenCV absolute difference uses 2 grayscale matrixes as input so I think the procedure should be ok.

I am using Windows 8 64 bits under Mac Parallels.

ROI color change

Original report by Danbee Kim (Bitbucket: tauntaun, GitHub: tauntaun).


When ROIActivity is connected to ROIActivityDetected, the ROIActivity visualizer should interact with ROIActivityDetected in such a way that the ROI box should turn green or red depending on the threshold set in ROIActivityDetected.

Project build process should be modularized

Original report by me.


The current workflow for building makes every project output their binaries to the output directory of Editor. Change this logic so all projects output to a shared folder independent of Editor, so different platform versions of Bonsai (x86 and x64) can be seamlessly integrated into the build process.

Optimize time series visualizer to support faster data streams

Original report by me.


Currently the time series visualizer used for numeric data streams does not deal well with data coming in at a very fast rate (e.g. ~500Hz+) and it can cause Bonsai to crash when opened.

Drawing should be limited to a fixed rate (and possibly the amount of simultaneous data points) to increase responsiveness.

ObserveOn in VisualizerDialogLauncher can cause excessive memory allocations

Original report by me.


Currently, VisualizerDialogLauncher imposes an ObserveOn call to ensure values are displayed on the UI thread. However, if the UI message loop is running at a significantly lower rate than the observable sequence, objects will be held up in a queue waiting to be displayed. This queue will prevent objects from being collected which can result in out-of-memory exception scenarios.

Using multiple video files in a sequence for tracking

Original report by Anonymous.


I have a 4 video files produced by a GoPro camera. They are named as follows:

GO017338
GO027338
GO037338
GOPR7338

And are naturally ordered in this way. So here are my questions:
1- How to move the last file to be the first one in the sequence?
2- How can I create a sequence of video files as a source object ?

Thanks

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.