Johannes Schönberger
387c72b018
Remove colon as multi-line comment symbol
2013-03-06 16:43:41 +01:00
Johannes Schönberger
62d83ad42c
Globally change np to cnp if cimported
2013-02-24 14:14:14 +01:00
Johannes Schönberger
614023b941
Replace ssize_t with Py_ssize_t globally
2013-02-22 17:05:38 +01:00
Johannes Schönberger
0b99eb68f4
Change type to ssize_t for all index and size variables
2013-02-22 17:05:10 +01:00
Johannes Schönberger
5f012cb19d
Set random seed value to ensure tests always pass
2013-01-17 09:07:48 +01:00
Johannes Schönberger
fb9099eec3
Update perimeter test case which was correct for buggy previous version
2012-12-22 20:09:29 +01:00
Johannes Schönberger
61ab5ed077
Fix convolution bug in perimeter function
2012-12-22 20:08:06 +01:00
Johannes Schönberger
257cf9585b
Fix typo bug in perimeter function
2012-12-22 20:07:36 +01:00
Johannes Schönberger
7741d906ed
Fix failing perimeter test caused by bug in scipy
2012-10-10 09:09:52 +02:00
Tony S Yu
c17ffe6c32
Merge pull request #351 from ahojnnes/test-coverage
...
Test coverage
2012-10-09 14:51:23 -07:00
Johannes Schönberger
dc0d4eff74
Add missing empty lines between test functions
2012-10-09 08:04:25 +02:00
Johannes Schönberger
48210ecb38
Add note about random test failure for some systems
2012-10-09 07:53:54 +02: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
Johannes Schönberger
2c36d34f9a
Change Exception type for wrong input dims
2012-10-08 10:55:19 +02:00
Johannes Schönberger
5117803b79
Improve test coverage of find_contours
2012-10-06 21:34:41 +02:00
Johannes Schönberger
aa85b22f6d
Full test coverage for structural similarity
2012-10-06 19:36:09 +02:00
Johannes Schönberger
db76b212c7
Full test coverage for regionprops
2012-10-06 19:23:58 +02:00
Johannes Schönberger
bee7223481
Full test coverage for polygon approximation and subdivision
2012-10-06 19:06:17 +02:00
Johannes Schönberger
d1629aec0f
Fix polygon approximation for 0 or less tolerance
2012-10-06 19:05:11 +02:00
Andreas Mueller
6c59e04714
MISC remove unused imports, some pep8 corrections.
2012-09-27 20:01:45 +01:00
Johannes Schönberger
757c4972b7
Add test case for memory order
2012-09-08 18:28:32 +02:00
Johannes Schönberger
c477c7b2ec
Remove unnecessary C-contiguous flag
2012-09-08 18:23:40 +02:00
Johannes Schönberger
d7bf0c5fc1
Add Coordinates property to property list
2012-09-04 17:40:54 +02:00
Tony S Yu
398344787f
DOC: Reformat shape argument
2012-09-02 17:53:23 -04:00
Tony S Yu
ec22dba257
DOC: Fix Sphinx warnings for regionprops
...
In particular:
- Indented equations in docstring for the `properties` parameter *must* be surrounded by whitespace to prevent Sphinx warnings.
- Fix reference rendering
2012-09-02 17:53:22 -04:00
Johannes Schönberger
cdff128a43
Add new Coordinates property to regionprops
2012-08-30 21:38:33 +02:00
Stefan van der Walt
eccc419071
BUG: Remove print statement that caused py3 tests to fail.
2012-08-24 03:30:11 -07:00
Johannes Schönberger and Stefan van der Walt
8ff263979b
Add possibility to preserve ends and update tests
2012-08-24 02:52:49 -07:00
Johannes Schönberger and Stefan van der Walt
26f6bd4fba
add test case for non-circular subdivision of polygons
2012-08-24 02:52:49 -07:00
Johannes Schönberger and Stefan van der Walt
50df20f3b7
fix wrong parameter name in doc string
2012-08-24 02:52:49 -07:00
Johannes Schönberger and Stefan van der Walt
22a89076c2
make subdivision mask code more readable und debuggable
2012-08-24 02:52:49 -07:00
Johannes Schönberger and Stefan van der Walt
02bf713017
add some more comments to subdivision of polygons code
2012-08-24 02:52:49 -07:00
Johannes Schönberger and Stefan van der Walt
f267f65666
add test case for subdivision of polygons
2012-08-24 02:52:49 -07:00
Johannes Schönberger and Stefan van der Walt
339c33eac3
add note about size if resulting polygonal curves
2012-08-24 02:52:48 -07:00
Johannes Schönberger and Stefan van der Walt
40c58f3333
add subdivision of polygonal curves using B-Splines
2012-08-24 02:52:48 -07:00
Johannes Schönberger and Stefan van der Walt
add94d24ce
make loop condition more readable
2012-08-24 02:52:48 -07:00
Johannes Schönberger and Stefan van der Walt
3167a07f1a
add polygon approximation algorithm
2012-08-24 02:52:48 -07:00
Tomas Kazmar
5efb3d41c2
Wrap long lines.
2012-08-16 16:16:56 +02:00
Tomas Kazmar
31ba6a59b4
BUG: Fix Orientation for diagonal regions in regionprops.
2012-08-16 14:05:03 +02:00
Johannes Schönberger
8e28e39887
add test case for correct quadrant determination
2012-08-04 10:54:15 +02:00
Johannes Schönberger
f614afaa08
fix orientation of regionprops with correct quadrant determination
2012-08-02 07:46:34 +02:00
Johannes Schönberger
c0c23968bf
add perimeter measurement
2012-07-14 14:14:28 +02:00
Andreas Mueller
46e959a9d9
COSMIT some manual pep8, removed unused imports, removed unused variables and fixed a bug in a ValueError statement.
2012-06-29 11:27:23 +02: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
Stefan van der Walt
4c66c18f0d
BUG: Fix structural similarity to use new signature for view_as_windows. Remove bad gradient check.
2012-06-24 18:07:35 -07:00
Stefan van der Walt
dd61f4830e
BUG Fix invalid import of structural_similarity.
2012-06-24 18:03:46 -07:00
Stefan van der Walt
00922099d6
BUG: Remove double import of find contours.
2012-06-24 17:59:37 -07:00
Stefan van der Walt
635b836c08
PKG: Rename as_windows to view_as_windows.
2012-06-24 17:58:32 -07:00
Stefan van der Walt
fce9de633d
ENH: Promote as_windows to a utility function.
2012-06-24 17:57:51 -07:00