Part 1:

  1. What is Histogram Matching also called as?
    a) Histogram Equalisation
    b) Histogram Specification
    c) Histogram linearisation
    d) None of the Mentioned
  2. b) Histogram Specification
    Histogram Specification is also known as Histogram Matching.
  3. What does SEM stands for?
    a) Scanning Electronic Machine
    b) Self Electronic Machine
    c) Scanning Electron Microscope
    d) Scanning Electric Machine
  4. c) Scanning Electron Microscope
    SEM stands for Scanning Electron Microscope.
  5. The type of Histogram Processing in which pixels are modified based on the intensity distribution of the image is called _______________.
    a) Intensive
    b) Local
    c) Global
    d) Random
  6. c) Global
    It is called Global Histogram Processing.
  7. In _______ image we notice that the components of histogram are concentrated on the low side on intensity scale.
    a) bright
    b) dark
    c) colourful
    d) All of the Mentioned
  8. b) dark
    Only in dark images, we notice that the components of histogram are concentrated on the low side on intensity scale.
  9. Which type of Histogram Processing is suited for minute detailed enhancements?
    a) Intensive
    b) Local
    c) Global
    d) Random
  10. b) Local
    Local Histogram Processing is used.
  11. Histogram Equalisation is mainly used for _________________________.
    a) Image enhancement
    b) Blurring
    c) Contrast adjustment
    d) None of the Mentioned
  12. a) Image enhancement
    It is mainly used for Enhancement of usually dark images.
  13. What is the basis for numerous spatial domain processing techniques?
    a) Transformations
    b) Scaling
    c) Histogram
    d) None of the Mentioned
  14. c) Histogram
    Histogram is the basis for numerous spatial domain processing techniques.
  15. In uniform PDF, the expansion of PDF is ____________________________.
    a) Portable Document Format
    b) Post Derivation Function
    c) Previously Derived Function
    d) Probability Density Function
  16. d) Probability Density Function
    PDF stands for Probability Density Function.
  17. To reduce computation if one utilises non-overlapping regions, it usually produces ______ effect.
    a) Dimming
    b) Blurred
    c) Blocky
    d) None of the Mentioned
  18. c) Blocky
    Utilising non-overlapping regions usually produces “Blocky” effect.
  19. What is Histogram Equalisation also called as?
    a) Histogram Matching
    b) Image Enhancement
    c) Histogram linearisation
    d) None of the Mentioned
  20. c) Histogram linearisation
    Histogram Linearisation is also known as Histogram Equalisation.
  21. What is procedure to implement highlight as a blinking
    operation?

The function textattr in conio.h can be use for this
purpose a small program has presented here…

#include<conio.h>
int main()
{
textattr(129);
cprintf(“My name is Lord Blade…”);
return 0;
}

here in the textattr till 128 only colors would be set and
more than it colors with blink.

  1. What are the differences between Structural Patterns and Morphological Structural Element?

In software engineering, structural design patterns are design patterns that ease the design by identifying a simple way to realize relationships between entities.

  1. Explain How to improve image quality?

Images can often be improved – or even transformed – by using graphics software such as Photoshop or the free GIMP and Paint.NET applications. Many other programs also have photo-enhancing tools, including facilities for semi-automatic image enhancement, so that you need only click a button, or choose a thumbnail, to have a positive effect on image quality.

  1. What is Rectification in image processing?

Image rectification is a transformation process used to project two-or-more images onto a common image plane. It corrects image distortion by transforming the image into a standard coordinate system.

It is used in computer stereo vision to simplify the problem of finding matching points between images.
It is used in geographic information systems to merge images taken from multiple perspectives into a common map coordinate system.

  1. How to enhance the quality of an image?

BY PIXEL AND RESEOLUTION OF THE IMAGE

  1. Where can we get all types of good emails?

Via subscribing newsletter.

Part 2:

  1. Explain procedure to implement highlight as a blinking
    operation?

The function textattr in conio.h can be use for this
purpose a small program has presented here…

#include<conio.h>
int main()
{
textattr(129);
cprintf(“My name is Lord Blade…”);
return 0;
}

here in the textattr till 128 only colors would be set and
more than it colors with blink.

  1. What are the different types of Structural Patterns?

One of the great features of modern programming languages is structural pattern matching on algebraic data types. Once you’ve used this feature, you don’t ever want to program without it. You will find this in languages like Haskell and Scala.

  1. What is the algorithms of of Geographic information system project?

A geographic information system is a system designed to capture, store, manipulate, analyze, manage, and present all types of geographically referenced data. The acronym GIS is sometimes used to mean geographical information science or geospatial information studies; these latter terms refer to the academic discipline or career of working with geographic information systems.[1] In the simplest terms, GIS is the merging of cartography, statistical analysis, and database technology.

  1. Explain what is Rectification in image processing?

Image rectification is a transformation process used to project two-or-more images onto a common image plane. It corrects image distortion by transforming the image into a standard coordinate system.

It is used in computer stereo vision to simplify the problem of finding matching points between images.
It is used in geographic information systems to merge images taken from multiple perspectives into a common map coordinate system.

Part 3:

  1. What is Image processing?

A technique in which the data from an image are digitized and various mathematical operations are applied to the data, generally with a digital computer, in order to create an enhanced image that is more useful or pleasing to a human observer, or to perform some of the interpretation and recognition tasks usually performed by humans. Also known as picture processing.

  1. What are the differences between the books Digital Image Processing and Digital Image Processing?

Difference between the books is that Digital Image Processing (DIP) deals primarily with the theoretical foundation of digital image processing, while Digital Image Processing Using MATLAB (DIPUM) is a book whose main focus is the use of MATLAB for image processing. The DIPUM book covers essentially the same topics as DIP, but the theoretical treatment is not as detailed. Some instructors prefer to fill in the theoretical details in class in favor of having available a book with a strong emphasis on implementation.

By bpci