Josh Warner (Mac)
63b5c5a4a0
FEAT - combined API from is_local_maximum() into peak_local_max()
...
is_local_maximum() is a wrapper function for peak_local_max()
is_local_maximum() runs much faster (~20% of prior runtime, nearly = to peak_local_max())
All tests in .feature and .morphology subpackages pass as written with these changes.
Todo:
* Fully document API
* remove commented-out old algorithm in is_local_maximum()
* add new tests for full coverage of new, more complex peak_local_max()
2012-11-19 23:38:58 -06:00
Paul Ivanov
b4b090271d
complete singularization of scikit-image
...
I've updated references in the code and documentation to the new name.
2012-10-08 16:29:55 -07:00
Andreas Mueller
6c59e04714
MISC remove unused imports, some pep8 corrections.
2012-09-27 20:01:45 +01:00
Stefan van der Walt
c8c1d5c7e7
Merge pull request #275 from ahojnnes/warps
...
ENH: Refactor image warps.
2012-08-31 18:12:08 -07:00
Johannes Schönberger
9b44e24f8e
Use function pointer for different interpolation methods
2012-08-30 07:33:39 +02:00
Marianne Corvellec
f8e0dcfaca
Fixed layout (bracket alignment).
2012-08-27 18:18:47 +02:00
Marianne
7bbb0aaa63
Fixed deprecated threshold.
2012-08-27 18:07:13 +02:00
Emmanuelle Gouillart
0644026250
Fixed two tests that were failing because of draw imports
2012-08-27 12:04:30 +02:00
Stefan van der Walt
b0d3c053f9
Merge pull request #272 from ahojnnes/template-contiguous
...
BUG: Fix C-contiguous array bug in match template.
2012-08-27 02:39:24 -07:00
Johannes Schönberger
e9b8645ee6
Fix parameter format in doc string of peak_local_max
2012-08-26 00:29:18 +02:00
Johannes Schönberger
32afefef23
Fix doc string of texture detection
2012-08-26 00:08:29 +02:00
Johannes Schönberger
76f75c8ab6
Fix C-contiguous array bug in match template
2012-08-25 22:46:45 +02:00
Stefan van der Walt
ce423e169e
Merge pull request #257 from ahojnnes/shared
...
ENH: Add shared package.
2012-08-25 10:35:29 -07:00
Johannes Schönberger
af708d2e00
Fix typo in Cython compiler directives
2012-08-25 08:43:42 +02:00
Emmanuelle Gouillart
0460479574
[BUG] fixing import problem
2012-08-24 14:24:14 +02:00
Johannes Schönberger
7247384882
Add integrate function to shared package
2012-08-21 08:59:29 +02:00
Johannes Schönberger
824997af0a
Move bilinear interpolation code to shared package
2012-08-21 08:32:20 +02:00
Stefan van der Walt
73332f9959
Merge pull request #239 from ahojnnes/texture
...
ENH: Add local binary patterns for texture characterization.
Conflicts:
CONTRIBUTORS.txt
2012-08-20 14:37:30 -07:00
pcampr
673d4ec212
several fixes and 3 new tests for Histograms of Oriented Gradients
2012-08-20 14:29:01 -07:00
pcampr
6761f131ad
fixed imports
2012-08-20 14:29:01 -07:00
pcampr
298c1f1890
fixing multiple bugs in hog.py, adding two tests to test_hog.py
2012-08-20 14:29:01 -07:00
Pavel Campr
25d94b36c6
fix hog.py - orientation and visualization
2012-08-20 14:29:01 -07:00
Johannes Schönberger
014b490578
Fix import bug due to rebase
2012-08-20 22:50:35 +02:00
Johannes Schönberger
321e3aefa8
Add doc string to Cython version of LBP
2012-08-20 22:48:35 +02:00
Johannes Schönberger
2b7cb5f630
Make different methods of LBP more readable in Cython code
2012-08-20 22:48:35 +02:00
Johannes Schönberger
36b22d7819
Use numpy dtype objects instead of strings
2012-08-20 22:48:35 +02:00
Johannes Schönberger
37f5ab47a6
Fix typo in doc string
2012-08-20 22:48:35 +02:00
Johannes Schönberger
f11b76e709
Add full-stop at end of short doc string description
2012-08-20 22:48:35 +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
0fbbed525f
improve doc string of local_binary_pattern function
2012-08-20 22:48:34 +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
bfa5578979
fix bilinear interpolation when position outside of image
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
fa352bacd4
fix typos in doc string and comment
2012-08-20 22:46:57 +02:00
Johannes Schönberger
82868dd41b
apply PEP8 guidelines
2012-08-20 22:46:57 +02:00
Johannes Schönberger
d9444e7612
add local binary pattern texture analysis
2012-08-20 22:46:57 +02:00
Stefan van der Walt
90e61e22ae
Merge pull request #240 from tonysyu/rename-duplicates
...
BUG: Rename modules with duplicate function names.
2012-08-16 23:01:48 -07:00
Tony S Yu
1ea41173b8
BUG: Rename files with similar function, python module, and cython extension names.
2012-08-16 22:42:27 -04:00
Johannes Schönberger
bb27e37710
extend test cases for num_peaks parameter of peak_local_max
2012-08-14 07:59:54 +02:00
Johannes Schönberger
a87779b650
fix num_peaks parameter bug in peak_local_max
2012-08-10 20:45:50 +02:00
Tony S Yu
8a340cc47d
BUG: more module renaming to prevent duplicates.
2012-08-02 23:08:19 -04:00
Brian Holt
f3024fc4cd
simplified hog code + extra unit test
2012-07-24 10:52:55 +01:00
Andreas Mueller
f7c56202d0
COSMIT no spaces around power `**`. Fun: https://gist.github.com/1671995
2012-06-29 11:27:23 +02:00
Andreas Mueller
f7b3d8062c
COSMIT pep8
2012-06-29 11:27:23 +02:00
tangofoxtrotmike
4d999c313f
feature.hog(): use y,x coords consistently, now works on non-square images
2012-05-22 17:35:11 +10:00
Stefan van der Walt
fc676d6ae0
BUG: Correctly import _feature in Python 3.
2012-05-09 15:42:04 -07:00
Tony S Yu
7326b1949f
BUG: fix test images (float images between 0 and 1).
2012-05-09 18:35:38 -04:00
Stefan van der Walt
d19d45850f
BUG: Fix internal import in template matching.
2012-05-09 12:53:29 -07:00
Tony S Yu
06bd3ebd6f
Add doctest example to match_template.
2012-05-08 21:32:09 -04:00
Tony S Yu
a2f91585ef
Add test for pad_input = True.
2012-05-08 21:32:08 -04:00