Skip to content

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

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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