tv
dafa3d7dfe
The edge filter example contains all implemented filters apart from the Prewitt filter. Added the Prewitt filter to the example and compared it to the Scharr filter showing that Prewitt is even less rotationally invarient than the Sobel filter. Also added description.
2015-08-28 21:15:16 +01:00
Johannes Schönberger
ec64872fd5
Some doc string fixes for recently merged code
2015-08-20 19:08:54 -04:00
Johannes Schönberger
236aa208fe
Merge pull request #1583 from grlee77/fix_interp_modes
...
FIX: bug in 'reflect' and 'wrap' coordinate mapping
2015-08-20 18:53:11 -04:00
Gregory R. Lee
81764d8ed5
BUG: update the edge modes in the example to match the current naming convention
2015-08-13 23:39:56 -04:00
Gregory R. Lee
f45a72ee1f
BUG: fix import in plot_edge_modes.py
2015-08-13 23:39:55 -04:00
Gregory R. Lee
cef22e4234
MAINT: PEP8 fixes and _interpolation_test.pyx -> interpolation.pyx rename
2015-08-13 23:39:55 -04:00
Gregory R. Lee
fb0b258deb
DOC: update the edge mode example to include mirror
2015-08-13 23:39:54 -04:00
Gregory R. Lee
080c276791
DOC: add visual example of edge modes
2015-08-13 23:39:54 -04:00
Gregory R. Lee
c5a735420f
DOC: add visual example of edge modes
2015-08-13 23:39:53 -04:00
Josh Warner (Mac)
8d33d3d072
DOC: Fix intersphinx mapping w/fallbacks
2015-08-08 12:29:05 -05:00
Josh Warner (Mac)
60e15373a4
DOC: Link to GitHub source in documentation
2015-08-02 16:41:39 -05:00
Steven Silvester
1b30c68d28
# This is a combination of 10 commits.
...
# The first commit's message is:
Update equalize_adapthist to use new view_as_windows
Try rbase again
Update equalize_adapthist to use new view_as_windows
Fix relative imports
# This is the 2nd commit message:
Style fixes
# This is the 3rd commit message:
Add a deprecation warning and add to api_changes.txt
# This is the 4th commit message:
Update TODO and switch to 0.13 deprecation
# This is the 5th commit message:
Preserve the current API as much as possible and defer to 0.14
# This is the 6th commit message:
Move the new kwarg to the very end
# This is the 7th commit message:
Clarify deprecation warning
# This is the 8th commit message:
Update to use row/col in clahe
# This is the 9th commit message:
Update docstring
# This is the 10th commit message:
Use optimal_step to set up view_as_windows
2015-07-14 07:47:21 -05:00
Steven Silvester
19ede51fb0
Merge pull request #1594 from stefanv/doc/remove_toc
...
Remove invalid link to table of contents (closes #1593 )
2015-07-12 14:37:20 -05:00
Stefan van der Walt
b4320ebcb5
Merge pull request #1597 from library111/DocumentationChanges
...
Novice module documentation improvements
2015-07-12 12:27:19 -05:00
michaelpacer
b140665f7e
fixed documentation to remove redundant links
2015-07-12 11:19:27 -05:00
Leena P
8035ce72a5
Clarified that Bento Building is an alternative
2015-07-11 18:23:02 -04:00
Stefan van der Walt
5f0e9a6f0f
Remove invalid link to table of contents ( closes #1593 )
2015-07-11 16:32:26 -05:00
Juan Nunez-Iglesias
cba1cb1e1f
Add blank line after ref to keep Sphinx happy ;)
2015-07-01 00:47:19 +10:00
Juan Nunez-Iglesias
eb8aaeb61d
Use Sphinx links to reference from contributing guide
2015-06-30 23:37:30 +10:00
Josh Warner
be5f6fdc3f
Merge pull request #1562 from warmspringwinds/example_correction
...
DOCFIX: Add missing visualization of MB-LBP plot
2015-06-18 12:47:24 -05:00
Josh Warner
7a2b0a70f5
Merge pull request #1459 from vighneshbirodkar/seam_carving
...
FEAT: Seam Carving
2015-06-18 12:32:19 -05:00
dan
2516844cbd
added missing visualization of the plot
2015-06-17 10:45:50 +02:00
Josh Warner
91f74fd6c6
Merge pull request #1536 from warmspringwinds/mb-lbp
...
FEAT: multi-block local binary patterns (MB-LBP)
2015-06-16 12:43:32 -05:00
dan
88e3ac45fc
Documentation correction.
2015-06-15 22:12:02 +02:00
dan
c3e23b0604
Changed x/y to r/c notation. Documentation correction.
2015-06-15 22:04:09 +02:00
Vighnesh Birodkar
958f410a5c
Changes example explanation text
2015-06-15 20:47:24 +05:30
François Boulogne
20e49b2ada
add link joblib website
2015-06-13 20:36:11 -04:00
dan
496e8c090e
the function name was shortened to multiblock_lbp
2015-06-12 20:41:38 +02:00
dan
cbe8f99f30
Documenatation correction
2015-06-12 07:50:38 +02:00
dan
68f627aca7
pep8. Documenatation correction.
2015-06-12 07:49:00 +02:00
Vighnesh Birodkar
06220903a1
Formatting changes
2015-06-11 00:20:09 +05:30
Vighnesh Birodkar
1e49f49846
Added rocket image
2015-06-11 00:14:39 +05:30
Vighnesh Birodkar
eac5663251
Changed signatures to use energy map
2015-06-10 21:39:09 +05:30
dan
61442e040e
Switched to using integrate Cython function from skimage._shared. All changes were made to make it fit.
2015-06-10 11:38:20 +02:00
Vighnesh Birodkar
49037f69b0
added removal function
2015-06-10 00:11:03 +05:30
dan
c4f8e0126b
MBLBP is cdef function now. Corrected the example repeated imports.
2015-06-09 17:04:11 +02:00
dan
fb6ef72a31
public MBLBP function created for users to safely use it.
2015-06-09 14:56:29 +02:00
dan
d39434c30e
MBLBP optimized by taking out constants definition out of function. Visualization function of MBLBP now supports colors and opacity. Examples are updated.
2015-06-09 14:18:58 +02:00
Juan Nunez-Iglesias
0d134987f9
Harmonize all ndimage usage across the library
...
Only two forms remain in use:
- `from scipy import ndimage as ndi`
- `from scipy.ndimage import function`
2015-06-09 15:18:37 +10:00
Juan Nunez-Iglesias
82a5d0c5d9
Remove unused variable in example
2015-06-09 11:45:10 +10:00
Vighnesh Birodkar
37d8a8447b
Modifed code to use seam map
2015-06-08 23:11:57 +05:30
dan
83c3bd10c8
Cython implementation of MB-LBP. Updated MB-LBP visualization without matplotlib.Examples to gallery were added. Tests are made more easily readable.
2015-06-08 09:16:22 +02:00
Stefan van der Walt
580db16cb1
Simplify installation instructions
2015-06-07 07:56:41 -07:00
Steven Silvester
38e5919248
Merge pull request #1543 from stefanv/docs/remove_logo
...
Remove logo (moved to branding repo)
2015-06-07 06:22:39 -05:00
Christoph Gohlke
29c49e914b
DOC: add WinPython distribution; correct spelling
2015-06-06 22:12:47 -07:00
Vighnesh Birodkar
cf98558196
pep8 changes
2015-06-06 21:51:36 +05:30
Stefan van der Walt
805e322ea9
Remove logo (moved to branding repo)
2015-06-05 12:54:57 -07:00
K.-Michael Aye
fdc7e6f99a
removing unnecessary loop counter
...
Why use an un-pythonic counter if it's not required? ;)
2015-06-05 11:54:28 -06:00
Kevin Keraudren
4dfa467c34
code simplification
2015-05-31 15:25:41 +01:00
Kevin Keraudren
941cdda8f5
the output of hough_ellipse needs to be rounded before being truncated
2015-05-30 20:47:37 +01:00