Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

README.rst

Blame
  • README.rst 1.17 KiB

    Pipeline status License: New BSD Coverage

    Multiview Generator

    This package aims at generating customized mutliview datasets to facilitate the development of new multiview algorithms and their testing on simulated data representing specific tasks.

    Understanding the concept

    The main idea of the generator is to build several monoview sub-problems that

    _static/fig_rec.png

    Structure

    The class of intereset is located in generator/multiple_sub_problems.py and called MultiViewSubProblemsGenerator.

    A demo is available in demo/demo.py and generates a 3D dataset, along with a figure that analyzes it.