
TA MODUL 12 (VERSI 2)
Quiz
•
Computers
•
University
•
Practice Problem
•
Medium
Ibes Ibes
Used 6+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perhatikan kode berikut untuk menghitung histogram:
```
hist = cv.____([img], [0], None, [256], [0,256])
```
Function yang tepat adalah:
histogram
calcHist
computeHist
getHist
Answer explanation
cv.calcHist() digunakan untuk menghitung histogram citra.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perhatikan kode berikut:
```
ret, thresh = cv.threshold(img, 127, 255, ____)
```
Parameter yang tepat untuk binary thresholding adalah:
cv.THRESH_BINARY
cv.THRESH_TOZERO
cv.THRESH_TRUNC
cv.THRESH_OTSU
Answer explanation
THRESH_BINARY menghasilkan citra biner dengan dua nilai (0 atau 255).
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bagaimana cara menampilkan citra menggunakan OpenCV?
```
cv.____('Image', img)
```
show
imshow
display
view
Answer explanation
cv.imshow() menampilkan citra dalam window.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa yang dilakukan oleh cv.GaussianBlur()?
Menajamkan citra
Menghaluskan citra
Mendeteksi tepi
Mengubah kontras
Answer explanation
Gaussian blur mengurangi noise dengan menghaluskan citra.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perhatikan kode berikut:
```
dft = cv.dft(np.float32(img), flags=____)
```
Flag yang tepat untuk complex output adalah:
cv.DFT_COMPLEX_INPUT
cv.DFT_COMPLEX_OUTPUT
cv.DFT_REAL_OUTPUT
cv.DFT_BINARY_OUTPUT
Answer explanation
Flag ini menghasilkan output kompleks dari DFT.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perhatikan kode berikut:
```
dst = cv.______(img, -1, kernel)
```
Function yang tepat untuk konvolusi 2D adalah:
convolve
filter2D
convolution
apply
Answer explanation
cv.filter2D() melakukan konvolusi citra dengan kernel.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perhatikan kode berikut:
```
contours, hierarchy = cv.______(thresh, cv.RETR_TREE)
```
Function yang tepat untuk mencari kontur adalah:
getContours
findContours
detectContours
searchContours
Answer explanation
cv.findContours() mendeteksi kontur dalam citra.
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
CVIP4
Quiz
•
University
7 questions
CSS Rules Quiz-unit 4 CodeHS
Quiz
•
7th Grade - University
13 questions
AIB 9: HTML-Quiz
Quiz
•
9th Grade - University
15 questions
CSS - Quiz 1
Quiz
•
9th Grade - University
13 questions
SDS Recruitment Re-Quiz
Quiz
•
University
14 questions
Year 6 Dig MOD 3 (D)
Quiz
•
6th Grade - University
15 questions
HTML and CSS
Quiz
•
University
10 questions
HTML lite
Quiz
•
University
Popular Resources on Wayground
5 questions
This is not a...winter edition (Drawing game)
Quiz
•
1st - 5th Grade
15 questions
4:3 Model Multiplication of Decimals by Whole Numbers
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
10 questions
The Best Christmas Pageant Ever Chapters 1 & 2
Quiz
•
4th Grade
12 questions
Unit 4 Review Day
Quiz
•
3rd Grade
10 questions
Identify Iconic Christmas Movie Scenes
Interactive video
•
6th - 10th Grade
20 questions
Christmas Trivia
Quiz
•
6th - 8th Grade
18 questions
Kids Christmas Trivia
Quiz
•
KG - 5th Grade
Discover more resources for Computers
26 questions
Christmas Movie Trivia
Lesson
•
8th Grade - Professio...
7 questions
Different Types of Energy
Interactive video
•
4th Grade - University
20 questions
Slopes and Slope-Intercept Form
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
7 questions
Biomolecules (Updated)
Interactive video
•
11th Grade - University
20 questions
Winter/Holiday Trivia
Quiz
•
KG - University
10 questions
WINTER WIN Time - ELA - 12/9/2025
Quiz
•
KG - University
7 questions
Human Impact on Resources
Interactive video
•
4th Grade - University
