QtAliceVision icon indicating copy to clipboard operation
QtAliceVision copied to clipboard

Qt plugin providing AliceVision-based UI Components

Results 8 QtAliceVision issues
Sort by recently updated
recently updated
newest added

Linked to https://github.com/alicevision/Meshroom/pull/2177 - add an option to visualize the landmarks observations - observed landmarks for current camera + links to cameras observing the same landmarks - linked to the...

Trying to build qtAliceVision as part of building the full AliceVision/Meshroom stack in an NVIDIA-enabled docker container. OS: AliceVision Docker image derived from nvidia/cudagl:11.2.2-devel-ubuntu20.04 Python 3.8.10 Qt/PySide 5.14.1 Meshroom version:...

- MDescFeatures contains features data relative to one describer type. - FeaturesViewer handles the display of MDescFeatures data. - MFeatures contains all MDescFeatures instances.

## Description Add a new image viewer (Albedo + Normal) with Blinn-Phong model, the `PhongImageViewer`. With customizable shader parameters and light direction. A normal map with two light directions using...

enhancement

- [x] When fetchingSequence is false but we change frame we launch asynchronous thread to get the image.

New version of the sequence player. - Update cache logic to not use LRU but distance to current played frame - Use resize ratio instead of target size (no need...

When building QtAliceVision with Qt6.10.0 cmake gives error message CMake Error at src/qtAliceVision/CMakeLists.txt:87 (target_link_libraries): Target "qtAliceVisionPlugin" links to: Qt6::GuiPrivate Solution: Insert line find_package(Qt6 REQUIRED COMPONENTS GuiPrivate) into src/qtAliceVision/CMakeLists.txt Solution adapted...