Package pyvision :: Package point :: Module GaborJets :: Class GaborImage
[hide private]
[frames] | no frames]

Class GaborImage

source code

Instance Methods [hide private]
 
__init__(self, data, kernels, k) source code
 
extractJet(self, pt, subpixel=True) source code
 
locatePoint(self, jet, start_pt=None, method='Simple')
If start_pt == None perform a grid search with a spacing of one half the longest Gabor wavelength.
source code
 
show(self, *args, **kwargs) source code
Method Details [hide private]

locatePoint(self, jet, start_pt=None, method='Simple')

source code 

If start_pt == None perform a grid search with a spacing of one half the longest Gabor wavelength. Otherwize start at start_pt and follow the Jacobian to the local minimum.

Parameters:
  • jet - the an example jet. @param start_pt The point to start the search from.