s.zhong
s.zhong
## Feature Request I'm having difficulty creating nodes with the azure arm driver. As I can understand, it requires providing an existing network interface, and to create a network interface,...
I noticed an issue when selecting pairs during feature matching, `find_best_altitude` returns very large value and hence causing missing pairs. Here attached the dumped data from my dataset (I'm not...
I encountered an error that happened during Flann feature matching. The reason is one of the feature descriptors for one specific image has all nan values. After further investigation, the...
In undistortion, computing camera mapping is the most expensive part, but it's only related to the camera model and image size, hence for each camera model and size, it only...
Hi all, I wonder if someone has a quick answer about will the GPS/GCP data affect camera calibration( internal matrix)? Or they just affect the rigid transform from initial location...
Hi all, I'm trying to include openMVG as a submodule and build directly under my project. But it's not working due to all the references for the source directory are...
I noticed the OpenMVS point cloud filter might have a problem, how it determines the point visibility cannot handle when seeing a plane from side. I had a dataset that...
Hi, I noticed there could be a problem in the point cloud visibility filter. The problem is described https://github.com/OpenDroneMap/ODM/issues/1785. I believe the current algorithm cannot handle well for the case...
Hi, I noticed a problem caused by issue described here((https://github.com/OpenDroneMap/OpenSfM/pull/25) occurred again. The fix was applied to 319 but not inherited in later versions. Someone else also posted about problem...
Hi, This PR adds a feature to detect collinearity of GCPs based on PCA analysis and warn about possible inaccuracy.