Search Criteria
Package Details: openmvg-git 1.6.r19.g5e98d504-1
Git Clone URL: | https://aur.archlinux.org/openmvg-git.git (read-only, click to copy) |
---|---|
Package Base: | openmvg-git |
Description: | open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion. |
Upstream URL: | http://imagine.enpc.fr/~moulonp/openMVG/ |
Licenses: | |
Submitter: | brookskd |
Maintainer: | brookskd (bartus) |
Last Packager: | bartus |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2016-05-01 04:29 |
Last Updated: | 2020-12-19 17:28 |
Dependencies (23)
- ceres-solver (ceres-solver-git, ceres-solver-legacy)
- coin-or-clp
- coin-or-coinutils
- coin-or-lemon
- coin-or-osi
- flann
- gflags (gflags-static, gflags-git)
- glfw (glfw-x11-git, glfw-wayland-git, glfw-wayland, glfw-x11)
- graphviz
- libgl (glshim-git, catalyst-firepro, libhybris-ext-libgl-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, libhybris-libgl-git, mesa-libgl-noglvnd, catalyst-test, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd)
- libjpeg (libjpeg-droppatch, mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git, libjpeg-turbo)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libtiff (libtiff-git, libtiff-minimal-git)
- libxcursor (libxcursor-git)
- libxi (libxi-git)
- libxinerama (libxinerama-randr-git)
- libxrandr (libxrandr-git)
- libxxf86vm
- lz4 (lz4-git, lz4-static-musl, lz4-static)
- cmake (cmake-git) (make)
- doxygen (doxygen-git) (make)
- eigen (eigen-git, eigen32) (make)
- git (git-git) (make)
Latest Comments
1 2 Next › Last »
ssaury commented on 2020-03-27 18:48
No luck on building this.
If I try to build the sotware manually I get a different error:
Is it also linked to the gcc version used? I have gcc version 9.3 and gcc8 installed.
wdna commented on 2018-05-12 13:57
@bartus that worked =) good catch on that gcc8 issue.
bartus commented on 2018-05-11 13:27
@wdna This is a gcc-8 hickup, just rolling back to gcc6 for now. Tell me if it's working now.
wdna commented on 2018-05-11 07:40
Hey, I'm getting the following error both on manual build and this package:
What's missing here?
bartus commented on 2018-04-09 05:46
@nicolasvilla: ~No it shouldn't. The issue was related to
openmvg FindFlann.cmake
not utilizing flanns pkg-config script which exports libraries that needs to be linked alongside flann(external) (mainly flann_cpp,lz4, see /usr/lib/pkgconfig/flann.pc#Libs). CheckCMakeCache.txt
iflz4
flag is inopenMVG_matching_LIB_DEPENDS
variable (this is sourced fromPC_FLANN_LIBRARIES:INTERNAL=flann;flann_cpp;lz4
).~Edit: find the issue in flann package, have it fixed on my os for a long time and forgot to report to the maintainer, I made some temporary changes till flann gets patched...
NicolasV commented on 2018-04-06 21:19
Hi. I still cannot compile OpenMVG on my machine. OpenMVG build is still using FLANN: 1.9.1 (external) Does it requires an additional patch regarding the undefined LZ4.... messages?
bartus commented on 2018-04-06 06:34
@Harvie: *
lz4
: problem lays inFindFlann.cmake
{flann.patch} see this issue: https://github.com/openMVG/openMVG/issues/1265. I made a pull-req addressing this issue, think I can include it as a patch since pull-req gets through.Harvie commented on 2018-04-04 12:38
Author of OpenMVE suggests us to use the internal version of FLANN. You can force to use the internal one by removing the flann from your depends array and remove the DFLANN_INCLUDE_DIR_HINTS.
https://github.com/openMVG/openMVG/issues/1272#issuecomment-378489529
Harvie commented on 2018-04-02 05:21
Cmake says "** Build OpenCV+OpenMVG samples programs: OFF". Is it possibly reason, why openMVG/src/software/ isn't built? I've posted this question to upstream https://github.com/openMVG/openMVG/issues/1273
Harvie commented on 2018-04-01 02:49
Please build and include scripts from openMVG/src/software/ directory of git.
Especially these two are super important to build and include in package:
openMVG/src/software/SfM/SfM_GlobalPipeline.py.in openMVG/src/software/SfM/SfM_SequentialPipeline.py.in