开发者

Separate photos of Photo

开发者 https://www.devze.com 2023-02-13 10:46 出处:网络
See t开发者_StackOverflowhe following Photo : How can I programmatically separate the three photos?You\'ll need to figure out how to read and write graphics files, but once you know that, you just

See t开发者_StackOverflowhe following Photo :

Separate photos of Photo

How can I programmatically separate the three photos?


You'll need to figure out how to read and write graphics files, but once you know that, you just have to look for the continuous white space between the images. The color of all those pixels is identical.

Alternatively, you could apply an edge detection algorithm.

0

精彩评论

暂无评论...
验证码 换一张
取 消