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