Best method to split many images inside one

asked 2014-07-02 00:06:22 -0600

I want to split many images inside one image.

My method :

1- Quantize image using pyramid segmentation.

2- Extract contour from image.

3- Accumulate horizontal & vertical edges.

4- Compute the intersection of the horizontal & vertical lines.

What is your suggestion for this problem? image description image description

edit retag flag offensive close merge delete

Comments

Is your method working?

Witek gravatar imageWitek ( 2014-07-02 05:02:06 -0600 )edit