Stefan van der Walt
|
697d7dddf9
|
Merge pull request #666 from jni/slic-scaling
Fix scaling (`ratio`) parameter in SLIC.
|
2013-08-06 01:59:58 -07:00 |
|
Johannes Schönberger
|
7fda9000c7
|
Add cached_property decorator
|
2013-08-06 10:51:50 +02:00 |
|
Matt Terry
|
d50af3f3bc
|
unneeded asarray
|
2013-08-05 18:02:28 -07:00 |
|
Ankit Agrawal
|
6455d9b6e9
|
Adding test for star
|
2013-08-06 04:14:40 +05:30 |
|
Ankit Agrawal
|
8569d73d57
|
Adding namespace
|
2013-08-06 04:13:27 +05:30 |
|
Ankit Agrawal
|
55d7eaa87d
|
Improving the implementation of star
|
2013-08-06 03:48:06 +05:30 |
|
Ankit Agrawal
|
67165363bf
|
Test for Octagon
|
2013-08-06 03:38:52 +05:30 |
|
Ankit Agrawal
|
060a4dd273
|
Minor doc changes
|
2013-08-06 03:02:58 +05:30 |
|
Matt Terry
|
e59a75bb4a
|
cleanup
|
2013-08-05 14:20:20 -07:00 |
|
Matt Terry
|
efe51c92a9
|
tuples are valid inputs
|
2013-08-05 12:43:42 -07:00 |
|
Johannes Schönberger
|
6dd35c8166
|
Merge pull request #641 from sciunto/example_ht
Example Hough transform (ellipse)
|
2013-08-05 12:22:57 -07:00 |
|
Matt Terry
|
dc692dddcc
|
code cleanup
|
2013-08-05 12:18:32 -07:00 |
|
François Boulogne
|
9d7a90395b
|
DOC: changes for Marianne's coffee cup
|
2013-08-05 16:45:59 +02:00 |
|
Ankit Agrawal
|
ac6f282253
|
Added star structural element
|
2013-08-05 10:04:58 +05:30 |
|
Juan Nunez-Iglesias
|
c3582f21f8
|
Add (previously) pathological qhull test case
|
2013-08-05 10:39:42 +10:00 |
|
Juan Nunez-Iglesias
|
e9c9c2ca07
|
Move code comment to appropriate line
|
2013-08-05 10:20:48 +10:00 |
|
Juan Nunez-Iglesias
|
b03fa92478
|
Unique rows after getting the pixel corners
|
2013-08-05 10:09:37 +10:00 |
|
Juan Nunez-Iglesias
|
a6ec1741dc
|
Remove repeated coordinates before computing convex hull
|
2013-08-05 09:42:23 +10:00 |
|
Juan Nunez-Iglesias
|
640c49608d
|
Add unique_rows to util/__init__.py
|
2013-08-05 09:40:10 +10:00 |
|
Juan Nunez-Iglesias
|
11f9a5bdbd
|
Add test for unique_rows
|
2013-08-05 09:35:50 +10:00 |
|
Juan Nunez-Iglesias
|
89dbb4dccb
|
Add unique_rows function
|
2013-08-05 09:26:36 +10:00 |
|
Stefan van der Walt
|
38152219ef
|
Merge pull request #627 from ahojnnes/travis-examples
Let Travis also run long example scripts. Fix rank filter dtype issue.
|
2013-08-01 14:10:00 -07:00 |
|
Johannes Schönberger
|
37dfd294f2
|
Fix image data type issues in rank filter example
|
2013-08-01 19:17:48 +02:00 |
|
Johannes Schönberger
|
3338c423d3
|
Add short comment for travis flake8
|
2013-08-01 18:13:18 +02:00 |
|
Johannes Schönberger
|
97e1174e5f
|
Let travis also run long example scripts
|
2013-08-01 18:13:18 +02:00 |
|
Stefan van der Walt
|
cf468711fa
|
Merge pull request #626 from ahojnnes/rank-fixes
Refactor rank filters.
|
2013-08-01 07:42:57 -07:00 |
|
Johannes Schönberger
|
d883b45666
|
Fix Otsu rank filter kernel loop range
|
2013-08-01 11:12:55 +02:00 |
|
Johannes Schönberger
|
d9196be3c3
|
Fix loop ranges of rank filter kernel functions
|
2013-08-01 08:45:51 +02:00 |
|
Josh Warner
|
a3bb1098d1
|
Merge pull request #632 from ahojnnes/local-blocks
Refactor N-dimensial array resampling and add additional functionality
|
2013-07-31 14:10:18 -07:00 |
|
Johannes Schönberger
|
f9f405a8ba
|
Fix invalid previous fix for percentile edge case
|
2013-07-31 19:50:05 +02:00 |
|
Johannes Schönberger
|
7be96b4a01
|
Integrate new test cases from @odebeir and fix old function names of dilate and erode
|
2013-07-31 19:45:55 +02:00 |
|
Johannes Schönberger
|
9f68e71412
|
Fix accidential variable naming confusion
|
2013-07-31 19:27:52 +02:00 |
|
Johannes Schönberger
|
391e976157
|
Add specific branch for the percentile p0 = 0 case
|
2013-07-31 19:24:18 +02:00 |
|
Johannes Schönberger
|
5c5c67027e
|
Add missing p1 parameter to percentile and threshold functions
|
2013-07-31 19:12:44 +02:00 |
|
Matt Terry
|
a8403d26a1
|
last round of copy-edits
|
2013-07-31 06:40:24 -07:00 |
|
Matt Terry
|
6585efb763
|
lab2lch/lch2lab for N-D images (w/tests)
|
2013-07-30 14:20:55 -07:00 |
|
Matt Terry
|
364ebd7418
|
copy editing
|
2013-07-30 10:50:43 -07:00 |
|
Ankit Agrawal
|
93819c74bb
|
Making the doc more explicit
|
2013-07-30 03:28:58 +05:30 |
|
Ankit Agrawal
|
8a062617d0
|
Correcting grammatical typo
|
2013-07-30 03:22:45 +05:30 |
|
Juan Nunez-Iglesias
|
72833f1729
|
Do not use 'ratio' in test_slic.py either
|
2013-07-29 00:30:51 +10:00 |
|
Juan Nunez-Iglesias
|
878c562a45
|
Replace 'ratio' kwarg with 'compactness' in SLIC
|
2013-07-29 00:28:38 +10:00 |
|
Ankit Agrawal
|
f4332ce488
|
Removing circular import
|
2013-07-28 18:41:19 +05:30 |
|
Ankit Agrawal
|
0b0cb6a169
|
Adding Octagon structural element
|
2013-07-28 17:21:25 +05:30 |
|
Tony S Yu
|
33a3a12936
|
Merge pull request #667 from ahojnnes/denoise-fixes
Fix denoise_tv_bregman
|
2013-07-25 18:26:49 -07:00 |
|
Matt Terry
|
a0f8905b8c
|
docs for deltaE_ciede2000 length scales
|
2013-07-25 15:32:52 -07:00 |
|
Matt Terry
|
c36d1cf248
|
run_module_suite
|
2013-07-25 15:28:29 -07:00 |
|
Matt Terry
|
42a2671a02
|
skimage attribution convention
|
2013-07-25 15:22:43 -07:00 |
|
Matt Terry
|
9db3ab1927
|
deg2rad > DEG
|
2013-07-25 15:18:47 -07:00 |
|
Matt Terry
|
547fa2fc6c
|
test for rgb2lch roundtrip
|
2013-07-25 15:17:30 -07:00 |
|
Matt Terry
|
e848ba1e61
|
copy editing docs
|
2013-07-25 15:17:11 -07:00 |
|