Select Git revision
-
Baptiste Bauvin authoredBaptiste Bauvin authored
README.rst 1.17 KiB
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

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.