cv::String dataPath = "/home/zx/ClionProjects/convertIndex/rgb/"; //"./rgbd_dataset_freiburg1_desk/rgb/"
    dataPath = dataPath ;
    vector<cv::String> imageNames;
    glob(dataPath,imageNames,false);

 文件路径用绝对路径

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
  • 2021-10-24
  • 2022-01-20
  • 2021-07-17
猜你喜欢
  • 2021-12-22
  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案