Almar Klein
a90f875d15
Rename MC algs to make lewiner the default
2016-07-25 12:26:28 +02:00
Almar Klein
8275ac07c2
add mc lewiner to bento.info
2016-07-25 12:26:28 +02:00
Egor Panfilov
567b0fc54f
Created Python wrapper, renamed files, fixed error message
2016-03-22 22:53:15 +03:00
Stefan van der Walt
d8c18a9f15
Update version to 0.13dev
2016-03-06 18:25:28 -08:00
emmanuelle
d5f4f32162
Modified bento.info and skimage/__init__.py with 0.12.0
2016-03-05 17:41:51 +01:00
Evgeni Burovski
212c3d15ce
BLD: add the extension to bento.info, fix names
2016-02-20 17:26:12 +00:00
Gregory R. Lee
75edad1448
BUG: fix bento.info again
2015-08-13 23:39:55 -04:00
Gregory R. Lee
2f02ad385f
BUG: fix bento.info
2015-08-13 23:39:53 -04:00
Josh Warner
17a1121e42
Merge pull request #595 from TimSC/fasthog
...
ENH: Fast, Cython based hog implementation
2015-07-04 10:49:56 -05:00
Tim Sheerman-Chase
5aad171d13
Add _hoghistogram.pyx to bento.info
2015-06-15 11:05:08 +02:00
Vighnesh Birodkar
1a8ce172a1
Corrected bento entry
2015-03-30 13:22:22 +05:30
Vighnesh Birodkar
222221c028
Added bento.info entry
2015-03-30 13:22:22 +05:30
Stefan van der Walt
1da2446a1d
Set master branch to 0.12
2015-03-04 18:41:26 -08:00
Stefan van der Walt
d3bb552527
Update version to 0.11.0
2015-03-04 01:54:55 -08:00
Josh Warner
4644bdd347
Merge pull request #874 from emmanuelle/nlm_denoise
...
FEAT: NL-means denoising
2015-02-19 16:53:58 -06:00
Juan Nunez-Iglesias
eeaf766291
Update bento file to moved RAG code
2015-02-03 15:08:12 +11:00
Juan Nunez-Iglesias
1439341461
Remove unused cmorph extension
...
The C morphology module has been superseded by wrapping scipy.ndimage.
2015-01-22 11:38:37 +11:00
emmanuelle
cc6882b584
Modified bento file with non-local means extension
2014-12-06 13:19:27 +01:00
Johannes Schönberger
71a5437794
Add fused type specialization for moments functions
2014-11-26 17:03:50 -05:00
Stefan van der Walt
78a7b7307a
Rename and deprecate filter module to prevent shadowing of built-in keyword
2014-11-10 12:53:50 +02:00
Steven Silvester
50aff0058a
Add tifffile.c to the build
2014-10-15 20:59:20 -05:00
Steven Silvester
36ab379e0c
Use the PyPI tifffile instead of bundling
2014-10-12 15:10:14 -05:00
Steven Silvester
199c3da307
Clean up tests and add to bento.info.
...
Remove "no plugin" test because we will always have a plugin.
Fix handling of bools in ubyte check
Fix integration of tifffile.c
Clean up new tests.
Fix _tifffile import and add to bento.info
Add tifffile.py and fix pil_plugin import
Add tifffile tests to test_pil and remove PIL import checks
2014-10-09 20:18:20 -05:00
Stefan van der Walt
5ba4b7ccd3
Expose point_in_poly and move to measure module
2014-09-22 17:56:18 +02:00
Vighnesh Birodkar
c915aef759
Updated bento file
2014-08-05 23:33:22 +05:30
Johannes Schönberger
c026b21a66
Increase version to 0.11dev
2014-05-27 21:46:41 -04:00
Johannes Schönberger
24be78e433
Set version 0.10
2014-05-27 21:46:41 -04:00
Stefan van der Walt
898f0d7fb5
Update bento build
2014-05-08 19:31:52 +02:00
Vighnesh Birodkar
3cf6bffe84
bento change
2014-04-09 10:33:24 +05:30
Johannes Schönberger
13b48ff7ed
Update bento
2014-03-14 08:20:18 -04:00
Stefan van der Walt
31d7eafea1
Merge pull request #834 from ahojnnes/orb
...
Finalize API for BRIEF, ORB and CENSURE features
2014-01-23 00:09:46 -08:00
Josh Warner
faa4f571d4
Merge pull request #847 from ahojnnes/template
...
Fix bugs in array padding and template matching
2014-01-13 19:13:55 -08:00
Johannes Schönberger
688778b572
Move inlined function definitions to header for actual inlining
2013-12-09 00:57:07 +01:00
Johannes Schönberger
783c04baec
Fix bug in array padding, template matching
2013-12-08 18:54:02 +01:00
Johannes Schönberger
722347388b
Update bento.info
2013-11-30 04:11:43 +01:00
Ankit Agrawal
a53d93e0f7
Improved match_binary_descriptors function
2013-11-29 20:49:14 +01:00
Ankit Agrawal
07fdfdb5fe
Implementing descriptor_orb; for loop in Cython
2013-11-29 20:42:47 +01:00
Ankit Agrawal
b03053a159
Transferring all the FAST code to corner.py and corner_cy.pyx
2013-11-29 20:36:00 +01:00
Ankit Agrawal
6b3751a52f
Implemented FAST corner detector
2013-11-29 20:33:45 +01:00
Ankit Agrawal
b8958ccee0
Transferring all the FAST code to corner.py and corner_cy.pyx
2013-11-29 20:33:11 +01:00
Ankit Agrawal
5f1976ace2
Implemented FAST corner detector
2013-11-29 20:32:34 +01:00
Jostein Bø Fløystad
f53a4e0764
unwrap: Add naive 1D unwrapper.
...
The naive 1D unwrapper does not support masked arrays because the
1D unwrapping problem has an infite number of solutions when faced with
missing data. Wrap around is not implemented because 1D phase unwrapping
must start at a certain pixel, and there will always be a risk of a
discontinuity there, wrap around or not.
2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad
f87fadf0f0
unwrap: Rename C files.
2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad
a39695154f
unwrap: Update bento.info.
2013-11-22 10:45:06 +01:00
Johannes Schönberger
8047d5f315
Update bento.info
2013-11-03 18:52:22 +01:00
Stefan van der Walt
4b002d7e79
Set version numbers for 0.10 development cycle.
2013-10-19 16:27:42 +02:00
Stefan van der Walt
332bcac2f3
Update versions for 0.9.0 release.
2013-10-19 16:08:42 +02:00
Josh Warner (Mac)
cd306bad57
FIX: Add _marching_cubes_cy.pyx to bento.info
2013-09-01 21:53:01 -05:00
Ankit Agrawal
1bbeeb45d6
For loop for mode=DoB in Cython
2013-08-15 14:59:52 +05:30
Stefan van der Walt
cf468711fa
Merge pull request #626 from ahojnnes/rank-fixes
...
Refactor rank filters.
2013-08-01 07:42:57 -07:00