Juan Nunez-Iglesias
|
29e9bff5eb
|
Add test for 3D images
|
2016-07-16 21:03:42 -05:00 |
|
Juan Nunez-Iglesias
|
a018058d8f
|
Remove deprecated call to random_integers
|
2016-07-16 18:59:43 -05:00 |
|
Juan Nunez-Iglesias
|
4c4bb4f444
|
Update Hessian matrix tests to match new values
|
2016-07-16 18:59:23 -05:00 |
|
walter
|
6c47bd49dd
|
tests for image types added
|
2016-06-16 10:33:11 +02:00 |
|
walter
|
ed34d9f014
|
added a test for different data types
|
2016-06-15 12:57:55 +02:00 |
|
Stefan van der Walt
|
18da19e7b9
|
Remove left-over mentions in test docstrings of lena
|
2016-03-07 00:39:39 -08:00 |
|
Stefan van der Walt
|
0ccff88945
|
Fix ORB test
In a previous PR, the scales were incorrectly copy-pasted.
|
2016-03-03 17:49:58 -08:00 |
|
Jeremy Metz
|
4244bb17a8
|
Fix: missing colon on additional tests of exclude_border values
|
2016-02-24 02:27:14 +00:00 |
|
Jeremy Metz
|
488866cfe5
|
Added additional tests of exclude_border values
|
2016-02-24 02:06:09 +00:00 |
|
Jeremy Metz
|
c0e3dcc69f
|
Reverted tests to boolean exclude_border
|
2016-02-24 00:02:41 +00:00 |
|
Jeremy Metz
|
7b23b83d21
|
Updated test_peak for new exclude_border
|
2016-02-23 22:24:36 +00:00 |
|
emmanuelle
|
45ff200c31
|
3D test for register_translation, as required by TODO.txt
|
2016-02-12 22:40:32 +01:00 |
|
François Boulogne
|
02d8c6c1b5
|
MAINT: fix test name
|
2016-02-03 21:06:22 -05:00 |
|
Josh Warner
|
a08d75a786
|
Merge pull request #1899 from OrkoHunter/hog_normalise
FIX: Replace hog normalise kwarg with transform_sqrt
|
2016-01-30 23:11:31 -06:00 |
|
Himanshu Mishra
|
4997fda94f
|
Raise error when normalise in not none in hog
|
2016-01-31 09:32:27 +05:30 |
|
Johannes Schönberger
|
433523805f
|
Fix matching test cases
|
2016-01-29 09:27:01 +01:00 |
|
Johannes Schönberger
|
91ed378019
|
Fix bug in exclude_border option
|
2016-01-29 09:26:12 +01:00 |
|
Johannes Schönberger
|
e552002e72
|
Fix BRIEF test cases
|
2016-01-29 09:26:12 +01:00 |
|
Johannes Schönberger
|
dfae40f9a8
|
Change default threshold_abs value to minimum image intensity
|
2016-01-29 09:26:12 +01:00 |
|
Johannes Schönberger
|
88ee3ce96e
|
Raise error for invalid min_distance values
|
2016-01-29 09:26:12 +01:00 |
|
Johannes Schönberger
|
3f912903cb
|
Fix corner orientations unit test
|
2016-01-29 09:26:12 +01:00 |
|
Antony Lee
|
bd2ecff62f
|
WIP: fix impl. of peak_local_max, update tests.
|
2016-01-29 09:26:12 +01:00 |
|
Josh Warner
|
e6f66a2691
|
Merge pull request #1902 from OrkoHunter/test_orb_fix_lena
TSTFIX: Do not use lena in test_orb
|
2016-01-25 13:44:58 -06:00 |
|
Himanshu Mishra
|
d677015806
|
Do not use lena in test_orb
|
2016-01-25 13:48:11 +05:30 |
|
Himanshu Mishra
|
0b285100a4
|
Use astronaut instead of lena in test_match
|
2016-01-24 16:24:45 +05:30 |
|
Himanshu Mishra
|
3ec41555c7
|
Modify tests for hog after renaming kwarg normalise
|
2016-01-24 15:16:46 +05:30 |
|
Stefan van der Walt
|
dfc6b3a893
|
Merge pull request #1888 from ahojnnes/hessian-matrix-fix
Fix Gaussian kernels in hessian_matrix
|
2016-01-22 08:56:50 -08:00 |
|
Stefan van der Walt
|
699c345237
|
Merge pull request #1891 from OrkoHunter/test_brief_lena
Do not use lena in test_brief.py
|
2016-01-21 11:16:27 -08:00 |
|
Himanshu Mishra
|
a4ceabb1ff
|
Remove use of lena in test_corner.py
|
2016-01-21 23:29:10 +05:30 |
|
Himanshu Mishra
|
795a9f64de
|
Do not use lena in test_brief.py
|
2016-01-21 23:13:20 +05:30 |
|
Johannes Schönberger
|
6fd0cecffd
|
Fix Gaussian kernels in hessian_matrix
|
2016-01-20 22:11:23 +01:00 |
|
Himanshu Mishra
|
421ef45b42
|
Use astronaut image instead of lena in test_hog.py
|
2016-01-14 23:42:52 +05:30 |
|
Korijn van Golen
|
c095daa234
|
Added unit test to check correct output of HOG on Lena grayscale image, and added feature_vector parameter to disable the .ravel() call on the result.
|
2015-12-04 10:42:12 +01:00 |
|
Victor Escorcia
|
7254c1e7b2
|
Fix output type of peak_local_max
|
2015-10-03 22:12:03 +03:00 |
|
Robin Wilson
|
5cf7a2013d
|
Fixed tests to use assertRaises as a function not a context manager
|
2015-08-30 22:49:24 +01:00 |
|
Robin Wilson
|
9f878affbc
|
Renamed keyword arg to use_quantiles
|
2015-08-29 16:25:42 +01:00 |
|
Robin Wilson
|
f9887e61e5
|
Added test for invalid quantile inputs
|
2015-08-29 14:14:13 +01:00 |
|
Robin Wilson
|
b29ad8ef6d
|
Added quantile_threshold option to canny edge detection
This allows you to specify the high and low thresholds as quantiles of the edge magnitude
image, rather than as absolute edge magnitude values
|
2015-08-28 22:30:42 +01:00 |
|
Steven Silvester
|
09c8a84a54
|
Merge pull request #1518 from stefanv/relative_imports
Consistently use relative imports
|
2015-07-12 14:41:06 -05:00 |
|
Jonathan Helmus
|
89a717ef3f
|
TST: Reduced size of image in test_blob:test_blob_log for speed
|
2015-07-11 16:40:32 -05:00 |
|
Jonathan Helmus
|
9c6ab1bc18
|
TST: Use quarter size images to speed up test_censure unit tests
|
2015-07-11 16:28:58 -05:00 |
|
Stefan van der Walt
|
83d5ff9001
|
Consistently use relative imports
|
2015-07-11 15:41:37 -05:00 |
|
Josh Warner
|
91f74fd6c6
|
Merge pull request #1536 from warmspringwinds/mb-lbp
FEAT: multi-block local binary patterns (MB-LBP)
|
2015-06-16 12:43:32 -05:00 |
|
dan
|
88e3ac45fc
|
Documentation correction.
|
2015-06-15 22:12:02 +02:00 |
|
dan
|
c3e23b0604
|
Changed x/y to r/c notation. Documentation correction.
|
2015-06-15 22:04:09 +02:00 |
|
dan
|
496e8c090e
|
the function name was shortened to multiblock_lbp
|
2015-06-12 20:41:38 +02:00 |
|
dan
|
61442e040e
|
Switched to using integrate Cython function from skimage._shared. All changes were made to make it fit.
|
2015-06-10 11:38:20 +02:00 |
|
Juan Nunez-Iglesias
|
0d134987f9
|
Harmonize all ndimage usage across the library
Only two forms remain in use:
- `from scipy import ndimage as ndi`
- `from scipy.ndimage import function`
|
2015-06-09 15:18:37 +10:00 |
|
dan
|
83c3bd10c8
|
Cython implementation of MB-LBP. Updated MB-LBP visualization without matplotlib.Examples to gallery were added. Tests are made more easily readable.
|
2015-06-08 09:16:22 +02:00 |
|
dan
|
3c82d9505f
|
plain python multiblock lbp implemented with test coverage
|
2015-05-29 22:58:39 +02:00 |
|