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
arve0
89521548a6
update install instructions
2015-05-28 14:45:29 +02:00
Stefan van der Walt
a65b8af4bf
Merge pull request #1493 from cowlicks/chunk-map
...
Add parallel function mapping
2015-05-21 14:09:07 -07:00
Steven Silvester
26fa9c75d0
Merge pull request #1499 from stefanv/doc_style
...
Sync doc theme with website
2015-05-19 20:46:10 -05:00
Steven Silvester
05def35e19
Merge pull request #1501 from stefanv/doc_fixes
...
Fix reference to release notes
2015-05-19 20:45:39 -05:00
Blake Griffith
9d11b3854a
Add to release notes.
2015-05-19 17:14:28 -05:00
Stefan van der Walt
4b0456b8ef
Merge pull request #1488 from danielwe/blob-float-sigma
...
Avoid truncating sigma to integer in blob detection (fixes tests for #1257 )
2015-05-14 23:42:01 -07:00
Stefan van der Walt
2b10dda6b8
Merge pull request #1485 from emmanuelle/model_binary
...
Add rounded blobs generation
2015-05-12 12:21:47 -07:00
Daniel Wennberg
113c998494
Add note about blob detection api change
2015-05-09 20:41:55 +02:00
emmanuelle
a8a39ebf35
Used new function to generate binary blobs in existing gallery example
2015-05-09 12:08:21 +02:00
Stefan van der Walt
231b1c3356
Fix reference to release notes
2015-05-07 18:32:55 -07:00
Stefan van der Walt
6a86862590
Sync doc theme with website
2015-05-07 16:38:51 -07:00
Josh Warner
c8a3df5521
Merge pull request #1455 from stefanv/doc/release_notes_and_installation
...
DOC: Remove coverage table. Add document with release notes and download instructions.
2015-05-07 01:17:00 -05:00
Stefan van der Walt
cff1530b8c
Correctly refer to combined installation and release notes
2015-05-06 16:53:17 -07:00
Stefan van der Walt
2662bd53cc
gh-pages: Read skimage version from __init__.py
2015-04-12 23:53:56 -07:00
Stefan van der Walt
633bb7fa52
Pick up Cython functions when building docs API
2015-04-11 23:59:57 -07:00
Juan Nunez-Iglesias
e5991c8aa3
Add missing comment '#' markers for doctest skip
...
Dunno how these got through but when we start running these it's gonna
fail dramatically!
2015-04-05 16:52:58 +10:00
Vighnesh Birodkar
2e237887ba
corrected title in example
2015-03-30 13:22:22 +05:30
Vighnesh Birodkar
29ec5ee3ec
Added example and test
2015-03-30 13:22:22 +05:30
Vighnesh Birodkar
d30ed25968
Added implementation and doc string
2015-03-30 13:22:22 +05:30
Steven Silvester
adac822ee9
Fix setup to allow installing from PyPI
...
≈
Fix setup to allow installing from PyPi
Another attempt at fixing the setuptools problem
Fix pip incantation
Fix typo
Try updating setuptools too
Try upgrading pip and setuptools after venv install
Rule out install_requires as the source of the problem
Try just requiring the ones that can be built from source
Use explicit install_requires and move version checks to after setup runs
Clean up installation for PyPI compatiblity
Dead end commit
Fix travis to match new installation procedure
Put build_versions check after install
Fix travis syntax
Switch to lower-case cython in version check
Another attempt
Another fix
Fix syntax error
Make header executable
Build inplace on py27
Fix finding of source code version in sphinx
Fix travis syntax
Import setuptools after install
Fix the version check in sphinx
Work around setuptools bug in 2.7
Fix handling of Cython requirement and update release notes
Switch to one Appveyor build and update build method
Add cython back to install_requires
Remove debug lines
Another try for appveyor install
Another attempt at setuptools and Appveyor
Do not let intermittent apt-get failures crash the build
Fix typo
Another appveyor attempt
More fixes for setuptools and Appveyor
Yet another setuptools/appveyor attempt
Put requirements.txt back in order
Fix typo
Fix readlines function call
Try not using a venv for python 2.7
Fix syntax
Try the provided venv for py27
Remove --user
Remove debug info
Another try for python27 fix
Try again
Do not use install_requires with numpy/scipy
Try just avoiding scipy
Try removing scipy (numpy was before)
Avoid both scipy and numpy
Fix qt install on 27
Fix qt install on 27 agin
Revert the scripts to their previous condition
Revert file permission changes
Undo changes to requirements.txt
2015-03-29 15:36:11 -05:00
Stefan van der Walt
5aa9c5d12e
Remove coverage table. Add document with release notes and download instructions.
2015-03-27 00:26:15 -07:00
arve0
ae95170f6a
add note about latex
2015-03-14 20:27:03 +01:00