how to split mosaic image by their edge?
image is as below,it is a mosaic image, it is consist of three images, i want to get the two edge position that separate the three images, how to do this?
my problem is how to recognize the image is a mosaic image or not and where is the edge?
like the seconde image consist of four images
isn't it just
image.rows / 3
?@berak my problem is how to recognize the edge
there is a smilar unanswered question
I am guessing that a pure vertical and horizontal sobel filter will have a strong response at those edges. However there will also be other objects like tables with a high response.