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