Quick Start
This guide will help you quickly get started with MipMapEngine SDK.
đ Prerequisitesâ
Before starting, please ensure you have:
- â Installed the SDK (see Installation Guide Windows or Installation Guide Linux)
- â Activated the license
đ§ Quick Start Reconstructionâ
We provide a very intuitive interactive page for generating the JSON parameter file needed to start reconstruction. You only need to drag images into the page, set your working directory, SDK's GDAL directory, and simple reconstruction parameters, select the required output formats, and generate the JSON file.
ãClick to Open Interactive Page
Next, uniformly modify the image root directory in the JSON file to your actual directory, then start the full-process reconstruction via command line:
reconstruct_full_engine(.exe) --reconstruct_type 0 --task_json config_task.json
- For Linux Docker deployment mode, the reconstruct_full_engine executable is stored in the container's mipmap_engine directory
Parameter Description
reconstruct_type:0indicates one-click full-process reconstructiontask_json: JSON parameter file path
[Important] You are starting the SDK's one-click full-process reconstruction interface, which is also the most commonly used and recommended interface. We recommend you check the Reconstruct Full Manual page to view detailed parameter setting rules.
đ Next Steps
Congratulations! You have mastered the basic usage of MipMapEngine SDK. Next you can:
- đ§ Check API Reference - Deeply understand API interface invocation and parameter design rules
- đ Learn Basic Concepts - Deeply understand 3D reconstruction principles [Professional photogrammetry developers can skip]
Need help? Check the troubleshooting guide or contact technical support.