Documentation ¶
Overview ¶
Difference of Gaussian 高斯函数差分
edge orientation histograms 边缘方向直方图
haar-like haar类特征
histogram of Oriented Gradient 方向梯度直方图
Local Binary Pattern 局部二值模式
Scale-invariant features transform 尺度不变特征变换
Speeded Up Robust Features 加速稳健特征,对sift的改进
Index ¶
- func HogAlpha(img image.Image, k, l float64) []int
- func HogAlpha64(img image.Image, k, l float64) []int
- func HogBlue(img image.Image, k, l float64) []int
- func HogBlue64(img image.Image, k, l float64) []int
- func HogGreen(img image.Image, k, l float64) []int
- func HogGreen64(img image.Image, k, l float64) []int
- func HogRGB(img image.Image, k, l float64) (RHog, GHog, BHog []int)
- func HogRGB64(img image.Image, k, l float64) (RHog, GHog, BHog []int)
- func HogRGBA(img image.Image, k, l float64) (RHog, GHog, BHog, AHog []int)
- func HogRGBA64(img image.Image, k, l float64) (RHog, GHog, BHog, AHog []int)
- func HogRed(img image.Image, k, l float64) []int
- func HogRed64(img image.Image, k, l float64) []int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.