Image Processing Summary
Image Processing Summary
49.
50. ............................. bring out detail that is obscured, or simply to highlight certain
features of interest in an image.
. Image Restoration
b. Image Enhancement
. Segmentation
. Object Recognition
. brightness
. transitivity
. chromaticity
. reflectivity
. s = L-1
. s = 1-r
c. s = L-1-r
. s = L-r
47. Smallest value of gamma will produce
. contrast
. darker image
c. brighter image
. black and white image
. 3x3
. 2x2
c. 1x1
. 4x4
49. For edge detection, we use
. first derivative
. second derivative
. third derivative
d. Both A and B
50. The type of noise in which pixel values multiplied by random noise is............
a. speckle noise
. periodic noise
. gaussian noise
. none of them
51. The type of mean filter that achieves similar smoothing to the arithmetic mean but tends
to lose less image detail is ..................
a. geometric mean
. contraharmonic mean
. harmonic mean
. none of them
52.
Edges play an important role in our perception of images as
well as in the analysis
of images. Describe one method which can detect lines/edges along xnd yirections in
an image? Write down its mathematical operations on an input image.
Solution:
Edge detection along xnd y-directions can be done using
Sobel operators:
Foo
What are the primary stage that comprise the image
processing pipeline
Solution
1. Translation Invariance:
Meaning: The representation should remain the same regardless of the object's
position or location in the image.
Example: If an object is in the center or at the corner of an image, its representation
should be consistent.
2. Rotation Invariance:
Meaning: The representation should be unaffected by the rotation of the object within
the image.
Example: If an object is upright or rotated, the representation remains the same.
3. Scale Invariance:
Meaning: The representation should not change with the size or scale of the object in
the image.
Example: Whether an object is large or small within the image, its representation
remains invariant to scale changes.
These invariances are crucial for creating robust and reliable object recognition
systems in image processing. They ensure that the model can recognize and
understand objects regardless of their position, orientation, or size in the images.