Site icon T4Tutorials.com

Region Splitting and Merging — MCQs | Digital Image Processing

1. Which of the following is a fundamental requirement for region splitting and merging?

(A) Image must be binary


(B) Homogeneity criterion


(C) Image must be color


(D) Frequency domain conversion



2. What is the main goal of region splitting in image segmentation?

(A) Combine similar regions


(B) Apply morphological operations


(C) Divide image into smaller homogeneous parts


(D) Convert color space



3. Which of the following methods can be considered a top-down approach?

(A) Region merging


(B) Region splitting


(C) Thresholding


(D) K-means clustering



4. Which technique starts with the whole image and recursively divides it?

(A) Region merging


(B) Region growing


(C) Region splitting


(D) Watershed



5. In region merging, two regions are merged if they satisfy which condition?

(A) Same intensity range


(B) Homogeneity condition


(C) Different histograms


(D) Maximum entropy



6. What does the region splitting and merging technique combine?

(A) Frequency and spatial domain


(B) Thresholding and edge detection


(C) Top-down and bottom-up strategies


(D) Morphological and transform domain methods



7. What is the minimum region size usually defined for splitting to stop?

(A) Depends on image format


(B) Based on filter size


(C) User-defined or predefined threshold


(D) Always 1 pixel



8. Which region-based segmentation method is more sensitive to noise?

(A) Region growing


(B) Region splitting


(C) Watershed


(D) K-means clustering



9. What is the smallest unit into which an image is divided in region splitting?

(A) Block


(B) Pixel


(C) Quad region


(D) Superpixel



10. Which of the following can cause over-segmentation in region splitting?

(A) Large block size


(B) Loose homogeneity criterion


(C) Strict homogeneity criterion


(D) Region merging



11. What data structure is commonly used in region splitting?

(A) Stack


(B) Graph


(C) Quad-tree


(D) Matrix chain



12. Which of the following statements is true about region merging?

(A) It starts with the full image


(B) It splits the image into four equal parts


(C) It merges adjacent similar regions


(D) It cannot be reversed



13. Region merging can be considered a:

(A) Top-down process


(B) Bottom-up process


(C) Linear process


(D) Thresholding technique



14. Which of these criteria is not typically used in defining homogeneity?

(A) Intensity


(B) Color


(C) Texture


(D) Edge gradient



15. What is a common problem in both region splitting and merging?

(A) Quantization


(B) Choosing an appropriate homogeneity criterion


(C) Color conversion


(D) Histogram equalization



16. Why is region splitting and merging considered recursive?

(A) Because it uses recursion in implementation


(B) It repeats operations until a condition is met


(C) It loops back to initial pixel values


(D) It always requires Fourier transform



17. What is the initial step in region splitting?

(A) Divide image into small squares


(B) Apply homogeneity check


(C) Start with the whole image


(D) Apply thresholding



18. What typically triggers a split in region splitting?

(A) Edge detection


(B) Homogeneity test fails


(C) Brightness exceeds 128


(D) Histogram shifts



19. In a quad-tree representation, what does each node represent?

(A) Edge


(B) Region


(C) Pixel


(D) Histogram



20. What is the termination condition in region merging?

(A) All pixels are merged


(B) No two adjacent regions satisfy homogeneity


(C) Regions have same shape


(D) The histogram becomes uniform



21. Which is an advantage of using region splitting and merging?

(A) Fully automatic segmentation


(B) Less computation


(C) Handles noise better than edge-based methods


(D) Always gives a single region



22. Which segmentation approach is more sensitive to seed location?

(A) Region splitting


(B) Region merging


(C) Region growing


(D) Quad-tree



23. What happens when the homogeneity criterion is too strict?

(A) Under-segmentation


(B) Noise is reduced


(C) Over-segmentation


(D) Smoothing is enhanced



24. What happens when the homogeneity criterion is too loose?

(A) More details are captured


(B) Under-segmentation


(C) Over-segmentation


(D) Edge details improve



25. Which of the following can not be used as a homogeneity criterion?

(A) Color variance


(B) Intensity range


(C) Edge sharpness


(D) Texture uniformity



26. How many subregions are created in each split using quad-tree?

(A) 2


(B) 3


(C) 4


(D) 8



27. Which operation is applied after region splitting to avoid over-segmentation?

(A) Filtering


(B) Region merging


(C) Histogram equalization


(D) Fourier transform



28. What must be checked before merging two regions?

(A) Location


(B) Shape


(C) Homogeneity


(D) Gradient



29. Region splitting and merging algorithms work on which domain?

(A) Frequency


(B) Spatial


(C) Time


(D) Compressed



30. What is an application of region splitting and merging?

(A) Image compression


(B) Noise filtering


(C) Medical image segmentation


(D) Image encryption



31. Which approach is more computationally expensive?

(A) Splitting


(B) Merging


(C) Combined splitting and merging


(D) Thresholding



32. What is the major limitation of region splitting alone?

(A) Slow processing


(B) Cannot detect edges


(C) Over-segmentation


(D) Under-segmentation



33. Which type of image is best suited for region splitting and merging?

(A) Binary


(B) High-contrast images


(C) Homogeneous regions


(D) Noisy images



34. Region splitting and merging methods are most suitable when:

(A) Texture variation is high


(B) Regions have clear boundaries


(C) Edges are strong


(D) Homogeneity is consistent



35. Why is post-processing often applied after splitting and merging?

(A) To enhance colors


(B) To apply filtering


(C) To remove small noisy regions


(D) To smooth gradients



36. Which of the following algorithms is based on region merging?

(A) Mean-shift


(B) Canny edge detector


(C) Otsu’s method


(D) Sobel operator



37. In what order are operations performed in combined splitting and merging?

(A) Split → Merge


(B) Merge → Split


(C) Random


(D) Merge only



38. What is the output of region splitting and merging segmentation?

(A) Smoothed image


(B) Edge map


(C) Labelled regions


(D) Binary mask



39. Which of the following tools are used to visualize region splits?

(A) Histogram


(B) Quad-tree


(C) Edge map


(D) Heat map



40. When applying merging, adjacent regions are compared for:

(A) Sharpness


(B) Homogeneity


(C) Texture


(D) Orientation



41. Which method works best for images with large uniform regions?

(A) Region growing


(B) Edge detection


(C) Region splitting and merging


(D) Histogram equalization



42. What is typically required after region merging to refine boundaries?

(A) Edge detection


(B) Filtering


(C) Region growing


(D) Watershed



43. What technique improves segmentation quality after splitting and merging?

(A) Histogram stretching


(B) Smoothing filter


(C) Morphological processing


(D) Thresholding



44. Which of the following improves performance of splitting and merging?

(A) Adaptive homogeneity threshold


(B) Global histogram equalization


(C) Frequency transform


(D) Color space change



45. Which segmentation method uses both merging and splitting adaptively?

(A) Region growing


(B) Watershed


(C) Adaptive region splitting and merging


(D) Canny edge detection



46. Which mathematical tool can represent splitting structure?

(A) Graph


(B) Tree


(C) Quad-tree


(D) Matrix



47. What happens if the image is noisy and no preprocessing is done?

(A) Better segmentation


(B) Fewer merges


(C) Over-segmentation


(D) No effect



48. When are two regions usually merged in quad-tree based methods?

(A) If they differ significantly


(B) If they are not neighbors


(C) If they satisfy homogeneity


(D) If histogram is same



49. Which of the following is most useful for real-time segmentation?

(A) Otsu’s method


(B) Region splitting and merging


(C) Canny edge detection


(D) Watershed transform



50. What is one key challenge in implementing region splitting and merging?

(A) Edge detection accuracy


(B) Defining global threshold


(C) Choosing efficient homogeneity criteria


(D) Histogram smoothing



51. Which of the following is not required in region merging?

(A) Similarity check


(B) Spatial adjacency


(C) Color histogram


(D) Region overlap



52. What is the result when the homogeneity threshold is zero?

(A) All regions are merged


(B) No region is split


(C) Each pixel becomes a region


(D) Maximum compression



More MCQs on Digital image Processing

  1. Introduction to DIP — MCQs | Digital Image Processing

  2. Human Visual System (HVS) — MCQs | Digital Image Processing

  3. Image Acquisition Devices — MCQs | Digital Image Processing

  4. Image Sampling & Quantization — MCQs | Digital Image Processing

  5. Image Resolution & Bit Depth — MCQs | Digital Image Processing

  6. Basic Image Operations (Negative, Log, Power-law) — MCQs | Digital Image Processing

  7. Histogram Equalization & Specification — MCQs | Digital Image Processing

  8. Contrast Stretching — MCQs | Digital Image Processing

  9. Image Arithmetic (Add, Subtract, Multiply, Divide) — MCQs | Digital Image Processing

  10. Bit-plane Slicing — MCQs | Digital Image Processing

  11. Smoothing Filters (Mean, Gaussian, Median) — MCQs | Digital Image Processing

  12. Sharpening Filters (Laplacian, Gradient) — MCQs | Digital Image Processing

  13. High-Boost Filtering — MCQs | Digital Image Processing

  14. Edge Detection (Sobel, Prewitt, Roberts, Canny, LoG) — MCQs | Digital Image Processing

  15. Fourier Transform (DFT, FFT) — MCQs | Digital Image Processing

  16. Frequency Domain Filtering — MCQs | Digital Image Processing

  17. Low-pass & High-pass Filters — MCQs | Digital Image Processing

  18. Homomorphic Filtering — MCQs | Digital Image Processing

  19. Noise Models (Gaussian, Salt & Pepper, Speckle) — MCQs | Digital Image Processing

  20. Adaptive Filtering — MCQs | Digital Image Processing

  21. Inverse & Wiener Filtering — MCQs | Digital Image Processing

  22. Pseudo-color & True-color Processing — MCQs | Digital Image Processing

  23. Color Space Conversion (RGB ↔ HSV, HSI, YCbCr) — MCQs | Digital Image Processing

  24. Color Image Enhancement — MCQs | Digital Image Processing

  25. Image Segmentation (Thresholding, Otsu, K-means, Region Growing) — MCQs | Digital Image Processing

  26. Edge-based Segmentation — MCQs | Digital Image Processing

  27. Region Splitting and Merging — MCQs | Digital Image Processing

  28. Watershed Algorithm — MCQs | Digital Image Processing

  29. Morphological Operations (Erosion, Dilation, Opening, Closing) — MCQs | Digital Image Processing

  30. Boundary Extraction — MCQs | Digital Image Processing

  31. Skeletonization — MCQs | Digital Image Processing

  32. Connected Components Labeling — MCQs | Digital Image Processing

  33. Texture Analysis (GLCM, LBP, Gabor Filters) — MCQs | Digital Image Processing

  34. Shape Descriptors (Perimeter, Area, Compactness, Eccentricity) — MCQs | Digital Image Processing

  35. Statistical Features (Mean, Variance, Skewness) — MCQs | Digital Image Processing

  36. Principal Component Analysis (PCA) — MCQs | Digital Image Processing

  37. Linear Discriminant Analysis (LDA) — MCQs | Digital Image Processing

  38. Feature Matching (SIFT, SURF, ORB) — MCQs | Digital Image Processing

  39. Image Registration — MCQs | Digital Image Processing

  40. Image Stitching — MCQs | Digital Image Processing

  41. Motion Detection & Optical Flow — MCQs | Digital Image Processing

  42. Background Subtraction — MCQs | Digital Image Processing

  43. Object Detection & Tracking — MCQs | Digital Image Processing

  44. Template Matching — MCQs | Digital Image Processing

  45. Pattern Recognition (KNN, SVM, ANN) — MCQs | Digital Image Processing

  46. Image Classification — MCQs | Digital Image Processing

  47. Image Clustering — MCQs | Digital Image Processing

  48. Image Compression (RLE, Huffman, LZW, JPEG, JPEG2000) — MCQs | Digital Image Processing

  49. Video Compression (MPEG, H.264) — MCQs | Digital Image Processing

  50. Image Fusion (Pixel, Feature, Decision Level) — MCQs | Digital Image Processing

  51. Image Watermarking — MCQs | Digital Image Processing

  52. Steganography — MCQs | Digital Image Processing

  53. Face Detection & Recognition — MCQs | Digital Image Processing

  54. Gesture Recognition — MCQs | Digital Image Processing

  55. 3D Image Processing — MCQs | Digital Image Processing

  56. Stereo Vision & Depth Estimation — MCQs | Digital Image Processing

  57. Medical Image Analysis (CT, MRI, Ultrasound) — MCQs | Digital Image Processing

  58. Remote Sensing Image Processing — MCQs | Digital Image Processing

  59. Satellite Image Enhancement — MCQs | Digital Image Processing

  60. Deep Learning for Image Processing (CNN, GANs, Autoencoders) — MCQs | Digital Image Processing

  61. Image Captioning — MCQs | Digital Image Processing

  62. Semantic & Instance Segmentation (Mask R-CNN, U-Net) — MCQs | Digital Image Processing

  63. Super Resolution (SRCNN, ESRGAN) — MCQs | Digital Image Processing

  64. Image Inpainting — MCQs | Digital Image Processing

  65. Image Style Transfer — MCQs | Digital Image Processing

  66. Real-Time Image Processing — MCQs | Digital Image Processing

  67. Augmented Reality (AR) & Virtual Reality (VR) — MCQs | Digital Image Processing

  68. DIP using MATLAB/OpenCV/Python — MCQs | Digital Image Processing

  69. DIP in IoT & Embedded Systems — MCQs | Digital Image Processing

  70. Ethics & Privacy in Image Processing — MCQs | Digital Image Processing

Computer Science Repeated MCQs Book Download

Exit mobile version