Solve your IGNOU Doubts
Solve your IGNOU Doubts
Question:

a) Transform the quadrilateral ABCD with vertices A(1,0),B(4,−1),C(5,3) and D(−1,5) under a translation by the point (4, 5) followed by a counter-clockwise rotation by an angle of 45◦

.b) If you perform an x-direction shear transformation, and then a y-direction shear transformation, will the result be the same as the one which is obtained when it is simultaneous shear in both the directions? Justify your answer.

 c) Let W be a window with corners (0,0),(8,0),(8,4) and (0,4). Clip a triangle with vertices (1,1),(10,2) and (5,9) against the window W by tracing Liang Barskey line clipping algorithm

See Answer →
Question:

a) Consider a polygon with vertices at (5, 20), (12, 5), (15, 15), (25, 5), (30, 25), and (15, 30). Prepare a sorted edge list, and then make the active edge list for the

scanlines y = 5,10,15,20,25,30.

b) Develop and implement the flood fill algorithm.

 c) Prove or disprove: "Multiplication of transformation matrices for two successive rotations is commutative."

 

See Answer →
Question:

a) Explain what do you understand by the terms persistence, refresh rate, resolution, aspect ratio, horizontal and vertical retrace.

 b) Compute the pixel positions along the line path of the lien joining the points A and B(10,8).

 c) Using the midpoint method and symmetry in account, develop an efficient method

for scan converting the curve y^{2}=4x n the interval [0, 10].

See Answer →
Question:

A binary image contains straight lines oriented horizontally, vertically, at 450 , and at – 45o . Give a set of 3 × 3masks that can be used to detect 1-pixel breaks in these lines. Assume that the intensities of the lines and background are 1 and 0, respectively.

See Answer →
Question:

The arithmetic decoding process is the reverse of the encoding procedure. Decode the message 0.23355 given the coding model

Symbol Probability
a 0.2
e 0.3
i 0.1
o 0.2
u 0.1
! 0.1

 

See Answer →
Question:

a) Consider an 8-pixel line of intensity data, {108,139,135,244,172,173 56, 99, }. If it is uniformly quantized with 4-bit accuracy, compute the rms error and rms signal-tonoise ratios for the quantized data. 


 b) Prove that, for a zero-memory source with q symbols, the maximum value of the entropy is log q, which is achieved if and only if all source symbols are equiprobable.
[Hint: Consider the quantity log q-H(z) and note the inequality In x ≤x − ].1 

See Answer →
Question:

The white bars in the test pattern shown are 7 pixels wide and 210 pixels high. The separation between bars is 17 pixels. What would this image look like after application of

 i) A 3 × 3 arithmetic mean filter? 

ii) A 7 × 7 arithmetic mean filter?

iii) A 9 × 9 arithmetic mean filter?Image ignouassignments-ignouacademy-com--p-your-51941

See Answer →
Question:

Consider a 3 × 3 spatial mask that averages the four closet neighbours of a point (x,y) but excludes the point itself from the average.

i) Find the equivalent filter, H (u, v), in the frequency domain.

ii) Show that your result is a lowpass filter.

See Answer →
Question:

Prove that both 2-D continuous and discrete Fourier transforms are linear operations.

See Answer →
Question:

Write an expression for 2-D continuous convolution.

See Answer →
Question:

a) Two images, f (x,y) and g (x,y), have histograms h_f and h_g. Give the condition under which you can determine the histograms of

i) f(x,y)+g(x,y)

ii) f(x,y)-g(x,y)

iii) f(x,y)\times g(x,y)

iv) f(x,y)\div g(x,y)

See Answer →
Question:

Consider the two image subsets, S1 and S2, shown in the following figure. For V = { },1 determine whether these two subsets are (i) 4-adjacent, (ii) 8-adjacent, or (iii) m-adjacent.                                                                                                      Image ignouassignments-ignouacademy-com--p-your-26663

See Answer →
Question:

An automobile manufacturer is automating the placement of certain components on the bumpers of a limited-edition line of sports cars. The components are colour coordinated, so the robots need to know the colour of each car in order to select the appropriate bumper component. Models come in only four colours: blue, green, red, and white. Find a solution based on imaging and determine the colour of each car, keeping in mind that cost is the most important consideration.

See Answer →
Question:

(a) Find the values of n for which Qn is Eulerian.

(b) Using Fleury’s algorithm, find an Eulerian circuit in the following graph.Image ignouassignments-ignouacademy-com--p-doubts-32405

(c) The complement of a planar graph is planar. True or false? Justify

See Answer →
Question:

(a) What is the maximum possible flow that can pass through the following network? Define such a flow.Image ignouassignments-ignouacademy-com--p-doubts-39296

(b) State and prove the K¨onig Eg´arvary Theorem. 
(c) Let G be a graph having no isolated vertex and no induced subgraph with exactly two edges. Show that G is a complete graph.

See Answer →
Question:

(a) Verify Euler’s formula for the following plane graph.Image ignouassignments-ignouacademy-com--p-doubts-45921

(b) Check whether the line graph of C5 × K2 is planar or not. 
(c) What is the minimum possible thickness of a 4-connected triangle-free graph on 8 vertices? Also draw such a graph. 
(d) Define the parameters α(G) and β(G) for a graph G. Also, show that
α(G) + β(G) = n(G).

See Answer →
Question:

(a) Find the number of spanning trees of the following graph.Image ignouassignments-ignouacademy-com--p-doubts-88217

(b) Solve the Chinese Postman Problem for the graph given in Q. 3(b). 
(c) Give an example of a 4-critical graph different from a complete graph. Justify the choice of your example.                                                                 (d) State and prove the Handshaking Lemma for planar graphs.

See Answer →
Question:

(a) Let G be a connected n-vertex graph. Prove that G has exactly one cycle iff G has exactly n edges

(b) Find a minimum-weigh spanning tree in the following graph

Image ignouassignments-ignouacademy-com--p-your-23356

(c) Prove that every maximal matching of a graph G has at least α 0 (G)/2 edges. 

(d) Find the chromatic and edge-chromatic numbers of the following graph.

Image ignouassignments-ignouacademy-com--p-your-21876

 

See Answer →
Question:

The maximum subsequence sum problem is defined as follows: If a^{_{1}},a_{2},...., a_{n}are in Z, find the maximum value \sum_{K=i}^{J}=a_{i, } for all i,J, 1\leq i\leq j\leq  See Answer →

Question:

(a) The complement of the Petersen graph is 2-connected. Prove or disprove

(b) Consider a graph G. Let x, y ∈ V (G) be such that x ↔ y. Show that for all z ∈ V (G), |d(x, z) − d(y, z)| ≤ 1

(c) Check whether the following graphs G and H are isomorphic or not

Image ignouassignments-ignouacademy-com--p-your-18806

 

See Answer →
IGNOU NEWS
Assignment Submission Last Date Extended Till 30 June 2026 Click Here★★★IGNOU June 2026 TEE Date Sheet Released Click Here★★★
Top
📞
Call Support Instant phone assistance
🟢
WhatsApp Chat Fast live messaging
Email Us Business enquiries & support