Bewilderment_tehsil_nolle
.docx
keyboard_arrow_up
School
University of Illinois, Urbana Champaign *
*We aren’t endorsed by this school
Course
101
Subject
Computer Science
Date
Feb 20, 2024
Type
docx
Pages
2
Uploaded by PresidentTeamIbex33
Question: What is the difference between a regular bitmap and a nine-patch image?
Answer: In general, a Nine-patch image allows resizing that can be used as background or other image size requirements for the target device. The Nine-patch refers to the way you can resize the image: 4 corners that are unscaled, 4 edges that are scaled in 1 axis, and the middle one that can be scaled into both axes.
Question: What is the AndroidManifest.xml?
Answer: This file is essential in every application. It is declared in the root directory and contains information about the application that the Android system must know before the codes can be executed.
Question: What items are important in every Android project?
Answer: These are the essential items that are present each time an Android project is created: AndroidManifest.xml, build.xml, bin/, src/, res/, assets/
Question: What are Intents?
Answer: Intents displays notification messages to the user from within the Android enabled device. It can be used to alert the user of a particular state that occurred. Users can be made to respond to intents.
Question: What is a visible activity?
Answer: A visible activity is one that sits behind a foreground dialog. It is actually visible to the user, but not necessarily being in the foreground itself.
Question: What are the different states wherein a process is based?
Answer: There are 4 possible states: foreground activity, visible activity, background activity, empty process
Question: What is the importance of Default Resources?
Answer: When default resources, which contain default strings and files, are not present, an error will occur and the app will not run. Resources are placed in specially named subdirectories under the project res/ directory.
Question: What is the function of an intent filter?
Answer: Because every component needs to indicate which intents they can respond to, intent filters are used to filter out intents that these components are willing to receive. One or more intent filters are possible, depending on the services and activities that are going to make use of it.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
This is a ------ mega pixels picture.
arrow_forward
Q4/ Enhance the image contrast for the following image when (a=3, b =5, a =0.66, ß =2, y=0.5,
Ya = 2, Yb= 6?
4
3 2 1
3 1 24
5 1
6 2
235 6
0.1
2
arrow_forward
what is this image
arrow_forward
Question: Comment on the resolution of the image.
informations
1) pixel dimensions of the image = 2967x4963
2)total pixel=14725221
2)maximum and minimum grey level of the image=
243 and 7
4) you can see the matlab image below
arrow_forward
Pick a region of interest in the image making sure there is a CORNER in that region. Pick a 5 x 5 image patch in that region that constitutes the corner. Perform the steps of HARRIS CORNER DETECTION manually and note the pixels that correspond to the CORNER.
make code in python
arrow_forward
This is a .......megapixels pictures ?
arrow_forward
Given the 3x3 color image with red, green, and blue pixel values:
[90 100 1101
R = 90 100 100 , G = 90 100 110 , B = 80 90 110
190 100 90.
[100 110 120]
[110 100 110]
80 100 100]
90 100 110]
a) Calculate the region covariance matrix of the above image.
b) Can you compare the above image with a 2x2 image region:
[100 1001
R
[90 1001
190 100]
[110 105]
B =
90 100 G
80
95
using the region covariance approach? Explain your answer.
arrow_forward
In image touching, explain how color tones can be corrected in an image using the curve adjustment layer or palette in adobe photoshop
arrow_forward
We begin with resizing the image. Resizing images is something you will want to do frequently when working in multimedia. Click on Image | Resize and set the dimensions to 640 x 480 (be very careful to set the image to 640 x 480 pixels, not 640 x 480 percent of its original size, or you will create an extremely large image!). Why would you use Resize and not Canvas Size?
arrow_forward
How much storage space is required for a single image?
arrow_forward
RGB to gray:
Take an image from your system and plot both original image and grayscale image of same image in MATLAB. Provide Matlab code and attach both original and grayscale image.
arrow_forward
Anti-Aliasing
Explain how subpixel rendering works and how this process can reduce aliasing effects.
arrow_forward
What is the minimum amount of storage space required for a single image?
arrow_forward
CMYK is better for blown-up pictures than RGB.
arrow_forward
Consider a bitmap image and elaborate the color depth for it?
arrow_forward
Question 4
In Image retouching, explain how colour tones can be corrected in an image using the curve adjustment layer or palette in Adobe Photoshop
arrow_forward
answer quickly
arrow_forward
Choose one of the following tools in the program GIMP: desaturate, clone, rotate, increase contrast, or invert and explain what it does to the pixels of the image.
arrow_forward
How much capacity is needed to store a single image?
arrow_forward
Compare and contrast the benefits and drawbacks of the different image representations. If you only had a limited amount of computer resources, which format would you choose?
arrow_forward
Computer Science Question
arrow_forward
Q1: Rescale the following image to be 50% smaller than its original size (you should avoid Aliasing)
25
19
17
19
22
23
19
20
22
32
32
33
20
44
43
46
Q2: Rescale the following image to be 200% bigger than its original size using both
Nearest neighbor interpolation
BİLinear interpolation
25
17
19
19
22
32
arrow_forward
Compared to an RGB color value of 50, the RGB color value of 150 would be...
brighter.
darker.
less saturated.
more saturated.
arrow_forward
When rendering a triangle mesh in a pixel shader, which of the following quantities is not a property
of the material applied to the surface?
O The specular reflection color
O The albedo p
O The color of the light source
O The diffuse reflection color
O The specular power
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning
Related Questions
- Question: Comment on the resolution of the image. informations 1) pixel dimensions of the image = 2967x4963 2)total pixel=14725221 2)maximum and minimum grey level of the image= 243 and 7 4) you can see the matlab image belowarrow_forwardPick a region of interest in the image making sure there is a CORNER in that region. Pick a 5 x 5 image patch in that region that constitutes the corner. Perform the steps of HARRIS CORNER DETECTION manually and note the pixels that correspond to the CORNER. make code in pythonarrow_forwardThis is a .......megapixels pictures ?arrow_forward
- Given the 3x3 color image with red, green, and blue pixel values: [90 100 1101 R = 90 100 100 , G = 90 100 110 , B = 80 90 110 190 100 90. [100 110 120] [110 100 110] 80 100 100] 90 100 110] a) Calculate the region covariance matrix of the above image. b) Can you compare the above image with a 2x2 image region: [100 1001 R [90 1001 190 100] [110 105] B = 90 100 G 80 95 using the region covariance approach? Explain your answer.arrow_forwardIn image touching, explain how color tones can be corrected in an image using the curve adjustment layer or palette in adobe photoshoparrow_forwardWe begin with resizing the image. Resizing images is something you will want to do frequently when working in multimedia. Click on Image | Resize and set the dimensions to 640 x 480 (be very careful to set the image to 640 x 480 pixels, not 640 x 480 percent of its original size, or you will create an extremely large image!). Why would you use Resize and not Canvas Size?arrow_forward
- How much storage space is required for a single image?arrow_forwardRGB to gray: Take an image from your system and plot both original image and grayscale image of same image in MATLAB. Provide Matlab code and attach both original and grayscale image.arrow_forwardAnti-Aliasing Explain how subpixel rendering works and how this process can reduce aliasing effects.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Systems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage LearningNew Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage Learning
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning