Skip to content

Error with calcOpticalFlowPyrLK #59

@namnetko

Description

@namnetko

I'm having trouble with calcOpticalFlowPyrLK. Sometimes it returns an error, sometimes it doesn't. I've double-checked the input data, and it seems to be correct.

Please help me, thank you.

cv.calcOpticalFlowPyrLK(
    preGray,
    curGray,
    p0,
    p1,
    st,
    err,
    winSize,
    maxLevel,
    criteria,
  );

  cv.exceptionFromPtr(err);

error
image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions