Пакет openmvg: Информация

    Исходный пакет: openmvg
    Версия: 2.1-alt5
    Собран:  1 сентября 2025 г. 23:04
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/openMVG/openMVG

    Лицензия: MPL-2.0
    О пакете: open Multiple View Geometry
    Описание: 
    open Multiple View Geometry library. Basis for 3D computer vision and Structure
    from Motion.
    
    OpenMVG provides an end-to-end 3D reconstruction from images framework
    compounded of libraries, binaries, and pipelines.
    
    * The libraries provide easy access to features like: images manipulation,
      features description and matching, feature tracking, camera models,
      multiple-view-geometry, robust-estimation, structure-from-motion algorithms.
    * The binaries solve unit tasks that a pipeline could require: scene
      initialization, feature detection & matching and structure-from-motion
      reconstruction, export the reconstructed scene to others
      Multiple-View-Stereovision framework to compute dense point clouds or textured
      meshes.
    * The pipelines are created by chaining various binaries to compute image
      matching relation, solve the Structure from Motion problem (reconstruction,
      triangulation, localization).
    
    OpenMVG is developed in C++ and runs on Android, iOS, Linux, macOS, and Windows.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    libopenmvg (e2kv6, e2kv5, e2kv4, e2k)
    libopenmvg-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libopenmvg-devel (e2kv6, e2kv5, e2kv4, e2k)
    libopenmvg-devel-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    openmvg (e2kv6, e2kv5, e2kv4, e2k)
    openmvg-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Pavel Skrylev

    Список участников:
    Pavel Skrylev
    Ilya Kurdyukov
    Alexey Sheplyakov

      1. libglog-devel
      2. libgomp-devel
      3. libjpeg-devel
      4. libmetis-devel
      5. qt5-base-devel
      6. qt5-svg-devel
      7. libopencv-devel
      8. rpm-macros-cmake
      9. libpng-devel
      10. cereal-devel
      11. ceres-solver-devel
      12. cmake
      13. python3-module-cmake_build_extension
      14. libsphinxclient-devel
      15. doxygen
      16. eigen3
      17. libsuitesparse-devel
      18. gcc-c++
      19. ghostscript
      20. libeasyexif-devel
      21. libcoinor-clp-devel
      22. libcoinor-lemon-devel
      23. libcoinor-osi-clp-devel
      24. libcoinor-osi-devel
      25. libcoinor-utils-devel

    Последнее изменение


    28 августа 2024 г. Pavel Skrylev 2.1-alt5
    - + added explicit requires for glog package
    - ! for newer version of glog 1.7.1 this is required expicit exprt
        declaration must be provided
    - ! closed specific loongarch code
    25 мая 2024 г. Ilya Kurdyukov 2.1-alt4
    - fix e2k build again
    23 марта 2024 г. Alexey Sheplyakov 2.1-alt3
    - Fixed FTBFS on LoongArch (remove static library).