Skip to content

float data1[img_h*img_w*3] compile error #18

@szwyx999

Description

@szwyx999

hi,
I met a error of "非常量的表达式", when I build the c++ code with vs2019 .
I changed it to below to fix it.
"
float data1[6406403];
"

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