Commit Graph
47 Commits
Author SHA1 Message Date
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
Stefan van der Walt 49b7eac4b5 STY: Wrap long line. 2012-06-24 17:55:52 -07:00
Stefan van der Walt 4816d6fc9d PKG: Rename _ssim to _structural_similarity. 2012-06-24 17:55:52 -07:00
Stefan van der Walt 37567726fd ENH: Automatically determine dynamic range in ssim if not specified. 2012-06-24 17:55:04 -07:00
Stefan van der Walt 58366f86bd ENH: Rename ssid to structural_similarity to avoid confusion with self-similarity features. 2012-06-24 17:55:04 -07:00
Stefan van der Walt 226220902a ENH: Add SSIM gradient. 2012-06-24 17:55:04 -07:00
Stefan van der Walt 3529e4d818 ENH: Add Structural SIMilarity (SSIM) image comparison. 2012-06-24 17:55:04 -07:00
Stefan van der Walt 2eb0a2552f BUG: Remove debugging print statement that broke Py3k. 2012-05-22 17:38:19 -07:00
Johannes Schönberger 7b0703f663 regionprops takes optional intensity images 2012-05-22 23:28:14 +02:00
Johannes Schönberger 58d07c0a05 replace inline latex equations in doc string with plain text 2012-05-22 23:28:13 +02:00
Johannes Schönberger 0c22521916 reduce parameter choice of properties 2012-05-22 23:28:13 +02:00
Johannes Schönberger 627ac3cbb9 change reference note in doc string 2012-05-22 23:28:13 +02:00
Johannes Schönberger e30fcfc493 make matrix shape more readable in doc string 2012-05-22 23:28:13 +02:00
Johannes Schönberger 8d1f2dc38f remove unused variables 2012-05-22 23:28:13 +02:00
Johannes Schönberger 06759d2bdf make all test cases of regionprops work 2012-05-22 23:28:13 +02:00
Johannes Schönberger b04138c39c parameters of ellipse match Matlab results 2012-05-22 23:28:13 +02:00
Johannes Schönberger 8ec52869c7 fix wrong indentation 2012-05-22 23:28:13 +02:00
Johannes Schönberger 87ddbbeabe more constistent way of determining ellipse parameters 2012-05-22 23:28:13 +02:00
Johannes Schönberger 04e444d90f added test cases for regionprops 2012-05-22 23:28:13 +02:00
Johannes Schönberger 19614cc8d7 euler number now behaves like MATLAB implementation 2012-05-22 23:28:13 +02:00
Johannes Schönberger 4eb3028a64 fixed typo and improved example in doc string 2012-05-22 23:28:13 +02:00
Johannes Schönberger 1b2bed7501 renamed regionprops source files for better separation between function name and source file 2012-05-22 23:28:12 +02:00
Johannes Schönberger e993124329 most functionality of regionprops now pure python except for moments 2012-05-22 23:28:12 +02:00
Johannes Schönberger 0027b91e84 added test: labelled image must be of integer type 2012-05-22 23:28:12 +02:00
Johannes Schönberger 6b0c0e1948 changed reference notes in doc string 2012-05-22 23:28:12 +02:00
Johannes Schönberger 658dbec381 removed old description of moments in doc string 2012-05-22 23:28:12 +02:00
Johannes Schönberger e845dc7746 moments and central moments no longer use separate functions 2012-05-22 23:28:12 +02:00
Johannes Schönberger cb673ba516 extended and improved description of properties in doc string 2012-05-22 23:28:12 +02:00
Johannes Schönberger 6905603b98 adapted to PEP8 whitespace conventions 2012-05-22 23:28:12 +02:00
Johannes Schönberger 8c1acfb7f5 added regionprops function 2012-05-22 23:28:12 +02:00
Stefan van der Walt e99f18be5a BUG: Fix imports for Python 3.2. 2012-03-03 11:18:16 -08:00
cgohlke cd6d97012f Fix ImportError on Python 3 2011-12-03 15:45:40 -08:00
Stefan van der Walt bf609dfca0 DOC: Fix some scikits.image mentions. 2011-12-02 10:55:41 -08:00
Zach Pincus fbb07734fc Tighten up _find_contours.pyx
Remove some redundant operations in _find_contours.pyx -- will speed
things especially in common case where most pixels DON'T have a contour
nearby.
2011-12-01 12:34:08 -05:00
Stefan van der Walt 8579ef0183 STY: Clean up docstrings. 2011-11-30 15:56:21 -08:00
Stefan van der Walt c0b3601056 REF: Convert find_contours to Cython. 2011-11-30 12:23:32 -08:00
Stefan van der Walt 053b27e623 ENH: Whitespace cleanup. 2011-11-30 10:56:42 -08:00
Stefan van der Walt bea1b751d2 BUG: Import find_contours from correct location. 2011-11-30 10:55:40 -08:00
Zach Pincus 1cb10a5bd9 add _find_contours.c 2011-11-30 13:16:40 -05:00
Zach Pincus 077a080389 Move to measure submodule
Code moved to new "measure" submodule and another test and better
documentation added.
2011-11-27 17:05:27 -05:00