Skip to content

jolaem/Gabor3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Gabor3D

A small function extending Gabor filter to 3D. Computes a filter bank of 64 Gabor filters (at 4 orientations over a combination of roll x pitch x yaw) plus a Gaussian kernel.

alt text

Requirements

Python 2.7 or 3.6+
Python libraries:
Numpy
Mayavi (optional for plotting -- can be removed in code)

Run

From command line:

python gabor.py

or in code:

from gabor import filter_bank_gb3d as gabor3d

gabor3d(size=31, plot=True)

Default parameters

filter_bank_gb3D(
sigma=4.0,
Lambda=10.0,
psi=0.3,
gamma=0.3,
size=31,
plot=False)

About

3D extension of a Gabor filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages