词条 | Split and merge segmentation |
释义 |
Split and merge segmentation is an image processing technique used to segment an image. The image is successively split into quadrants based on a homogeneity criterion and similar regions are merged to create the segmented result. The technique incorporates a quadtree data structure, meaning that there is a parent-child node relationship. The total region is a parent, and each of the four splits is a child. Algorithm
HomogeneityAfter each split, a test is necessary to determine whether each new region needs further splitting. The criterion for the test is the homogeneity of the region. There are several ways to define homogeneity, some examples are:
where r and c are row and column, N is the number of pixels in the region and An example incorporation would be that the variance of a region be less than a specified value in order to be considered homogeneous. Data structureThe splitting results in a partitioned image as shown below to 3 levels. Each level of partitioning can be represented in a tree-like structure. ExampleThe following example shows the segmentation of a gray scale image using matlab.[2][3] The homogeneity criterion is thresholding, max(region)-min(region) < 10 for a region to be homogeneous. The blocks created during splitting are shown in the following picture: And the segmented image is below. References1. ^{{Cite book|url=https://www.worldcat.org/oclc/1016899766|title=Digital Image Processing and Analysis with MATLAB and CVIPtools, Third Edition|last=E.,|first=Umbaugh, Scott|isbn=9781498766074|edition=3rd|oclc=1016899766}} 2. ^{{Cite book|url=https://www.worldcat.org/oclc/54345501|title=Digital Image processing using MATLAB|last=C.|first=Gonzalez, Rafael|date=2004|publisher=Pearson/Prentice Hall|others=Woods, Richard E. (Richard Eugene), 1954-, Eddins, Steven L., 1964-|isbn=0130085197|location=Upper Saddle River, NJ|oclc=54345501}} 3. ^{{Cite web|url=https://www.mathworks.com/help/images/ref/qtdecomp.html?s_tid=srchtitle|title=Quadtree decomposition - MATLAB qtdecomp|website=www.mathworks.com|access-date=2018-04-24}} 1 : Image segmentation |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。