Johannes Schönberger
|
b82764583a
|
Increase list-depth for nested quotes etc.
|
2013-03-12 09:36:33 +01:00 |
|
Johannes Schönberger
|
d01b14f2ff
|
Add API documentation to latex docs
|
2013-03-12 09:12:13 +01:00 |
|
Xavier Moles Lopez
|
0fd2f355b2
|
FIX: Link to Ruifrok reference
|
2013-03-11 21:02:24 +01:00 |
|
spotter
|
5b25e7e961
|
FIX: Replaced non-ascii double quotes in Ruifrok reference.
|
2013-03-09 13:23:36 +01:00 |
|
spotter
|
f66c8b5e3b
|
ENH: Added example to the gallery for ihc staining separation
|
2013-03-08 15:59:40 +01:00 |
|
Stefan van der Walt
|
ad0927f459
|
STY: PEP8 for logo.
|
2013-03-07 08:29:21 +02:00 |
|
Tony S Yu
|
70e37f3055
|
Refactor code that generates scikit-image logo.
Simplify code and use skimage functions that didn't exist when this code was
originally written.
|
2013-03-06 23:03:01 -06:00 |
|
Johannes Schönberger
|
ade23a2f71
|
Update docversion for 0.8
|
2013-03-04 20:42:46 +01:00 |
|
Johannes Schönberger
|
4a8016fde6
|
Add release notes for version 0.8
|
2013-03-04 20:38:41 +01:00 |
|
Stefan van der Walt
|
9cb354e9d0
|
Merge pull request #450 from ahojnnes/hough-circle
RF: Hough circle improvements.
|
2013-03-04 08:09:08 -08:00 |
|
Johannes Schönberger
|
2237cc1617
|
Change color of circles for better visibility
|
2013-03-04 15:02:09 +01:00 |
|
Juan Nunez-Iglesias
|
332469c6df
|
Fix missed rename in example
|
2013-03-04 01:32:05 +11:00 |
|
Juan Nunez-Iglesias
|
afed313369
|
Modify example to use remove_small_connected_components
|
2013-03-04 01:32:05 +11:00 |
|
Johannes Schönberger
|
9e10ea75e5
|
Merge pull request #445 from tonysyu/doc-tweaks
Doc tweaks
|
2013-03-02 23:54:34 -08:00 |
|
Tony S Yu
|
17e7ba3de7
|
DOC: Fix Sphinx errors.
|
2013-03-02 17:22:10 -06:00 |
|
Tony S Yu
|
db7a063d76
|
ENH: If example fails, print traceback and carry on.
|
2013-03-02 17:21:14 -06:00 |
|
Stefan van der Walt
|
2ff289fcec
|
DOC: Use brighter color in circular Hough demo.
|
2013-03-01 17:19:36 +02:00 |
|
Stefan van der Walt
|
b249c00ef0
|
Merge pull request #431 from sciunto/houghcircle
ENH: Add circular Hough transform.
Conflicts:
skimage/transform/_hough_transform.pyx
|
2013-03-01 16:56:55 +02:00 |
|
Tony S Yu
|
dd08c8cd83
|
Fix return value of deprecated equalize function.
|
2013-02-26 20:34:29 -06:00 |
|
François Boulogne
|
609ce322d9
|
remove import mpl patches
|
2013-02-25 23:08:23 +01:00 |
|
François Boulogne
|
0451a2e17b
|
use draw instead of mpl patches
|
2013-02-25 23:08:23 +01:00 |
|
François Boulogne
|
de2fa28b77
|
Docstring + J.S. modifications
|
2013-02-25 22:57:10 +01:00 |
|
François Boulogne
|
5572d16cb2
|
add example for cicular hough transform
|
2013-02-25 22:56:28 +01:00 |
|
Johannes Schönberger
|
7d328ae984
|
Merge pull request #384 from andersbll/master
Dense DAISY feature description
|
2012-12-30 00:40:09 -08:00 |
|
Anders Boesen Lindbo Larsen
|
67701614c1
|
Add DAISY visualization + example plot.
|
2012-12-27 20:42:01 +01:00 |
|
Johannes Schönberger
|
b7254f225c
|
Update denoising example
|
2012-12-26 09:30:13 +01:00 |
|
Johannes Schönberger
|
ccd2f42643
|
Update denoising example for new TV implementation
|
2012-12-26 09:28:25 +01:00 |
|
Stefan van der Walt
|
8e74313ce1
|
Merge pull request #242 from blink1073/adapthist
ENH: Adaptive histogram equalization.
|
2012-12-22 11:59:03 -08:00 |
|
Stefan van der Walt
|
b4c8efabca
|
Merge pull request #321 from ahojnnes/interest-points
ENH: Improved corner detection.
|
2012-12-22 11:53:52 -08:00 |
|
Tony S Yu
|
08da07b1cd
|
Merge pull request #377 from jni/jni-segmentation-join
Add functions to join and relabel segmentations
|
2012-12-17 06:44:47 -08:00 |
|
Juan Nunez-Iglesias
|
82c3526f30
|
Tweak join_segmentations example for clarity
|
2012-12-12 14:37:43 +11:00 |
|
Stefan van der Walt
|
530fbbb2fc
|
DOC: Minor clean-ups of equalization demo.
|
2012-12-11 17:49:11 -08:00 |
|
Johannes Schönberger
|
60c8e95905
|
Add function to detect corner peaks as a wrapper to peak_local_max
|
2012-12-09 18:14:36 +01:00 |
|
Johannes Schönberger
|
f95e936696
|
Refactor corner detection example
|
2012-12-09 17:34:13 +01:00 |
|
Johannes Schönberger
|
c4ca726566
|
Fix harris corner bug and add alternative corner measure param
|
2012-12-09 17:34:11 +01:00 |
|
Steven Silvester
|
71f505f71c
|
Used the new function names in example and test.
|
2012-12-08 15:03:11 -06:00 |
|
Steven Silvester
|
08ef1e9b75
|
Rebased to master, incorporated view_as_blocks, cleaned up interpolate method and example
|
2012-12-08 14:29:36 -06:00 |
|
Steven Silvester
|
715271bde9
|
Pep8 fixes.
|
2012-12-07 17:22:41 -06:00 |
|
Steven Silvester
|
9eeb990898
|
Tests pass and example works on build.
|
2012-12-07 17:22:40 -06:00 |
|
Steven Silvester
|
c6d0acfdab
|
Initial commit of adapthist modifications.
|
2012-12-07 17:22:33 -06:00 |
|
Johannes Schönberger
|
49e06c9755
|
Add title to hough peak detection example plot
|
2012-12-03 14:37:26 +01:00 |
|
Juan Nunez-Iglesias
|
c5e047ff0e
|
Add join_segmentations example to the gallery
|
2012-11-30 15:25:00 +11:00 |
|
Johannes Schönberger
|
a7527adf31
|
Add example for hough_peaks function
|
2012-11-17 22:27:11 +01:00 |
|
Olivier Debeir
|
f133158792
|
autopep8 for plot_* and rank sources
|
2012-11-13 09:37:58 +01:00 |
|
Johannes Schönberger
|
af55d712ee
|
PEP8 fixes for long rank filter example
|
2012-11-12 20:10:56 +01:00 |
|
Johannes Schönberger
|
4a0b22aff5
|
Use common spelling for greylevel
|
2012-11-12 20:07:02 +01:00 |
|
Johannes Schönberger
|
d0d5df0d68
|
Improve description of long rank filter example
|
2012-11-12 20:04:42 +01:00 |
|
Olivier Debeir
|
542ec6fdc5
|
fix: local otsu doc
|
2012-11-12 14:57:08 +01:00 |
|
Olivier Debeir
|
da391089cb
|
add: local Otsu synthetic example
|
2012-11-12 14:48:38 +01:00 |
|
Olivier Debeir
|
47b0a72b32
|
fix: plt.show() removed in doc
|
2012-11-12 09:02:40 +01:00 |
|