Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/x/b/xbob.example.faceverify-1.0.0/xbob/example/faceverify/gabor_graph.py xbob.example.faceverify(Download)
def extract_feature(image, graph_machine): """Extracts the Gabor graphs from the given image""" # perform Gabor wavelet transform on the image gabor_wavelet_transform.compute_jets(image, gabor_jet_image)