
TA MODUL 12 (VERSI 1)

Quiz
•
Computers
•
University
•
Medium
Ibes Ibes
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bagaimana cara yang benar untuk membaca citra menggunakan OpenCV?
```
img = cv.____('image.jpg')
```
read
imread
load
import
Answer explanation
cv.imread() adalah fungsi dasar untuk membaca citra dalam OpenCV.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Untuk deteksi tepi Sobel, sumbu x direpresentasikan oleh parameter:
```
cv.Sobel(img, cv.CV_64F, ____, 0)
```
0
1
2
3
Answer explanation
dx=1 menunjukkan turunan pertama pada arah x.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bagaimana cara mengubah citra ke grayscale?
```
gray = cv.______(img, cv.COLOR_BGR2GRAY)
```
toGray
cvtColor
grayscale
convert
Answer explanation
cv.cvtColor() digunakan untuk mengubah ruang warna citra.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perhatikan kode berikut:
```
edges = cv.Canny(img, ____, 200)
```
Nilai threshold pertama yang umum digunakan adalah:
50
100
150
250
Answer explanation
100 adalah nilai threshold bawah yang umum untuk Canny edge detection.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bagaimana cara menyimpan citra menggunakan OpenCV?
```
cv.____('output.jpg', img)
```
save
imwrite
write
export
Answer explanation
cv.imwrite() menyimpan citra ke file.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa fungsi dari cv.getStructuringElement()?
Membuat kernel untuk morfologi
Membuat histogram
Membuat filter
Membuat mask
Answer explanation
getStructuringElement() membuat kernel untuk operasi morfologi.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa fungsi dari cv.bitwise_and()?
Operasi AND piksel
Operasi OR piksel
Operasi XOR piksel
Operasi NOT piksel
Answer explanation
bitwise_and() melakukan operasi AND per piksel.
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
Modul 2 | Equalisasi Spesifikasi Histogram

Quiz
•
University
10 questions
TA MODUL 12 (VERSI 2)

Quiz
•
University
11 questions
Midterm biner, deteksi tepi, dan tekstur

Quiz
•
University
10 questions
html тегтеріне тапсырма

Quiz
•
University
10 questions
Pengolahan Citra Digital

Quiz
•
University
15 questions
Respon modul 2

Quiz
•
University
15 questions
Quiz Pelatihan Pengenalan Bahasa Pemrograman C Part 1

Quiz
•
12th Grade - University
15 questions
Pengolahan Citra IK-1 10.45

Quiz
•
University
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade