Restore dead links to code.opencv.org

Is it possible to restore code.opencv.org as a static site, maybe from the last good internet archive copy? It looks like a migration from that site to github neglected to archive it (fortunately that mistake isn’t being repeated with answers.opencv.org) and left a bunch of dead links behind like in https://stackoverflow.com/questions/19068085/shift-image-content-with-opencv/19071486#19071486 (my update to point at internet archive may have fixed that case though).

1 Like

according to archive.org that site was taken down in 2017. I doubt they have a backup of that, or that anything on that site should be kept around because it’d be horribly outdated.

that shift function would be a nice candidate for a special case of arguments to warpAffine. maybe reopen/open the issue and propose it. some newbie will surely be interested in a self-contained issue like this. I’ve just downloaded that shift.hpp function archive.org still had from the old site, just in case anyone might need it.

1 Like