Тема: CONCAVITY ANALYSIS FOR CONVEX OBJECT SEGMENTATION
Закажите новую по вашим требованиям
Представленный материал является образцом учебного исследования, примером структуры и содержания учебного исследования по заявленной теме. Размещён исключительно в информационных и ознакомительных целях.
Workspay.ru оказывает информационные услуги по сбору, обработке и структурированию материалов в соответствии с требованиями заказчика.
Размещение материала не означает публикацию произведения впервые и не предполагает передачу исключительных авторских прав третьим лицам.
Материал не предназначен для дословной сдачи в образовательные организации и требует самостоятельной переработки с соблюдением законодательства Российской Федерации об авторском праве и принципов академической добросовестности.
Авторские права на исходные материалы принадлежат их законным правообладателям. В случае возникновения вопросов, связанных с размещённым материалом, просим направить обращение через форму обратной связи.
📋 Содержание
1. SEGMENTATION OF OVERLAPPING CONVEX OBJECTS 6
1.1. Seed point-based methods 6
1.2. Concave point-based methods 11
1.3. Contour Estimation 14
2. PROPOSED FRAMEWORK 16
2.1. Image binarization and edge extraction 16
2.2. Concave points detection and segmentation 17
2.3. Segment grouping 18
3. EXPERIMENTS 23
3.1. Data 23
3.2. Evaluation criteria 23
3.3. Results 26
4. DISCUSSION 29
4.1. Current study 29
4.2. Future work 30
5. CONCLUSION 31
REFERENCES 32
📖 Введение
Segmentation or contour estimation of overlapping objects is an image analysis task. This task is connected to the problem of analyzing 2D projections of 3D objects. It is widely used in the industry and biology. Usually, it is difficult to estimate inner contours of the overlapped object so the segmentation methods must relay just on visible parts of particles (see figure 2). To solve such problems one must estimate the full contour based on visible edge fragments and prior knowledge about the object shape [26].
This work focuses on segmentation of convex objects. The work continues earlier research where a framework to segment (estimate contours) of partially overlapping nanoparticles was developed [25]. The framework consists of three steps: 1) detecting of concave edge points, 2) grouping of the resulting edge segments to form contour evidence, and 3) estimating the full contours of the objects (see fig. 2) [24, 26].In order to be able to estimate full contours of objects with partially observed edges, all edge points or edge segments belonging to the same object need to be grouped. To do this, shape analysis of the resulting object is needed. This can be done by employing a grouping method that defines how likely two edge segments belong to the same object, that is how well the resulting object fits the prior information about the object shapes or contour model.
Objectives and delimitations
The aim of this master’s thesis is to develop an efficient grouping strategy that grouping the contour segments which belong to the same object.
The objectives are as follows:
1. Make an overview of existing methods and frameworks for overlapping object segmentation.
2. Propose the new segment grouping method, that improves the performance of segment grouping on images with shapes of different types.
3. Compare the proposed method with existing state-of-art segment grouping method on real and generated data.
Structure of the thesis
The rest of thesis has the following structure. Chapter 2 gives a brief overview of an existing contour segmentation methods. Chapter 3 presents a segmentation framework with a new proposal of a segment grouping method. Chapter 4 contains the information about experiments and validation of the proposed segment grouping method. Chapter 5 discusses the findings and describes goals of the further research. Chapter 6 concludes the thesis and give a brief overview of the problem, the solution, and the results.





