Тип работы:
Предмет:
Язык работы:


CONCAVITY ANALYSIS FOR CONVEX OBJECT SEGMENTATION

Работа №196797

Тип работы

Дипломные работы, ВКР

Предмет

программирование

Объем работы34
Год сдачи2018
Стоимость4750 руб.
ПУБЛИКУЕТСЯ ВПЕРВЫЕ
Просмотрено
11
Не подходит работа?

Узнай цену на написание


INTRODUCTION 4
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

Background
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.

Возникли сложности?

Нужна помощь преподавателя?

Помощь в написании работ!


In this work methods for segment grouping were studied and a new segment grouping framework was proposed. A survey of existing segmentation methods was made in order to understand which methods can be used for the tasks of segmentation and segment grouping. There are two main approaches for segmentation. The one is based on seed-points detection and the other is based on concave points extraction. The proposed framework is based on the Zafari BB algorithm [26] with a proposed cost function. The cost function is based on a hypothesis that objects have a convex form and the shape is similar to one of the next type of shapes: ellipse, quadrilateral, or triangle. The cost function was compared with the original BB cost function [26] on the real and the synthetic data. The results of the experiments showed that the proposed cost function outperforms the original cost function on the synthetic data. The experiments with the real data showed that the proposed cost function is worse than Zafari BB algorithm. The main reason for this is the fact that the most particles in the real images have elliptical a symmetrical shapes.


1. A suite of minimal bounding objects. - https://nl.mathworks.com/matlabcentral/fileexchange/34767-a-suite-of- minimal-bounding-objects. - [Online; accessed May, 23,
2018].
2. Bai X., Sun C., Zhou F. Splitting touching cells based on concave points and ellipse fitting // Pattern Recognition. - 2009. - Vol. 42. - no. 11. - P 2434 - 2446.
3. Canny J. A Computational Approach to Edge Detection // IEEE Transactions on Pattern Analysis and Machine Intelligence. - 1986. -. - Vol. 8. - No. 6. - P 679-698.
4. Dai J., Chen X., Chu N. Research on the extraction and classification of the concave point from fiber image // IEEE 12th International Conference on Signal Processing (ICSP). - 2014. - P 709-712.
5. Esteves T. Gradient convergence filters and a phase congruency approach for in vivo cell nuclei detection / T. Esteves, P Quelhas,
A.M. Mendonga, A. Campilho // Machine Vision and Applications. - 2012. - Jul. - Vol. 23. - No. 4. - P 623-638. - URL: https://doi.org/10.1007/s00138-012-0407-7.
6. Farhan M., Yli-Harja O., Niemisto A. A Novel Method for Splitting Clumps of Convex Objects Incorporating Image Intensity and Using Rectangular Window-Based Concavity Point-Pair Search // Pattern Recognition. - 2013. - Vol. 46. - No. 3. - P 741-751.
7. Haralick R.M. The digital morphological sampling theorem / R.M. Haralick, X. Zhuang, C. Lin, J.S.J. Lee // IEEE Transactions on Acoustics, Speech, and Signal Processing. - 1989. - Dec. - Vol. 37. - No. 12. - P 2067-2090.
8. He X., Yung N. Curvature scale space corner detector with adaptive threshold and dynamic region of support // Proceedings of the 17th International Conference on Pattern Recognition. - 2004. - Aug. -
P 791-794.
9. Kobatake H., Hashimoto S. Convergence index filter for vector fields//IEEE Transactions on Image Processing. - 1999. - Aug. - Vol. 8. - No. 8. - P 1029-1038.
10. Kumar S. A rule-based approach for robust clump splitting /
S. Kumar, S.H. Ong, S. Ranganath, T.C. Ong, F.T. Chew//Pattern Recognition. - 2006. - Vol. 39. - No. 6. - P 1088-1098.
11. Langlard M. An efficiency improved recognition algorithm for highly overlapping ellipses: Application to dense bubbly flows // Pattern Recognition Letters. - 2018. - Vol. 101. - P 88-95. - URL: http://www.sciencedirect.com/science/article/pii/S0167865517304300.
12. Loy G., Zelinsky A. Fast radial symmetry for detecting points of interest // IEEE Transactions on Pattern Analysis and Machine Intelligence. - 2003. - Aug. - Vol. 25. - No. 8. - P 959-973.
13. Otsu N. A Threshold Selection Method from Gray-Level Histograms // IEEE Transactions on Systems, Man, and Cybernetics. - 1979.
- Jan. - Vol. 9. - No. 1. - P 62-66.
14. Park C. Segmentation, Inference and Classification of Partially Overlapping Nanoparticles / C. Park, J.Z. Huang, J.X. Ji, Y Ding // IEEE Transactions on Pattern Analysis and Machine Intelligence. - 2013. - March. -Vol. 35. - No. 3. -P 1-1.
15. Pereira C.S. Detection of Lung Nodule Candidates in Chest Radiographs / C.S. Pereira, H. Fernandes, A.M. Mendonca, A. Campilho // Proceedings of the 3rd Iberian Conference on Pattern Recognition and Image Analysis, Part II. - Berlin, Heidelberg : Springer-Verlag, 2007. - P 170-177...29


Работу высылаем на протяжении 30 минут после оплаты.




©2025 Cервис помощи студентам в выполнении работ