Image Processing Expert

  Home  Computer Graphics  Image Processing Expert


“Expert Image Processing Frequently Asked Questions in various Image Processing Expert job Interviews by interviewer. The set of questions here ensures that you offer a perfect answer posed to you. So get preparation for your new job hunting”



57 Image Processing Expert Questions And Answers

1⟩ Write a 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 John Smith...");

return 0;

}

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

 198 views

2⟩ List the applications of color models?

1. RGB model- used for color monitors & color video camera

2. CMY model-used for color printing

3. HIS model--used for color image processing

4. YIQ model-used for color picture transmission

 175 views

3⟩ Define subjective brightness and brightness adaptation?

Subjective brightness means intensity as preserved by the human visual system.

Brightness adaptation means the human visual system can operate only from scotopic to glare limit. It cannot operate over the range simultaneously. It accomplishes this large variation by changes in its overall intensity.

 168 views

8⟩ What is the need for transform?

The need for transform is most of the signals or images are time domain signal (ie) signals can be measured with a function of time. This representation is not always best. For most image processing applications anyone of the mathematical transformation are applied to the signal or images to obtain further information from that signal.

 155 views

16⟩ What is Dynamic Range?

The range of values spanned by the gray scale is called dynamic range of an image. Image will have high contrast, if the dynamic range is high and image will have dull washed out gray look if the dynamic range is low.

 179 views

17⟩ What do you meant by Color model?

A Color model is a specification of 3D-coordinates system and a subspace within that system where each color is represented by a single point.

 168 views

18⟩ What is Chromatic Adoption?

The hue of a perceived color depends on the adoption of the viewer. For example,the American Flag will not immediately appear red, white, and blue of the viewer has been subjected to high intensity red light before viewing the flag. The color of the flag will appear to shift in hue toward the red component cyan.

 170 views

20⟩ What is meant by mach band effect?

Mach band effect means the intensity of the stripes is constant. Therefore it preserves the brightness pattern near the boundaries, these bands are called as mach band effect.

 166 views