Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest develop from upstream #1

Draft
wants to merge 259 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
259 commits
Select commit Hold shift + click to select a range
ede33fb
interface: replace define with constexp
cdcseacave Dec 22, 2020
c75a600
interface: small change
cdcseacave Jan 5, 2021
b586605
common: fix PFM exporter/importer
cdcseacave Jan 18, 2021
30d7ec9
common: disable CPUID on ARM platforms
cdcseacave Feb 1, 2021
0a49d56
dense: add Region-Of-Interest (ROI) support
cdcseacave Feb 13, 2021
4629ad2
common: improve octree speed
cdcseacave Feb 14, 2021
7b55ad1
build: update AppVeyor
cdcseacave Feb 15, 2021
37f4b1e
mesh: split mesh in sub-meshed by max area
cdcseacave Feb 20, 2021
7a88fef
dense: split scene in sub-scenes
cdcseacave Feb 21, 2021
00b5979
cmake: build libCommon/IO/Math as shared if BUILD_SHARED_LIBS=ON (#650)
LWisteria Feb 23, 2021
c4b2f59
mesh: fix bug in RemoveFaces()
cdcseacave Mar 4, 2021
3581e7a
dense: filter more redundant views from sub-scenes
cdcseacave Mar 6, 2021
3be30ef
common: add ZSTD serialization support
cdcseacave Mar 6, 2021
979d6db
apps: set internal linkage for functions and variables (#656)
LWisteria Mar 6, 2021
55a2ab1
common: small refactor
cdcseacave Mar 6, 2021
43ca8f2
mesh: raster triangles using barycentric coordinates
cdcseacave Mar 7, 2021
574d64f
remove cotire
cdcseacave Mar 13, 2021
1391d61
dense: merge small sub-scenes
cdcseacave Mar 21, 2021
29a15f5
interface: import COLMAP depth-maps
cdcseacave Mar 25, 2021
b657534
interface: add MVS preset to the python script
cdcseacave Mar 31, 2021
ecea2dd
interface: fix COLMAP on linux
cdcseacave Mar 31, 2021
464493c
common: make binary projects portable
cdcseacave Apr 1, 2021
8e96a40
viewer: display views seeing selected point or points seen by the cur…
cdcseacave Apr 5, 2021
b005959
dense: improve depth-map initialization
cdcseacave Apr 7, 2021
dd69b9f
dense: merge depth-maps (no fusion)
cdcseacave Apr 12, 2021
17360bf
interface: add similarity transform functionality
cdcseacave Apr 16, 2021
4325703
common: fix file permissions on linux
cdcseacave Apr 16, 2021
0f2a5a0
mesh: add GLTF writing support
cdcseacave Apr 17, 2021
ecd5890
mesh: add target-face-num parameter to ReconstructMesh (#671)
pierotofy Apr 29, 2021
663eed1
mesh: improve GLTF support
cdcseacave May 12, 2021
e26cd50
Merge branch 'no_cotire' into develop
cdcseacave May 31, 2021
d6e21bf
dense: add geometric-consistency
cdcseacave Jun 6, 2021
1a626b6
dense: fix for invalid images
cdcseacave Jun 14, 2021
7cb9b40
dense: close file in reading invalid depth-map (#685)
bojanin Jul 16, 2021
a69a52c
github: Create FUNDING.yml
cdcseacave Aug 20, 2021
71bb22e
dense: export point-cloud with min number of views per point
cdcseacave Aug 26, 2021
3a0af3f
dense: detect computed depth-maps
cdcseacave Aug 27, 2021
c6daaf7
refine: initialize image neighbors from input mesh
cdcseacave Aug 27, 2021
e6ecc5a
dense: select better angle neighbors
cdcseacave Aug 27, 2021
ae8062b
dense: patch-match implemented in CUDA (faster & better)
cdcseacave Oct 17, 2021
334bba4
common: fix latest boost
cdcseacave Oct 18, 2021
add19bc
dense: expose --cuda-device option (#707)
pierotofy Oct 26, 2021
625bfd5
build: add Dockerfile for CUDA #710
cdcseacave Oct 28, 2021
556bb26
dense: fix bug in selecting views
cdcseacave Oct 28, 2021
67798ba
build: fix CUDA for older cards (#712)
pierotofy Oct 29, 2021
cd73b4c
dense: fix small clusters (#702)
cdcseacave Oct 30, 2021
500e808
interface: fix COLMAP log export
cdcseacave Nov 3, 2021
bbe7db5
interface: add Metashape and predefined neighbors list support
cdcseacave Nov 7, 2021
654afa2
interface: fix compile linux
cdcseacave Nov 12, 2021
09137e1
dense: add support for scenes with empty point-cloud but known (coars…
cdcseacave Nov 12, 2021
0abc993
dense: filter low score estimates
cdcseacave Nov 13, 2021
cb8fafa
interface: add Metashape ROI support
cdcseacave Nov 14, 2021
d842a3b
viewer: display ROI
cdcseacave Nov 15, 2021
4118493
dense: increase NCC threshold for CUDA
cdcseacave Nov 18, 2021
5b16d7b
interface: remap Metashape indices
cdcseacave Nov 25, 2021
17427b8
dense: fix depth-map crash in CUDA
cdcseacave Dec 6, 2021
f3747bf
Merge branch 'master' of github.com:cdcseacave/openMVS into develop
cdcseacave Dec 11, 2021
c103ffa
interface: update MVG-MVS pipeline
cdcseacave Dec 11, 2021
15e1183
increase version to 2.0.0
cdcseacave Dec 11, 2021
0d57474
v2.0 (#720)
cdcseacave Dec 11, 2021
35facc5
build: fix CUDA 11.x compilation (#723)
longhuan2018 Dec 16, 2021
2155a94
dense: fix SGM calling
cdcseacave Dec 19, 2021
d421ecb
Merge branch 'master' into develop
cdcseacave Dec 19, 2021
1ba3b34
mesh: trace image points onto mesh (#727)
MikeCernea Dec 19, 2021
5ddd433
mesh: project image points in input order
cdcseacave Dec 29, 2021
5a30245
common: log disk space
cdcseacave Jan 3, 2022
0fc902b
build: update CI for windows (#738)
MikeCernea Jan 3, 2022
6ba1dea
dense: fix crash in GC on CUDA
cdcseacave Jan 6, 2022
c658b72
dense: hotfix Patch-Match CUDA crash (#742)
cdcseacave Jan 7, 2022
6639f7b
common: fix various typos (#754)
luzpaz Jan 18, 2022
ee95530
common: fix old GCC
cdcseacave Jan 26, 2022
8f9b6be
common: use points inside ROI to estimate neighbor views
cdcseacave Feb 8, 2022
086f0c5
mesh: option to use only ROI points
cdcseacave Feb 9, 2022
461ad36
dense: improve neighbor views selection
cdcseacave Feb 10, 2022
91357c5
viewer: verbose DMAP details
cdcseacave Feb 22, 2022
65b90bd
mesh: add remesh support
cdcseacave Feb 26, 2022
73ee1c8
common: fix typos and add examples to MvgMvsPipeline.py (#624)
kevinsmia1939 Mar 4, 2022
103ac12
dense: fix 2 bugs and reduce depth perturbation in CUDA
cdcseacave Mar 4, 2022
6b850e4
dense: export selected view neighbors
cdcseacave Mar 4, 2022
3bbd042
common: improve MvgMvsPipeline.py to support partial reconstruction s…
cdcseacave Mar 4, 2022
6229894
build: use VCG fork in CI
cdcseacave Mar 9, 2022
5d877f0
dense: fix CUDA resize bug
cdcseacave Mar 9, 2022
7346385
common: disable CUDA calls if not selected
cdcseacave Mar 21, 2022
14a1959
dense: fix split scene and use ROI
cdcseacave Mar 22, 2022
83a0f97
texture: cleaner and faster ViewSelection (#793)
MikeCernea Mar 23, 2022
168bbdc
dense: render and export depth-maps for each view of a given mesh
cdcseacave Mar 25, 2022
d33b9fb
interface: export camera intrinsics and BBox
cdcseacave Apr 7, 2022
209c2a5
viewer: add center scene and set bbox
cdcseacave Apr 8, 2022
804492b
interface: add images scale&save functionality
cdcseacave Apr 8, 2022
fc81c6f
viewer: compute bbox with the selected min-number of views
cdcseacave Apr 8, 2022
7bf5cd8
interface: fix for saving relative paths
cdcseacave Apr 15, 2022
5aed5fa
texture: support a given subset of images for texturing
cdcseacave Apr 16, 2022
0a607d1
build: increase version to 2.0.1
cdcseacave Apr 17, 2022
1fafff5
Merge remote-tracking branch 'origin/master' into develop
cdcseacave Apr 17, 2022
3b2bb84
v2.0.1 (#809)
cdcseacave Apr 17, 2022
5a70acd
dense: add iters and geometric-iters params
cdcseacave Apr 20, 2022
670d20f
dense: split scene bounds do not exceed the existing ROI
cdcseacave Apr 30, 2022
915e0e0
dense: prefer mesh for neighbor selection
cdcseacave May 7, 2022
7299f46
interface: add support for Metashape's BlocksExchange format
cdcseacave May 7, 2022
0efa26d
common: use CLISTDEF macro
cdcseacave Jun 8, 2022
7e544a5
dense: automatic region-of-interest estimation (#823)
krahets Jun 11, 2022
cb984b4
dense: ROI estimation with robust safety check (#825)
krahets Jun 13, 2022
8c9848f
interface: fix some warnings
cdcseacave Jun 14, 2022
806c037
dense: implement multi-resolution depth-map estimation (#818)
MikeCernea Jun 18, 2022
eed4c7d
dense: implement patch match multi-resolutions on GPU (#819)
MikeCernea Jun 18, 2022
f34a258
dense: optimize the completeness of the estimated ROI (#830)
krahets Jun 19, 2022
a5c3bcb
dense: add point-cloud statistics
cdcseacave Jun 20, 2022
b003f24
dense: option to remove points by number of views
cdcseacave Jun 21, 2022
a22b954
dense: fix incomplete masks and fine-tune depth-map estimation
cdcseacave Jun 24, 2022
8b431a2
dense: init with sparse point cloud only (#837)
MikeCernea Jul 5, 2022
f057ee2
common: correct GetMedian() logic
cdcseacave Jul 6, 2022
49ef890
interface: fix COLMAP working directory (#844)
CanCanZeng Jul 6, 2022
5588140
dense: make estimate ROI optional
cdcseacave Jul 14, 2022
f6634b7
common: add support for PowerPC (#848)
cdcseacave Jul 26, 2022
d99afe9
texture: remove unused variable
cdcseacave Jul 26, 2022
7a6e08d
common: fine-tune ray-triangle intersection function
cdcseacave Jul 29, 2022
2f53998
build: update Dockerfiles
cdcseacave Aug 13, 2022
dcb2bc4
mvs: improve sub-scene
cdcseacave Jul 5, 2022
142b353
mesh: load GLTF
cdcseacave Sep 6, 2022
bc07459
interface: add support for MVSNet format
cdcseacave Sep 16, 2022
8bc89d0
viewer: enable viewing scenes with only cameras
cdcseacave Sep 16, 2022
9a8514b
dense: initialize neighbor views from image pairs baseline if the spa…
cdcseacave Sep 17, 2022
435eabc
interface: make C++17 features optional
cdcseacave Sep 17, 2022
245e2d7
transform: align scene to the given reference scene using camera posi…
cdcseacave Sep 17, 2022
7921361
interface: add 2 helper functions
cdcseacave Sep 20, 2022
7be47b1
dense: apply image masks on GPU (#861)
pierotofy Sep 20, 2022
75b4d80
texture: fix pixel center convention (#862)
adelpit Sep 21, 2022
91dedf5
texture: fix pixel center convention (#862)
adelpit Sep 21, 2022
3aba860
interface: add comments
cdcseacave Sep 23, 2022
471d007
mesh: update faceTexcoords in Mesh::RemoveFaces (#863)
humanbeingZ Sep 23, 2022
e1e78d1
interface: disable MVSNet interface on old GCC
cdcseacave Sep 23, 2022
64e3f35
common: improve MvsScalablePipeline.py to support existing modules an…
Oct 1, 2022
1d3df16
texture: fix data costs in TRWS energy (#880)
humanbeingZ Oct 12, 2022
4595ac1
build: handle nvcc compilers that don't support --list-gpu-arch (#886)
pierotofy Oct 18, 2022
f0ef4b5
mesh: fix ObjModel::MaterialLib::Save() when using OpenMP (#891)
humanbeingZ Oct 20, 2022
e0783e4
dense: fix neighbor selection based on a mesh
cdcseacave Nov 3, 2022
291b9f1
dense: ignore invalid input 3D points during initialization
cdcseacave Nov 5, 2022
7cc2b78
dense: boost low-resolution depth propagation for textureless areas (…
itacernea Nov 6, 2022
a977bf5
transform: estimate scene's volume
cdcseacave Nov 12, 2022
6d6a199
texture: small code cleanup
cdcseacave Nov 17, 2022
191d475
transform: robustify volume estimation
cdcseacave Nov 19, 2022
3a738d5
common: fix some warnings
cdcseacave Nov 21, 2022
bcad1ea
common: fix small memory leak in Octree (#896)
cdcseacave Nov 22, 2022
29a8118
common: add continuous integration workflow
cdcseacave Nov 22, 2022
ae14fc5
texture: use virtual faces for charts creation (#807)
MikeCernea Nov 22, 2022
ce8bbdb
common: CI uploads release artifact
cdcseacave Nov 22, 2022
99185ed
common: fix warnings
cdcseacave Nov 24, 2022
79214de
build: add workaround missing zstd library in vcpkg boost
cdcseacave Nov 24, 2022
99caa9c
build: disable Appveyor CI
cdcseacave Nov 24, 2022
c1fdb29
build: add tests
cdcseacave Nov 25, 2022
ccce4b5
build: add pipeline test
cdcseacave Nov 26, 2022
1598696
dense: add postprocess-dmaps and remove-dmaps params
cdcseacave Nov 26, 2022
58ba572
common: update octree code to use union
cdcseacave Nov 26, 2022
f08b44c
transform: add texture transfer between two meshes
cdcseacave Nov 27, 2022
517e8da
texture: add texture sharpening
cdcseacave Nov 27, 2022
7103c6b
Merge branch 'master' into develop
cdcseacave Nov 28, 2022
f62b38d
v2.1.0 (#906)
cdcseacave Nov 28, 2022
917f552
mesh: add transfer texture between two identical meshes
cdcseacave Dec 2, 2022
56a6536
transform: add --export-type param
cdcseacave Dec 3, 2022
a8507a0
transform: import face IDs subset to use for texture transfer
cdcseacave Dec 4, 2022
0c9d912
interface: add Python API
cdcseacave Dec 6, 2022
0c2228e
common: disable TImage::Show() on release
cdcseacave Dec 6, 2022
000443e
build: disable CUDA during continuous integration
cdcseacave Dec 6, 2022
516306a
common: implement custom RQ decomposition
cdcseacave Dec 27, 2022
2874f19
dense: load mask with predefined '.mask.png' extension
cdcseacave Dec 27, 2022
6702bf4
common: fix OBB::GetCorners()
cdcseacave Jan 30, 2023
0f83ba4
interface: fix import for ContextCapture BlocksExchange format
cdcseacave Mar 16, 2023
fe94580
build: update vcpkg for CI
cdcseacave Mar 16, 2023
97776fe
dense: add --mask-path to specify folder containing mask images (#940)
kenshi84 Mar 17, 2023
5adaa5c
build: simplify docker build and reduce build image (#952)
yanxke Mar 17, 2023
7d4c444
interface: fix InterfaceOpenMVG and InterfaceVisualSFM build (#951)
yanxke Mar 17, 2023
98aca50
interface: fix Metashape import with point-cloud
cdcseacave Mar 17, 2023
148b129
interface: initialize average scene depth per image while importing M…
cdcseacave Mar 20, 2023
8093255
build: added GUI support to docker; working viewer (#954)
satyajitghana Apr 1, 2023
6d0e772
build: add script to build Docker container on Windows (#966)
cdcseacave Apr 9, 2023
744d456
interface: import images with invalid poses
cdcseacave Apr 11, 2023
285de9b
common: add COLMAP SfM to MvgMvsPipeline.py (#977)
Apr 28, 2023
b41a8ce
texture: detect and ignore invalid image pixels generated by lens dis…
PxGluz May 4, 2023
af8578a
transform: transform scene by the given matrix
cdcseacave May 4, 2023
2c82a66
viewer: add support for importing a point-cloud
cdcseacave May 4, 2023
af5c939
build: update vcpkg in CI
cdcseacave May 18, 2023
c69bae4
texture: add image mask support (#967)
Sanheiii May 20, 2023
845f664
interface: export to COLMAP in binary format
cdcseacave May 24, 2023
15d4fd3
interface: force sparse point cloud COLMAP export
cdcseacave Jun 1, 2023
ced6ff3
interface: detect same platform for MVSNet import
cdcseacave Jun 1, 2023
4efd9b4
dense: estimate point-cloud scales
cdcseacave Jun 16, 2023
017161e
build: update vcpkg in CI
cdcseacave Jun 16, 2023
2d95bdc
common: fix incorrect comparison in BufferedOutputStream (#1010)
dllu Jun 20, 2023
3cb7f7a
interface: add Polycam importer
cdcseacave Jun 28, 2023
cbe6c93
build: update vcpkg in CI
cdcseacave Jun 28, 2023
5fb4d9e
dense: detect and improve tower like structure reconstruction (#1017)
cdcseacave Jul 2, 2023
f790ad6
interface: fix BlocksExchange importer
cdcseacave Jul 4, 2023
fb0a65d
mesh: crop mesh to input ROI
cdcseacave Jul 4, 2023
632a9bc
Merge branch 'master' into develop
cdcseacave Jul 4, 2023
d2d874d
common: v2.2.0
cdcseacave Jul 4, 2023
0d94605
v2.2.0 (#1021)
cdcseacave Jul 4, 2023
5347df2
transform: simplify transform matrix parsing (#1026)
nianjiuhuiyi Jul 13, 2023
a12e182
io: support images with .jpeg file extension (#1027)
csparker247 Jul 14, 2023
028c806
common: fix some warnings
cdcseacave Jul 14, 2023
742eabf
common: remove all usages of cv::String (#1028)
csparker247 Jul 14, 2023
b58a687
common: save/load results as point-cloud/mesh PLY instead of MVS files
cdcseacave Aug 5, 2023
a84072d
build: enable SSE on non-ARM systems only (#1042)
autoantwort Aug 14, 2023
a5707ae
interface: add Nerfstudio and RTMV importer (#1047)
cdcseacave Aug 18, 2023
f57daf5
interface: add depth and mask importer to RTMV
cdcseacave Aug 20, 2023
e3664e5
interface: fix color import from BlocksExchange
cdcseacave Aug 30, 2023
0a6ef82
viewer: refactor scene with external geometry loading
cdcseacave Aug 31, 2023
70de228
build: fix optional python with vcpkg
cdcseacave Sep 1, 2023
c84b15b
interface: fix for old GCC without filesystem support
cdcseacave Sep 1, 2023
91c9c2c
common: add an A100 CUDA parameter (#1053)
t-kusanagi Sep 6, 2023
c1b1cc9
common: add Python utility for reading DMAP files (#1059)
Sep 21, 2023
42b8816
io: add .jpeg file extension support (#1060)
bouk Sep 21, 2023
19fc792
mesh: improve texture transfer
cdcseacave Oct 17, 2023
f711e4a
interface: account for different pixel center conventions as COLMAP u…
cdcseacave Oct 17, 2023
95decea
texture: add multi texture support (#1074)
cdcseacave Oct 23, 2023
ecd5dde
interface: add Python utility for reading MVS scenes (#1069)
Oct 23, 2023
15a1407
build: enforce Eigen >= 3.4 (#1078)
magwe Oct 27, 2023
34961de
common: clean frustum creation
cdcseacave Nov 4, 2023
88765f6
mesh: improve fix non-manifold algorithm
cdcseacave Nov 7, 2023
b7adc80
common: support culling on/off in rasterization
cdcseacave Nov 8, 2023
d9b7416
mesh: unify vector calling convention
cdcseacave Nov 8, 2023
48cc91c
transform: improve texture transfer robustness
cdcseacave Nov 9, 2023
40800a4
common: unify library initialization and closing
cdcseacave Nov 11, 2023
3c19cdd
common: improve Eigen interface for custom types
cdcseacave Nov 11, 2023
ac43899
texture: fix non-OMP code and some warnings
cdcseacave Nov 11, 2023
bc67cf9
dense: estimate normal-map from depth-map during fusion if requested
cdcseacave Nov 22, 2023
186eb29
interface: make depth import optional in polycam
cdcseacave Dec 2, 2023
6449134
dense: use tower mode 4 by default
cdcseacave Dec 7, 2023
496c4a9
viewer: add option to crop scene to bounding box
cdcseacave Dec 7, 2023
add11b7
dense: fix fusion with invalid depth-map
cdcseacave Dec 9, 2023
da4b76c
v2.3.0
cdcseacave Jan 6, 2024
3c22ba7
Merge remote-tracking branch 'origin/master' into develop
cdcseacave Jan 7, 2024
8c45486
common: fix file class to support files >2GB
cdcseacave Jan 23, 2024
cd688d2
texture: fix obj export
cdcseacave Jan 31, 2024
6803f21
scripts: remove -o for TextureMesh (#1102)
xiaoxiae Feb 2, 2024
2ccd08e
scripts: add model_aligner to COLMAP SfM pipeline
cdcseacave Mar 6, 2024
6f1a787
interface: add python DMAP save script
cdcseacave Apr 27, 2024
36ffb22
common: various small fixes and added asserts
cdcseacave May 8, 2024
9bd7ed4
transform: add option to add noise to camera poses
cdcseacave Jun 26, 2024
d726211
common: remove unused code
cdcseacave Jul 26, 2024
7b01622
build: update CI
cdcseacave Jul 27, 2024
b2a0d93
dense: automatic caching of depth-maps
cdcseacave Jul 31, 2024
adaeecc
dense: implement dense fusion
cdcseacave Aug 6, 2024
a759b87
common: add CUDA utils for device
cdcseacave Aug 21, 2024
8e42439
dense: refactor PatchMatchCUDA::Camera into a stand alone structure
cdcseacave Aug 22, 2024
b1d8f0d
mvs: split CameraCUDA in Maths and Camera
cdcseacave Aug 26, 2024
2090fa9
mesh: implement RemoveDegenerateFaces() and RemoveDuplicatedVertices()
cdcseacave Sep 1, 2024
aa86191
common: refactor CUDA support in CMake
cdcseacave Sep 9, 2024
b0b04bb
common: add plane Transform()
cdcseacave Sep 17, 2024
efce2f6
dense: unify confidence between [0,1] for FilterDepthMap() too
cdcseacave Sep 23, 2024
208a441
common: implement assert with message
cdcseacave Sep 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
125 changes: 0 additions & 125 deletions .appveyor.yml

This file was deleted.

39 changes: 39 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
FROM ubuntu:22.04

ARG USERNAME=openmvs
ARG USER_UID=1000
ARG USER_GID=$USER_UID
ARG INSTALL_ZSH="true"

# Prepare and empty machine for building:
RUN apt-get update -yq

COPY .devcontainer/library-scripts/*.sh /tmp/library-scripts/
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& /bin/bash /tmp/library-scripts/common-debian.sh "${INSTALL_ZSH}" "${USERNAME}" "${USER_UID}" "${USER_GID}" "${UPGRADE_PACKAGES}" "true" "true"\
#
# ****************************************************************************
# * TODO: Add any additional OS packages you want included in the definition *
# * here. We want to do this before cleanup to keep the "layer" small. *
# ****************************************************************************
# && apt-get -y install --no-install-recommends <your-package-list-here> \
#
&& apt-get -y install --no-install-recommends build-essential git cmake libpng-dev libjpeg-dev libtiff-dev libglu1-mesa-dev libglew-dev libglfw3-dev \
# Boost
libboost-iostreams-dev libboost-program-options-dev libboost-system-dev libboost-serialization-dev \
# OpenCV
libopencv-dev \
# CGAL
libcgal-dev libcgal-qt5-dev \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/library-scripts

# Eigen
RUN git clone https://gitlab.com/libeigen/eigen --branch 3.4
RUN mkdir eigen_build
RUN cd eigen_build &&\
cmake . ../eigen &&\
make && make install &&\
cd ..

# VCGLib
RUN git clone https://github.com/cdcseacave/VCG.git vcglib
42 changes: 42 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/cpp
{
"name": "OpenMVS",
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "./.devcontainer/postCreateCommand.sh",
// Configure tool-specific properties.
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
"twxs.cmake",
"josetr.cmake-language-support-vscode"
]
}
},
"containerEnv": {
"DISPLAY": "unix:0"
},
"remoteEnv": {
"PATH": "/usr/local/bin/OpenMVS:${containerEnv:PATH}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"features": {
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
"remoteUser": "openmvs"
}
Loading
Loading