Lecture 1 - Digital Image Formation Flashcards
What is the main purpose of digital image formation in image analysis and computer vision?
To convert a physical image into a digital format that can be processed and analyzed by computer algorithms.
Define “pinhole camera model”.
A pinhole camera model is a simple camera model that represents the camera as a box with a small hole on one side. Light passes through the hole and projects an inverted image on the opposite side of the box.
What are the primary components of a digital image formation system?
Light source, object, lens, image sensor, and image processor.
Explain the concept of “sampling” in the context of digital image formation.
Sampling is the process of converting a continuous image signal into a discrete signal by measuring the image intensity at regular intervals (pixels).
What is “quantization” in image processing?
Quantization is the process of mapping a large set of input values to a smaller set, such as rounding off pixel intensity values to the nearest integer in digital images.
Describe the concept of “resolution” in digital imaging.
Resolution refers to the amount of detail an image holds and is typically measured in terms of the number of pixels in an image or the spatial frequency (e.g., dpi - dots per inch).
Define “dynamic range” in the context of digital images.
Dynamic range is the ratio between the maximum and minimum measurable light intensities (brightness levels) in an image.
What is “bit depth” in digital images?
Bit depth refers to the number of bits used to represent the color or grayscale value of each pixel, determining the range of colors or shades of gray that can be displayed.
Explain “color space” in digital imaging.
A color space is a specific organization of colors, which helps in the representation and reproduction of color in both digital and physical formats. Examples include RGB, HSV, and CMYK.
What is the purpose of the “gamma correction”?
Gamma correction is used to adjust the brightness of an image to match the nonlinear response of display devices or the human eye.
Describe the “camera calibration” process.
Camera calibration is the process of estimating the parameters of the camera model, such as focal length, principal point, and lens distortion, to improve the accuracy of image measurements and reconstructions.
What is “lens distortion” and how does it affect digital images?
Lens distortion is an optical aberration where straight lines appear curved in the image. It affects the accuracy of image-based measurements and needs to be corrected for precise image analysis.
Write the formula for the pinhole camera model.
Provide the formula for the camera intrinsic matrix
K.
What is the equation for converting 3D world coordinates to 2D image coordinates using a pinhole camera model?