H13-321_V2.0-ENU Exam Question 201
Use OpenCV to scale images. The following code uses bilinear interpolation to scale images. Please complete the code so that it can run normally: resized = cv2.resize (im, dst_size, interpolation = cv2._______)
H13-321_V2.0-ENU Exam Question 202
Inversion in image processing refers to the inversion of pixel grayscale values.
H13-321_V2.0-ENU Exam Question 203
The TextRank algorithm is based on the PageRank algorithm and can be used not only for keyword extraction but also for text summarization.
H13-321_V2.0-ENU Exam Question 204
Calculate the LBP feature of a pixel in a 3*3 window. If the value of the pixel is smaller than the surrounding pixels, the calculated feature value is?
H13-321_V2.0-ENU Exam Question 205
Which of the following options belong to the activation function of the neural network? (Multiple choice)
