Juan Nunez-Iglesias
|
072eb7640a
|
Add docstring note explaining coord use case
|
2013-08-25 11:06:31 +02:00 |
|
Juan Nunez-Iglesias
|
cb28bba6ee
|
Add note describing array copy if discontiguous
|
2013-08-25 11:04:50 +02:00 |
|
Juan Nunez-Iglesias
|
b40ef3ad7d
|
Ensure array input to unique_rows is contiguous
|
2013-08-06 22:46:12 +10:00 |
|
Juan Nunez-Iglesias
|
909d4cb5f6
|
Add test to unique_rows for discontiguous arrays
|
2013-08-06 22:45:21 +10:00 |
|
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 |
|
Tony S Yu
|
33a3a12936
|
Merge pull request #667 from ahojnnes/denoise-fixes
Fix denoise_tv_bregman
|
2013-07-25 18:26:49 -07:00 |
|
Johannes Schönberger
|
012f8b4ea1
|
Add missing space in parameter defintion in doc string
|
2013-07-25 22:36:41 +02:00 |
|
Johannes Schönberger
|
79a88f81f5
|
Wrap line
|
2013-07-25 22:36:06 +02:00 |
|
Johannes Schönberger
|
ab4e95e4f3
|
Fix typo in doc string
|
2013-07-25 22:35:12 +02:00 |
|
Johannes Schönberger
|
1cf83b513f
|
Merge pull request #653 from iNand/master
Added comment + isotropic denoising
|
2013-07-25 13:33:49 -07:00 |
|
Johannes Schönberger
|
109f500d4b
|
Replace deprecated import of _local_func with block_reduce
|
2013-07-25 22:15:23 +02:00 |
|
Juan Nunez-Iglesias
|
5a1df64ae6
|
Merge pull request #662 from stefanv/bento_installation
Shorten Bento installation instructions and fix broken links.
|
2013-07-23 04:26:48 -07:00 |
|
Stefan van der Walt
|
61ad581250
|
Properly fix WAF environment directory. Tell users to download source (not binary).
|
2013-07-22 13:02:53 +02:00 |
|
Stefan van der Walt
|
2a19db6096
|
Environment variable is called WAFDIR.
|
2013-07-22 12:37:39 +02:00 |
|
Stefan van der Walt
|
c55ef2e63a
|
Shorten Bento installation instructions and fix broken links.
|
2013-07-22 11:46:58 +02:00 |
|
Josh Warner
|
b5d09bcd1c
|
Merge pull request #603 from TheChymera/master
ENH: User-specified output aspect ratio in skimage.util.montage.montage2d function
|
2013-07-20 22:33:32 -07:00 |
|
Horea Christian
|
35a65aeef3
|
Resolved faulty montage2d import.
|
2013-07-21 05:55:02 +02:00 |
|
Horea Christian
|
2d33bf7622
|
Added test case for grid_shape parameter.
|
2013-07-21 03:55:16 +02:00 |
|
Johannes Schönberger
|
09292ddaed
|
Merge pull request #659 from RONNCC/add_bento_to_docs
add bento to build docs
|
2013-07-20 01:21:43 -07:00 |
|
Johannes Schönberger
|
252778bfdc
|
Merge pull request #561 from RONNCC/fix_filter_doc_gaussian
fix the gaussian impulse function definition example
|
2013-07-20 01:20:47 -07:00 |
|
sg
|
3296000451
|
added ahojnnes revisions
|
2013-07-20 03:46:10 -04:00 |
|
sg
|
641d1b4dfd
|
remove extra :'s
|
2013-07-20 03:35:03 -04:00 |
|
Johannes Schönberger
|
c25398ab5d
|
Merge pull request #660 from RONNCC/add_to_depends
added testing dependencies and standardized use of bullets
|
2013-07-20 00:06:41 -07:00 |
|
sg
|
fd02030e78
|
added testing dependencies and standardized use of bullets
|
2013-07-19 23:08:42 -04:00 |
|
sg
|
f70c6a61f4
|
updated gaussian doc
|
2013-07-19 22:50:33 -04:00 |
|
sg
|
8e562af608
|
added revisions by @stefanv and @ahojnnes
|
2013-07-19 21:31:01 -04:00 |
|
Stefan van der Walt
|
90d28a3c7a
|
Highlight current doc version.
|
2013-07-19 12:18:45 +02:00 |
|
Stefan van der Walt
|
a973f3a4bc
|
Add javascript for locating latest stable version.
|
2013-07-19 12:01:46 +02:00 |
|
sg
|
4b901cdef0
|
add bento to build docs
|
2013-07-18 22:58:21 -04:00 |
|
Horea Christian
|
228bf8f7ba
|
Adapted if statement to grid_shape=None
|
2013-07-19 00:32:38 +02:00 |
|
Horea Christian
|
90f3a5d685
|
Syntax and default variable.
From (0,0) to None.
|
2013-07-18 17:54:03 +02:00 |
|