Skip to content

Commit

Permalink
remove native image features (hog/lbp) (#822)
Browse files Browse the repository at this point in the history
* remove native image features

* add gradient gitignore back for now

* Also remove features from docs

Co-authored-by: Patrick Snape <708474+patricksnape@users.noreply.github.com>
  • Loading branch information
jabooth and patricksnape committed Dec 31, 2019
1 parent 81a81ad commit 6006c32
Show file tree
Hide file tree
Showing 22 changed files with 17 additions and 1,938 deletions.
7 changes: 0 additions & 7 deletions docs/source/api/feature/hog.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/source/api/feature/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Features
gaussian_filter
igo
es
lbp
hog
daisy


Expand Down Expand Up @@ -50,7 +48,6 @@ already been made that provides a unique set of properties.
:maxdepth: 2

double_igo
sparse_hog

Normalization
-------------
Expand Down
7 changes: 0 additions & 7 deletions docs/source/api/feature/lbp.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/api/feature/sparse_hog.rst

This file was deleted.

2 changes: 1 addition & 1 deletion menpo/feature/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
windowiterator.cpp

4 changes: 2 additions & 2 deletions menpo/feature/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from .base import ndfeature, imgfeature
from .features import (gradient, hog, lbp, es, igo, no_op, gaussian_filter,
from .features import (gradient, es, igo, no_op, gaussian_filter,
daisy, normalize, normalize_norm, normalize_std,
normalize_var, features_selection_widget)
# Optional dependencies may return nothing.
from .optional import *
from .predefined import sparse_hog, double_igo
from .predefined import double_igo
from .visualize import sum_channels
4 changes: 0 additions & 4 deletions menpo/feature/cpp/.gitignore

This file was deleted.

0 comments on commit 6006c32

Please sign in to comment.