Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
1K views

Image Segmentation Using C

The document contains 27 multiple choice questions about image segmentation techniques. It covers topics like the different approaches to segmentation including region-based segmentation, edge segmentation, and threshold-based segmentation. Some key techniques discussed include Canny edge detection, region growing, clustering methods like k-means, and model-based segmentation using active contours. The correct answers to each question are provided at the end.

Uploaded by

Vidya Dilip
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

Image Segmentation Using C

The document contains 27 multiple choice questions about image segmentation techniques. It covers topics like the different approaches to segmentation including region-based segmentation, edge segmentation, and threshold-based segmentation. Some key techniques discussed include Canny edge detection, region growing, clustering methods like k-means, and model-based segmentation using active contours. The correct answers to each question are provided at the end.

Uploaded by

Vidya Dilip
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Objective Type Questions

Image Segmentation
1. Segmentation is usually not perfect due to number of factors such as

a) Noise, Bad illumination


b) Object Contain several region
c) Due to boundary-filling
d) Due to closed contour
2. What are the two approaches to segmentation?

a) Haar-like feature & 3-D rectangle approach


b) Region based segmentation & edge segmentation
c) Adaboost approach & edge segmentation
d) None of the above
3. Which technique applies Edge segmentation

a) Heuristics operator
b) Canny operator
c) All of the above
d) None of the above
4. Criteria for region segmentation

a) Pixels may be assigned to the same region


b) Pixels may be assigned to the different region
c) All of the above
d) None of the above

5. Pixels are allocated to categories according to the range of values in which a pixel lies is
called

a) Thresholding based segmentation


b) Edge- based segmentation
c) Region based segmentation
d) None of the above

6. Edge element is associated with two components

a) Magnitude of the gradient


b) Region of the gradient
c) All of the above None of the above
d) None of the above
7. Laplacian is a

a) First order derivative filter


b) Sobel operator
c) Canny operator
d) Second order derivative filter

8. A gradient operator for edge detection is

a) Roberts
b) Second order derivative
c) Zero crossing operator
d) None

9. Image segmentation is the process of

a) Partitioning a digital image into multiple segment


b) Classify the image into number of objects
c) None of the above
d) All of the above

10. Threshold based segmentation is based on

a) Number of clusters
b) Clip level
c) Number of regions
d) All of the above

11. Which segmentation technique is based on clustering approaches?

a) K-means algorithm
b) Threshold based algorithm
c) Histogram based algorithm
d) Edge detection based algorithm

12. In histogram based segmentation, we measure the

a) Color or intensity of objects


b) Region of objects
c) All of the above
d) None of the above
13. Zero crossing operator use the following

a) First derivative
b) Second derivative
c) Sobel operator
d) Gaussian operator

14. Classical edge detectors uses

a) Prewitt operator
b) Robert operator
c) Threshold operator
d) Gaussian operator

15. Sobel edge detection uses

a) First derivative
b) Second derivative
c) All of the above
d) None of the above

16. Advantages of canny operator

a) Simplicity of the method


b) None of the above
c) Performance is good, Using probability for finding error rate
d) All of the above

17. Gray level image segmentation is generally based on two properties

a) Discontinuity and similarity


b) Continuity and similarity
c) Only similarity
d) None of the above

18. Edge based segmentation algorithm is using

a) Discontinuity and similarity


b) Threshold value
c) None of the above
d) Edge linking and boundary
19. The thresholding operation is a grey value re-mapping operation g defined by

0 if v  t 
a) g (v )   
1 if v  t 
0 if v  t 
b) g (v )   
1 if v  t 
1 if v  t 
c) g (v )   
0 if v  t 
d) None of the above

20. Grey level thresholding is a generalization of

a) Edge detection
b) Binary thresholding
c) Both of the above
d) None of the above

21. Region growing is a ……………image segmentation approach

a) bottom-up
b) Top down
c) All of the above
d) None of the above

22. Example of Clustering Methods is

a) Level Set Methods


b) Graph Partitioning Methods
c) Watershed Transformation
d) Neural Networks Segmentation

23. Example of Histogram-Based Methods is

a) Level Set Methods


b) Graph Partitioning Methods
c) Watershed Transformation
d) Neural Networks Segmentation

24. Example of Edge Detection Methods is


a) Neural Networks Segmentation
b) Graph Partitioning Methods
c) Watershed Transformation
d) Multi-scale Segmentation

25. Example of Region Growing Methods is

a) Level Set Methods


b) Graph Partitioning Methods
c) Watershed Transformation
d) Neural Networks Segmentation

26. Involve active shape and appearance models, active contours and deformable
templates is called

a) Model based Segmentation


b) Semi-automatic Segmentation
c) All of the above
d) None of the above

27. Techniques like Livewire or Intelligent Scissors are used in

a) Model based Segmentation


b) Semi-automatic Segmentation
c) Threshold based Segmentation
d) None of the above

Key Solutions of Question:

1(a), 2(b), 3(c), 4(a), 5(a), 6(a), 7(d), 8(a), 9(a), 10(b), 11(a), 12(a), 13(b), 14(a), 15(a), 16(c),
17(a), 18(d), 19(a), 20(b), 21(a), 22(a), 23(b), 24(c), 25(d), 26(a), 27(b)

You might also like