Skip to content

[bug] Code difference in dense_map compared to the Matlab version #6

@gitouni

Description

@gitouni

According to https://github.com/balcilar/DenseDepthMap/blob/3589873ce2d9426302ba900e51f9568132ff9bb1/dense_depth_map.m, the snippet here:

KmY[i,j] = mY[i : (m - ng + i), j : (n - ng + j)] - grid - 1 +i

should be KmY[i,j] = mY[i : (m - ng + i), j : (n - ng + j)] - grid - 1 + j

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