Esempio n. 1
0
def cl_bithash_str(cY, cCb, cCr):
    return histogram_hash_string(
        numpy.concatenate(
            cY, cCb, cCr).astype('double'))
Esempio n. 2
0
def oh_bithash_str(histogram):
    return histogram_hash_string(histogram.astype("double"))
Esempio n. 3
0
def edge_histo_bithash_str(histogram):
    return histogram_hash_string(
        histogram.astype('double'))