Example #1
0
def oh_bithash(histogram):
    return histogram_hash(histogram.astype("double"))
Example #2
0
def cl_bithash(cY, cCb, cCr):
    return histogram_hash(
        numpy.concatenate(
            cY, cCb, cCr).astype('double'))
Example #3
0
def oh_bithash(histogram):
    return histogram_hash(
        histogram.astype('double'))
Example #4
0
def edge_histo_bithash(histogram):
    return histogram_hash(
        histogram.astype('double'))