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)
gabor_wavelet_transform = bob.ip.GaborWaveletTransform(k_max = 0.25 * math.pi) # create empty Gabor jet image including Gabor phases in the required size to avoid re-calculation gabor_jet_image = gabor_wavelet_transform.empty_jet_image(numpy.ndarray((112,92)), True) def extract_feature(image, graph_machine):