Quantcast
Channel: computer-graphics– GeeksforGeeks
Browsing all 114 articles
Browse latest View live

Implementation of AVL Tree using graphics in C++

AVL Trees are self-balancing Binary Search Trees where the difference between heights of left and right subtrees cannot be more than one for all nodes.… Read More The post Implementation of AVL Tree...

View Article


Program to creating Doraemon cartoon character using Computer Graphics

Computer Graphics is an important subject to improve coding skills. Many things can be implemented using computer graphics. For example- car animation, cartoon characters, and… Read More The post...

View Article


Handling of Input Device in Computer Graphics

A device through which a user can give data, information, or control signals to a computer is known as an input device. A computer Central… Read More The post Handling of Input Device in Computer...

View Article

Program To Create Keypad Mobile Using Computer Graphics

In Turbo C graphics, the graphics.h functions are used to draw different shapes like a circle, rectangle, etc, display text(any message) in different formats (different… Read More The post Program To...

View Article

Design Ludo Board Using Computer Graphics

In Turbo C graphics the graphics.h functions are used to draw different shapes like circles, rectangles, etc, display text(any message) in a different format (different… Read More The post Design Ludo...

View Article


Draw a moving cycle using computer graphics programming in C/C++

In C graphics, the graphics.h functions are used to draw different shapes like circles, rectangles, etc, display text(any message) in a different format (different fonts… Read More The post Draw a...

View Article

Flying Bird using Computer graphics in C/C++

In computer graphic, C++ provide graphic.h through which objects can be created and by using this objects flying bird can be created in C++ program.… Read More The post Flying Bird using Computer...

View Article

Animation of Tower Of Hanoi using computer graphics in C/C++

The task is to design the Tower of Hanoi using computer graphics in C/C++. Tower Of Hanoi: It is a mathematical problem where there are… Read More The post Animation of Tower Of Hanoi using computer...

View Article


Basic Attributes of an Image

Image : Most of the multimedia applications have to handle the various types of images. Digital image is the integral part of almost all multimedia… Read More The post Basic Attributes of an Image...

View Article


Plasma Display Panel in Computer Graphics

Plasma Display Panel are an emissive display which means that the panel itself is the light source. In comparison to a transmissive display, where the… Read More The post Plasma Display Panel in...

View Article

Difference between Interpolation and Extrapolation

1. Interpolation :Interpolation refers to the estimation of a single value from two known values which are given from a sequence of values. 2. Extrapolation… Read More The post Difference between...

View Article

Difference Between RGB, CMYK, HSV, and YIQ Color Models

The colour spaces in image processing aim to facilitate the specifications of colours in some standard way. Different types of colour spaces are used in… Read More The post Difference Between RGB,...

View Article

C Program to Show a Man Walking in Rain

In Turbo C graphics the graphics.h functions are used to draw different shapes(like a circle, rectangle, etc), and display text(any message) in different formats (different… Read More The post C...

View Article


Complete Random Design (CRD)

A completely randomized design (CRD) is one where the treatments are assigned completely at random so that each experimental unit has the same chance of… Read More The post Complete Random Design (CRD)...

View Article
Browsing all 114 articles
Browse latest View live