Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/f/a/facereclib-1.2.1/facereclib/preprocessing/SelfQuotientImage.py facereclib(Download)
size = max(1, int(3. * math.sqrt(variance))) self.m_self_quotient = bob.ip.SelfQuotientImage(size_min = size, sigma2 = variance) if self.m_perform_image_cropping:
src/f/a/facereclib-HEAD/facereclib/preprocessing/SelfQuotientImage.py facereclib(Download)
size = max(1, int(3. * math.sqrt(variance))) self.m_self_quotient = bob.ip.SelfQuotientImage(size_min = size, sigma2 = variance) if self.m_perform_image_cropping: