Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

DingjaWang

DingjaWang closed an issue on fixstars/libSGM
Difference from cpu version and gpu version
I have similar problem in Issue 69 where the result of cpu version is different from gpu version. I check the answer in issue #69. And I use the original census transform that you provide in census...
DingjaWang closed an issue on ethan-li-coding/SemiGlobalMatching
cost_last_path在左右代价聚合过程sgm_util::CostAggregateLeftRight中不更新
大佬,我在实现左右聚合过程中发现在这一区域的cost_last_path是不会随着d的增加而更新的。但是在上线代价聚合过程中cost_last_path是会更新的,我想请问一下是这样的进行的特殊设计吗?还是代码在这里存在一点小错误。因为按照代价聚合的公式来看的话,左右代价聚合过程中,也需要使用上一个像素点的视差的代价值进行更新。在这里的cost_last_path始终是(255,0,0,.....
DingjaWang opened an issue on ethan-li-coding/SemiGlobalMatching
cost_last_path在左右代价聚合过程sgm_util::CostAggregateLeftRight中不更新
大佬,我在实现左右聚合过程中发现在这一区域的cost_last_path是不会随着d的增加而更新的。但是在上线代价聚合过程中cost_last_path是会更新的,我想请问一下是这样的进行的特殊设计吗?还是代码在这里存在一点小错误。因为按照代价聚合的公式来看的话,左右代价聚合过程中,也需要使用上一个像素点的视差的代价值进行更新。在这里的cost_last_path始终是(255,0,0,.....
DingjaWang opened an issue on fixstars/libSGM
Difference from cpu version and gpu version
I have similar problem in Issue 69 where the result of cpu version is different from gpu version. I check the answer in issue #69. And I use the original census transform that you provide in census...
DingjaWang opened an issue on dhernandez0/sgm
Is it possible to change the disparity 128 to 256?
I have a pair of images but their disparity are 200. Is it possible to change the limited disparity from 128 to 256? I am looking forward to your reply. Thank you.