diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index 4892e0f..999af26 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -17,8 +17,10 @@ Features - Based as much as possible on simple human readable JSON files, leverage efficient binary formats where a text-based representation would be impractical (for example for the point cloud data) - OPF organizes photogrammetry data in a structured manner, allowing for easy access and retrieval of information. - The data model includes information on both input and output of the photogrametry process: + - The input data include information about input cameras (camera list, input camera parameters), coordinate reference system, control points, scale and orientation constraints, etc. - The output data include information about camera calibration (sparse point cloud, calibrated cameras) and the dense reconstructed point clouds. + - Efficient Storage of point clouds: The point cloud format for ATPs (sparse point cloud) and dense point cloud included in this specification is based on the open standard `GlTF `_ and is designed to be memory-mappable and spatially partitioned, enabling both efficient processing and progressive rendering of massive point clouds. The format retains information on the point visibiliy on images, normals, custom attributes, and more. - Flexible Extension System: OPF is designed to be highly extensible and customizable, allowing for easy expansion of data representation as needed. - OPF will be improved on an on-going basis to support additional photogrammetric outputs. @@ -51,8 +53,10 @@ Existing tooling We try to maintain here a non-comprehensive list of tools that implement the OPF specification. If you have a tool that implements OPF and you would like it to be listed here, please reach out to us! - The `OPF GitHub `_ repository, containing + - the source of the `the OPF specification and documentation `_. - JSON `schemas `_. + - `Pix4Dmatic `_ (commercial software). Minimum version required: v1.46. Citation @@ -60,7 +64,7 @@ Citation If you use the OPF specification in your research or projects, we kindly request that you cite it as follows: -`The Open Photogrammetry Format Specification, Grégoire Krähenbühl, Klaus Schneider-Zapp, Bastien Dalla Piazza, Juan Hernando, Juan Palacios, Massimiliano Bellomo, Mohamed-Ghaïth Kaabi, Christoph Strecha, Pix4D, 2023, retrived from http://developer.pix4d.com/opf-spec/` +`The Open Photogrammetry Format Specification, Grégoire Krähenbühl, Klaus Schneider-Zapp, Bastien Dalla Piazza, Juan Hernando, Juan Palacios, Massimiliano Bellomo, Mohamed-Ghaïth Kaabi, Christoph Strecha, Pix4D, 2023, retrived from https://pix4d.github.io/opf-spec/` License diff --git a/docs/_static/css/theme.css b/docs/_static/css/theme.css index d083f71..2a97fe8 100644 --- a/docs/_static/css/theme.css +++ b/docs/_static/css/theme.css @@ -192,8 +192,8 @@ input[type="text"], input[type="password"], input[type="email"], input[type="url } .globalNav a.homeLogo { float: left; - font-weight: 400; - font-size: 18px; + font-weight: 500; + font-size: 24px; line-height: 48px; padding-right: 18px; } diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 2fa8c97..52be607 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '', + VERSION: '1.0.2', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/annexes.html b/docs/annexes.html index b8dfe0d..32c1da8 100644 --- a/docs/annexes.html +++ b/docs/annexes.html @@ -8,7 +8,7 @@ - Annexes — Open Photogrammetry Format Specification documentation + Annexes — Open Photogrammetry Format Specification 1.0.2 documentation @@ -45,7 +45,7 @@