Skip to content

question about the details of the implementation and some proposals #4

@HuangJunJie2017

Description

@HuangJunJie2017

have you implement motion compensation in the program?

proposal
inside the program the image path for function "imread()" should not be a char class array ,instead it should be a string class ,for example:

char buff[100];
sprintf(buff, "%s%04d.jpg",PATH, start);
std::string address = buff;
Mat frame = imread(address, IMREAD_COLOR);

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