Skip to content

Possible code error in stereobm.cpp in calib3d module #17201

@giedriuszel

Description

@giedriuszel

Not sure what's the protocol for reporting possible code errors, but in stereobm.cpp line 382:
area.allocate(prefilter[0], width + params.preFilterSize + 2);
which is inside a for loop:
for (size_t i = 0; i < 2; ++i)
Shouldn't prefilter[0] be iterated over i : prefilter[i] ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions