TA_CV

12345678910111213141516
Across
  1. 2. Transformation that maps points from one plane to another, used in image stitching.
  2. 9. Dividing an image into meaningful regions based on similarity or discontinuity.
  3. 10. Method to estimate pixel values when resizing or rotating an image.
  4. 12. Technique to estimate motion between frames based on pixel intensity shifts.
  5. 13. Simplest form of segmentation that separates foreground and background by intensity cutoff.
  6. 14. Geometric operation preserving points, straight lines, and planes (includes scaling and rotation).
  7. 15. Identifying boundaries in images using operators like Sobel or Canny.
  8. 16. Set of operations like erosion and dilation used to refine binary images.
Down
  1. 1. The process of identifying distinctive image attributes for recognition or matching tasks.
  2. 3. Process of estimating camera parameters to relate 3D world coordinates with 2D images.
  3. 4. Small matrix used in filtering operations to detect edges or blur an image.
  4. 5. Mathematical model describing the way colors can be represented (e.g., RGB, HSV).
  5. 6. Linear smoothing technique that reduces high-frequency noise using a bell-shaped kernel.
  6. 7. Technique that enhances contrast by redistributing intensity values across the range.
  7. 8. Core mathematical operation in filtering where a kernel slides across an image.
  8. 11. Preprocessing step that smooths random variations in image pixel intensity.