SuTanTank/BundledCameraPathVideoStabilization

Question about function optPath

Closed this issue · 2 comments

function optPath in Bundled.m:
"value = squeeze(oP(frameIndex, row, col, :, :)); " may be "value = squeeze(obj.C(frameIndex, row, col, :, :)); "?
value may be C(t) but not P(t)
I read the paper, but I'm not certain.

Thanks.

Yes, it should be C if following the paper strictly. But I found out using P leads to better result

Ok,thanks for your reply!