当前位置: 代码迷 >> 综合 >> QString转Halcon的HTuple
  详细解决方案

QString转Halcon的HTuple

热度:14   发布时间:2024-03-07 13:11:39.0
QString filename=QFileDialog::getOpenFileName(this,tr("Open custom file"),"C://Users",tr("Image File( *.jpg *.png *.bmp)"));
HTupe hv_name = filename.toStdString().c_str();

 

  相关解决方案