Johannes Schönberger
|
ebc020fe01
|
Wrap line and group imports
|
2013-01-16 20:01:41 +01:00 |
|
Johannes Schönberger
|
0f36316dd4
|
Add empty lines between functions
|
2013-01-16 19:54:08 +01:00 |
|
Johannes Schönberger
|
4b27c87385
|
Fix PEP8 issues
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
62b359a39b
|
add test point position circle-ellipse
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
5711cea92d
|
fix docstring
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
1400eb44b3
|
fix for master
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
843d2d1160
|
remove brackets
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
cc061029f3
|
remove print statement
|
2013-01-16 19:54:07 +01:00 |
|
Johannes Schönberger
|
805e554a11
|
Fix PEP8 issues
|
2013-01-16 19:52:50 +01:00 |
|
Johannes Schönberger
|
b1e5106029
|
Use same cython directives for whole source file
|
2013-01-16 19:52:50 +01:00 |
|
Johannes Schönberger
|
70825a420e
|
Use char type for circle_perimeter method for speedup
|
2013-01-16 19:52:50 +01:00 |
|
François Boulogne
|
075c43109a
|
new method: ellipse_perimeter
|
2013-01-13 16:39:02 +01:00 |
|
Johannes Schönberger
|
accdf3b370
|
Fix typo in doc string
|
2013-01-13 11:38:36 +01:00 |
|
François Boulogne
|
7eab419cab
|
add references
|
2013-01-12 12:19:06 +01:00 |
|
François Boulogne
|
3b84744c25
|
fix docstring + PEP8
|
2013-01-12 11:58:33 +01:00 |
|
François Boulogne
|
1fb5ae1a75
|
fix variable
|
2013-01-12 11:29:18 +01:00 |
|
François Boulogne
|
60b560ff9e
|
add andres method for circle_perimeter
|
2013-01-12 10:56:52 +01:00 |
|
Stefan van der Walt
|
fa02f46966
|
Merge pull request #406 from blink1073/bug-adapthist-py3k
BUG: Adapthist 3.x fixes.
|
2013-01-10 02:56:38 -08:00 |
|
Johannes Schönberger
|
7d328ae984
|
Merge pull request #384 from andersbll/master
Dense DAISY feature description
|
2012-12-30 00:40:09 -08:00 |
|
Tony S Yu
|
f517eaa0e7
|
ENH: Cast arrays for numpy compatibility.
The casting rules in newer versions of numpy are stricter, so ensure that we have a compatible data type.
|
2012-12-29 18:21:49 -05:00 |
|
Steven Silvester
|
eeaf04ed59
|
STY: Minor change to trigger Travis build
|
2012-12-28 21:59:19 -06:00 |
|
Steven Silvester
|
f48f94f0be
|
BUG: Adapthist interpolation grids could be improperly spaces
|
2012-12-28 18:37:15 -06:00 |
|
Steven Silvester
|
103bd96a3b
|
ENH: Adjusted save_to_file to create a proper composite image
|
2012-12-28 18:24:29 -06:00 |
|
Stefan van der Walt
|
c3b1984190
|
Merge pull request #372 from ahojnnes/tv-filter
ENH: New implementation of TV denoising.
|
2012-12-28 12:16:17 -08:00 |
|
Steven Silvester
|
1af3d69cde
|
BUG: Fixed another division error
|
2012-12-28 01:33:01 -06:00 |
|
Steven Silvester
|
713e5dc734
|
BUG: Adapthist error caused by divisor operator change in py3k
|
2012-12-28 00:53:23 -06:00 |
|
Anders Boesen Lindbo Larsen
|
4206804175
|
Fixed submodule import.
|
2012-12-27 20:42:02 +01:00 |
|
Anders Boesen Lindbo Larsen
|
8d8b8ef4f7
|
No need to normalize angular smoothing.
|
2012-12-27 20:42:02 +01:00 |
|
Anders Boesen Lindbo Larsen
|
b770578aae
|
Move set_color() to draw module.
|
2012-12-27 20:42:01 +01:00 |
|
Anders Boesen Lindbo Larsen
|
74e6c38d6f
|
Handle all non-float images.
|
2012-12-27 20:42:01 +01:00 |
|
Anders Boesen Lindbo Larsen
|
67701614c1
|
Add DAISY visualization + example plot.
|
2012-12-27 20:42:01 +01:00 |
|
Anders Boesen Lindbo Larsen
|
2313361cf9
|
Add circle perimeter to draw module.
|
2012-12-27 20:42:01 +01:00 |
|
Anders Boesen Lindbo Larsen
|
633443ec49
|
Better Sphinx documentation.
|
2012-12-27 20:42:01 +01:00 |
|
Anders Boesen Lindbo Larsen
|
24d39218c2
|
PEP8 style corrections.
|
2012-12-27 20:42:00 +01:00 |
|
Anders Boesen Lindbo Larsen
|
4173d16639
|
Add dense DAISY feature description.
|
2012-12-27 20:42:00 +01:00 |
|
Johannes Schönberger
|
81d88b8cc3
|
Include more information about reference papers
|
2012-12-27 08:44:50 +01:00 |
|
Tony S Yu
|
9c4eb3a6fc
|
Use print function for python 3 compatibility
|
2012-12-26 22:21:24 -08:00 |
|
Tony S Yu
|
df916713f5
|
ENH: Add PaintTool and LabelPlugin
|
2012-12-26 22:03:59 -08:00 |
|
Tony S Yu
|
16f159fb3e
|
ENH: Remove unnecessary clean up functions.
Connecting matplotlib events are now the responsibility of canvastools, not the viewer.
|
2012-12-26 21:41:03 -08:00 |
|
Tony S Yu
|
6c1b969b21
|
BUG: Fix clean up of canvastools
NOTE: The rectangle tool doesn't seem to clean up properly.
|
2012-12-26 21:39:39 -08:00 |
|
Stefan van der Walt
|
eff906bfb3
|
Merge pull request #405 from blink1073/feature-travis-py3k
TST: Travis 3.x support and fixes for uncovered bugs.
|
2012-12-26 11:43:02 -08:00 |
|
Steven Silvester
|
8da3541bff
|
STY: Minor change to docstring to test travis build
|
2012-12-26 09:11:53 -06:00 |
|
Johannes Schönberger
|
d82ae4dd95
|
Add note about multichannel parameter
|
2012-12-26 09:30:13 +01:00 |
|
Johannes Schönberger
|
db5460591a
|
Add test case for multi-channel chambolle denoising
|
2012-12-26 09:30:13 +01:00 |
|
Johannes Schönberger
|
5078da0aed
|
Add test cases for chambolle tv denoising implementation
|
2012-12-26 09:30:13 +01:00 |
|
Johannes Schönberger
|
aadc45cd5b
|
Fix bugs caused by renaming functions
|
2012-12-26 09:30:13 +01:00 |
|
Johannes Schönberger
|
236ef48ec9
|
Add original (Chambolle) implementation of TV denoising
|
2012-12-26 09:30:13 +01:00 |
|
Johannes Schönberger
|
ae5488a2b1
|
Rename test functions for bregman algorithm
|
2012-12-26 09:30:12 +01:00 |
|
Johannes Schönberger
|
dfd8cb4fc2
|
Fix typo in denoise_tv_bregman doc string
|
2012-12-26 09:30:12 +01:00 |
|
Johannes Schönberger
|
f2840ba906
|
Rename denoising cython source file
|
2012-12-26 09:30:12 +01:00 |
|