Question: # STEP 2 Define a vector source by combining two consecutive pixels # and calculate the probabilities of these vector symbols # ADD YOUR CODE
# STEP Define a vector source by combining two consecutive pixels
# and calculate the probabilities of these vector symbols
# ADD YOUR CODE HERE
# notes:
# since each pixel has intensity levels, there will be x symbols in the vector source.
# the symbols for the vector source could be represented as aa ab ac hf fg hh
# there are a total of sample vectors in the input image to calculate the histogram
# calculate the histogram of the vector symbols
# obtain the pdf by normalizing the histogram
# plot the pdf of this vector source
height, width imgLumQuan.shape
histogram npzeros dtypeint
for i in rangeheight:
for j in range width :
vector imgLumQuani j imgLumQuani j
I need to d pdf
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
