Skip to content

myXMLandYMAL issue #1

@szhowardhuang

Description

@szhowardhuang

//读取Mat类型数据
Mat matRead;
fread["mat="] >> matRead;
cout << "mat=" << mat << endl;

change to

//读取Mat类型数据
Mat matRead;
fread["mat"] >> matRead;
cout << "mat=" << matRead << endl;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions