ERROR: [sfm_regions_provider.hpp:124] Invalid regions files for the view: images_20211224-144250.jpg ERROR: [main_ComputeMatches.cpp:195] Cannot load view regions from: . What command changes do I need to make? openMVG / src / software / SfM / SfM_SequentialPipeline.py.in ...
size// 仅当全局遮罩适合当前图像大小时才使用它if(imageMask.Width()==imageGray.Width()&&imageMask.Height()==imageGray.Height())mask=&imageMask;}}//这里才是核心,计算特征和描述符,并输出到对应的文件中// Compute features and descriptors and export them to filesautoregions=image_describer->Describ...
// Use the global mask only if it fits the current image size if (imageMask.Width() == imageGray.Width() && imageMask.Height() == imageGray.Height()) mask = &imageMask; } } // Compute features and descriptors and export them to files auto regions = image_describer->Describe(image...