Commit Graph

18 Commits

Author SHA1 Message Date
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
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
Johannes Schönberger 4a95345489 Do not acquire GIL for texture functions 2015-05-20 17:51:41 -07:00
blink1073 5677dafe41 Move away from random.random in favor of random.rand 2014-07-19 18:18:23 -05:00
Stefan van der Walt 2c5d19f368 Merge pull request #955 from neerajgangwar/add-test-greycomatrix
Add test cases for greycomatrix
2014-04-07 14:02:18 +02:00
Pietro Berkes 109efc5d0a No need to take the center of the results twice. 2014-04-01 21:28:12 +01:00
Pietro Berkes 1fbed8a8d0 Fix random seed for test stability. 2014-04-01 21:10:04 +01:00
Pietro Berkes 1a909cbc79 Fix LBP variance calculation. 2014-04-01 21:06:15 +01:00
Neeraj Gangwar afb1510b92 added testcases for greycomatrix
for angles pi/4 and 3*pi/4
2014-03-25 11:25:15 +05:30
Alexis Mignon 7b022c8b5f Finalized changes. Added reference for non rotation-invariant uniform patterns. Added test case. Modified comments to clarify the process, and changed the code to make it more consistent with explanations and actuall encoding 2013-08-25 14:56:13 +02:00
Johannes Schönberger 70b7745a34 Use shared bilinear interpolation function and improve performance. 2012-08-20 22:48:35 +02:00
Johannes Schönberger 55c3ec84e5 fix test cases for local binary pattern
test results changed because border handling of bilinear interpolation changed
2012-08-20 22:48:34 +02:00
Johannes Schönberger a6bdda8291 rewrite local binary pattern in Cython for performance reasons 2012-08-20 22:48:34 +02:00
Johannes Schönberger d9444e7612 add local binary pattern texture analysis 2012-08-20 22:46:57 +02:00