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 |
|