Giter VIP home page Giter VIP logo

imageflow's Introduction

imageflow

Linux: Build Status
Windows: Build status

imageflow's People

Contributors

rthrh avatar bburda avatar

Stargazers

 avatar

Watchers

James Cloos avatar

imageflow's Issues

Graph: Right click event and line drawing

Right clicking on a node in graph widget should trigger event chain to eventually start drawing line. Clicking on another node should connect two nodes with that line and register connection in some sort of graph matrix.

Improve component factory classes

Improve component factory classes. Might be good to use templates for that to create a common interface for creating several families of components. They might be distinguished by an enum class, which will be later defined

Prototype processing pipeline

The class pipeline already exist but its empty.
Class should contain array of pointers to component functions and have access to graph connection matrix and some method like execute() which will process all scheduled tasks. It might be triggered by external signal.

Improve Functor class template and its implementation in Component class

Functor class is supposed to work as variadic function wrapper, so it can hold a function with various argument types and return type. It will be then constructed as a member of specific component class, as in MedianBlur class example. There will be much more similar classes, e.g. GaussianBlur, RGB2Grayscale etc., so it might be convenient to have a common interface for defining them and functions that they represent, without copy pasting too much code.

It would also be great if class component could hold informations about its functor arguments and types (and maybe limits), so later they can be set by clicking on its gui representation.

Add tests

Need to implement option in cmake to allow compilation with code coverage flags and adopt some test framework (gtest and/or cppunit?)

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.