Loading WorkingPyDemo.py +1 −0 Original line number Original line Diff line number Diff line Loading @@ -368,6 +368,7 @@ def encoder(error, list_dic, diff, bins): Input: Input: error (512, 640): a matrix with all the errors error (512, 640): a matrix with all the errors list_dic (num_dic + 1,): a list of huffman coding table list_dic (num_dic + 1,): a list of huffman coding table diff (510, 638): a matrix with all the differences bins (num_bins - 1,): a list of threshold to cut the bins bins (num_bins - 1,): a list of threshold to cut the bins Return: Return: Loading Loading
WorkingPyDemo.py +1 −0 Original line number Original line Diff line number Diff line Loading @@ -368,6 +368,7 @@ def encoder(error, list_dic, diff, bins): Input: Input: error (512, 640): a matrix with all the errors error (512, 640): a matrix with all the errors list_dic (num_dic + 1,): a list of huffman coding table list_dic (num_dic + 1,): a list of huffman coding table diff (510, 638): a matrix with all the differences bins (num_bins - 1,): a list of threshold to cut the bins bins (num_bins - 1,): a list of threshold to cut the bins Return: Return: Loading