mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
several fixes and 3 new tests for Histograms of Oriented Gradients
This commit is contained in:
committed by
Stefan van der Walt
parent
6761f131ad
commit
673d4ec212
@@ -32,8 +32,6 @@ def test_hog_basic_orientations_and_data_types():
|
||||
# 4) verify that all results are equal where expected
|
||||
# 5) verify that computed feature vector is as expected
|
||||
# 6) repeat the scenario for 90, 180 and 270 degrees rotated images
|
||||
#
|
||||
# author: Pavel Campr
|
||||
|
||||
# size of testing image
|
||||
width = height = 35
|
||||
@@ -99,8 +97,6 @@ def test_hog_orientations_circle():
|
||||
# 3) verify that the resulting feature vector contains uniformly distributed values for all orientations,
|
||||
# i.e. no orientation is lost or emphasized
|
||||
# 4) repeat the scenario for other 'orientations' option
|
||||
#
|
||||
# author: Pavel Campr
|
||||
|
||||
# size of testing image
|
||||
width = height = 100
|
||||
|
||||
Reference in New Issue
Block a user