cgpl

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

What involves the manipulation, enhancement, and analysis of images and videos using computer algorithms?

Image and video processing

2
New cards

What is the primary focus of Image Processing?

Dealing with static images, including operations such as filtering, noise removal, edge detection, and segmentation.

3
New cards

What does Video Processing analyze?

A sequence of images (frames) processed over time to analyze motion, improve video quality, or extract temporal features.

4
New cards

What are assets in computer graphics?

Images, 3D models, and animations that can be generated or manipulated using programming.

5
New cards

Which API can be used for 2D Asset Creation?

Canvas in JavaScript.

6
New cards

What are some file formats for 2D graphics?

PNG or SVG.

7
New cards

What library is known for image and video processing?

OpenCV.

8
New cards

What is Matplotlib used for?

It is a visualization library for plots and 2D graphics.

9
New cards

What is Three.js?

A web-based 3D graphics engine.

10
New cards

What does HTML stand for?

HyperText Markup Language.

11
New cards

What does the term 'markup' refer to in HTML?

The process of preparing the text to define how it displays when viewed as pages on the WWW.

12
New cards

What does a tag in HTML do?

Conveys formatting directions through notations.

13
New cards

What are container tags in HTML?

Tags that have both an opening and closing tag, used to surround the text for presentation.

14
New cards

What attribute sets a document's background color in HTML?

BGCOLOR.

15
New cards

Which HTML tag is used to define the title for your document?

16
New cards
What does

represent in HTML?

Very large text, most important heading.

17
New cards

Which HTML tag is used to break text into separate paragraphs?

.

18
New cards
What is the purpose of the
tag in HTML?

To display a horizontal line in the document.

19
New cards
What does the tag do in HTML?

It makes text bold.

20
New cards

What special character entity characterizes ISO-Latin-1?

Characters that are specified in an internationally accepted character set.

21
New cards

What do HTML comments look like?

They are represented as '<!--' and '-->'.