Giter VIP home page Giter VIP logo

rocs's People

Contributors

andresusanopinto avatar arnaud-ramey avatar krsj avatar pronobis avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rocs's Issues

Create easy serialization classes based on a stream class.

The stream class should provide a stream that writes/reads to/from any iostream. This class should work with operators << >> and allow for simple serialization of every rocs class into multiple formats (Matlab, C++, text, binary etc.). It should use similar semantics as the QTextStream in Qt and provide a similar functionality as the OpenCV Formatter.

Add proper error handling to config file reading functions.

We should catch any exceptions from the reading functions and throw an exception that inherits from rocs::core::Exception. Let's call it IOException. Since there is useful information in the original exception, we should pass that to the IOException.

Assigned: Arnaud

Add includes in the command line

Add the ability to include config files from the command line. This should work in a similar way as for other configuration file formats. In XML, there is an include keyword. We should have an include keyword for each configuration file AND the command line. This way we can add config files from the command line.

Assigned: arnaud

Add Range data module

Add a module responsible for processing range data and port the algorithms for range data features extraction to it.

Shorten the names of the modules

Since the module names are also used as namespaces, they should be short. Suggested names:

  • Actions -> Action
  • Categorization -> Category
  • Core
  • Cv
  • Gui
  • Hal
  • Math
  • MetricMap -> Metric
  • Ml
  • PlaceLocalization -> Place
  • RangeData -> Range
  • Tools
  • Visualization -> Vis
  • Conceptualization -> Concept
  • DataProcessing -> Data

Fix the documentation of the config files

Update the documentation of the config files on the wiki. Port it to the Doxygen and formulate as a users manual. The Doxygen documentation should be used as a user's manual while the Wiki as a help for ROCS developers.

Other things to change at the same time:

  • Add examples for every case in all possible configuration format. Currently, the documentation is quite fragmented mostly focuses on XML.

Assigned: arnaud

Create a unified framework for configuring components of ROCS

Requirements:

  • should allow for loading the configuration from command line options or config files
  • config parser should support the "include" directive
  • it should be possible to specify a set of configuration variables for each class that can load parameters from the configuration
  • the code responsible for the configuration should go to the Tools module
  • it should be possible to use the same configuration scheme in python and matlab/octave

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.