1/20
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What involves the manipulation, enhancement, and analysis of images and videos using computer algorithms?
Image and video processing
What is the primary focus of Image Processing?
Dealing with static images, including operations such as filtering, noise removal, edge detection, and segmentation.
What does Video Processing analyze?
A sequence of images (frames) processed over time to analyze motion, improve video quality, or extract temporal features.
What are assets in computer graphics?
Images, 3D models, and animations that can be generated or manipulated using programming.
Which API can be used for 2D Asset Creation?
Canvas in JavaScript.
What are some file formats for 2D graphics?
PNG or SVG.
What library is known for image and video processing?
OpenCV.
What is Matplotlib used for?
It is a visualization library for plots and 2D graphics.
What is Three.js?
A web-based 3D graphics engine.
What does HTML stand for?
HyperText Markup Language.
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.
What does a tag in HTML do?
Conveys formatting directions through notations.
What are container tags in HTML?
Tags that have both an opening and closing tag, used to surround the text for presentation.
What attribute sets a document's background color in HTML?
BGCOLOR.
Which HTML tag is used to define the title for your document?
Very large text, most important heading.
Which HTML tag is used to break text into separate paragraphs?
.
To display a horizontal line in the document.
It makes text bold.
What special character entity characterizes ISO-Latin-1?
Characters that are specified in an internationally accepted character set.
What do HTML comments look like?
They are represented as '<!--' and '-->'.