コード例 #1
0
ファイル: color_layout.py プロジェクト: fish2000/pylire
def cl_bithash_str(cY, cCb, cCr):
    return histogram_hash_string(
        numpy.concatenate(
            cY, cCb, cCr).astype('double'))
コード例 #2
0
def oh_bithash_str(histogram):
    return histogram_hash_string(histogram.astype("double"))
コード例 #3
0
ファイル: edge_histogram.py プロジェクト: fish2000/pylire
def edge_histo_bithash_str(histogram):
    return histogram_hash_string(
        histogram.astype('double'))