Commit Graph

3505 Commits

Author SHA1 Message Date
Ankit Agrawal 49e8f28fe9 Final changes 2013-07-13 19:01:30 +08:00
Ankit Agrawal e3cd0620a7 Fixing bugs and making code compatible with Python 3 2013-07-13 10:02:12 +08:00
Ankit Agrawal 083c13d7bd Adding tests for BRIEF and pairwise_hamming_distance 2013-07-12 00:30:10 +08:00
Ankit Agrawal 8eec4770f4 Moving _brief_cy.pyx changes in bento.info to the features section 2013-07-11 01:48:07 +08:00
Ankit Agrawal c8d5f70779 Added _brief_cy.pyx in bento.info 2013-07-11 01:38:17 +08:00
Ankit Agrawal 11a2883c50 Broadcasting in pairwise_hamming_distance; numpy optimization in match_keypoints_brief 2013-07-10 22:41:21 +08:00
Ankit Agrawal b737dc97a6 Making hamming_distance more generalized; improving docs 2013-07-09 23:47:44 +08:00
Ankit Agrawal 0988650fbe Adding docs for match_keypoints_brief 2013-07-08 18:58:05 +08:00
Ankit Agrawal df607071a0 Adding match_keypoints_brief 2013-07-07 13:28:31 +08:00
Ankit Agrawal f932db666e Added more detailed example in docstrings 2013-07-06 20:51:01 +08:00
Ankit Agrawal 50ac1e89af Fixing bug in _remove_border_keypoints 2013-07-06 20:34:32 +08:00
Ankit Agrawal 71c0c2ce58 Added an example in skimage.feature._brief 2013-07-06 20:11:44 +08:00
Ankit Agrawal 56e7ea23c5 Removing unused import and fixing indentation issue 2013-07-03 23:32:49 +08:00
Ankit Agrawal 3dcd24e6f3 Clearing docs and making feature.util 2013-07-03 23:19:43 +08:00
Ankit Agrawal c032408080 Merge branch 'ankit-brief' of https://github.com/ahojnnes/scikit-image into ahojnnes-ankit-brief 2013-07-03 14:57:06 +08:00
Johannes Schönberger bcacd06f9c Outsource inner brief loop into cython file 2013-07-03 07:55:27 +02:00
Johannes Schönberger ac7880b640 Outsource inner brief loop into cython file 2013-07-02 21:59:49 +02:00
Ankit Agrawal f3b827d21b Fixing indentation 2013-06-30 21:12:54 +08:00
Ankit Agrawal a746834e09 Changed dtype of hamming dist matrix and added docs 2013-06-30 21:04:36 +08:00
Ankit Agrawal 95352a586c Added docs and used numpy trickery to filter keypoints 2013-06-30 14:43:55 +08:00
Ankit Agrawal e931739502 Adding custom sampling seed, Normal sampling mode 2013-06-29 12:09:56 +08:00
Ankit Agrawal 566006bdaf Removing hard-coding in BRIEF code 2013-06-18 03:18:38 +08:00
Ankit Agrawal a1df85d511 Allowing arbitrary descriptor sizes in BRIEF 2013-06-18 01:07:07 +08:00
Ankit Agrawal d67f7008cf First quick implementation of BRIEF Feature descriptor 2013-06-16 01:54:55 +08:00
Johannes Schönberger 79a5ab0e12 Merge pull request #589 from sciunto/configparser
import configparser for python3
2013-06-12 14:27:22 -07:00
François Boulogne 9042fcd85c import configparser for python3 2013-06-12 22:34:04 +02:00
Johannes Schönberger 2ac42c4619 Merge pull request #587 from sciunto/import
MIN: fix unused import
2013-06-12 13:23:28 -07:00
Josh Warner 026ca77cfa Merge pull request #588 from sciunto/range
FIX: cast range to list for python3 compatibility
2013-06-12 13:22:34 -07:00
François Boulogne 755ba9e605 MIN: remove unnecessary brackets 2013-06-12 22:08:43 +02:00
François Boulogne 00f387ed81 minor contrib. 2013-06-12 22:08:07 +02:00
François Boulogne cf4b83b76f cast range to list for python3 2013-06-12 22:03:25 +02:00
Johannes Schönberger 2ed9fc9f4d Merge pull request #586 from sciunto/print
MIN: use print() instead of print
2013-06-12 12:57:13 -07:00
François Boulogne 93f92e6a83 fix blank print for python2 2013-06-12 21:40:53 +02:00
Johannes Schönberger 37a76c8c41 Merge pull request #585 from ankit-maverick/typos
Correcting typo in the reference section of adjust_sigmoid
2013-06-12 12:40:15 -07:00
François Boulogne e258e05468 MIN: fix unused import 2013-06-12 21:36:28 +02:00
François Boulogne eb9de1d7eb MIN: use print() instead of print 2013-06-12 21:16:23 +02:00
Ankit Agrawal 3e544d7fac Adding author and name of the paper in reference section of adjust_sigmoid 2013-06-12 18:11:40 +08:00
Ankit Agrawal 2c0e20f972 Correcting typo in the reference section of adjust_sigmoid. 2013-06-12 16:32:15 +08:00
Ankit Agrawal 884ac317c8 Correcting typo in the reference section of adjust_sigmoid 2013-06-12 16:31:13 +08:00
Johannes Schönberger f07467b176 Merge pull request #505 from ankit-maverick/gammaCorrect
Implementation of Pixelwise Image correction methods
2013-06-11 10:21:09 -07:00
Johannes Schönberger 8c2c69a2f4 Merge pull request #583 from josteinbf/radon-example-axes-fix
Radon transform example: Correct axis labels
2013-06-10 12:46:07 -07:00
Jostein Bø Fløystad 89e6215241 Radon transform example: Remove semicolons. 2013-06-09 21:32:38 +02:00
Johannes Schönberger 61d7a0b658 Merge pull request #570 from stefanv/bento_hookfile
BLD: Remove reference to Bento HookFile.
2013-06-09 12:19:57 -07:00
Jostein Bø Fløystad fcec46eb0d Radon transform example: Correct axis labels 2013-06-09 19:29:53 +02:00
Ankit Agrawal 04625ebabf Final stylistic changes in exposure.py 2013-06-10 00:32:22 +08:00
Stefan van der Walt f20286b696 Merge pull request #581 from ankit-maverick/subtract
STY: Replacing every occurence of ``substract*`` with ``subtract*``.
2013-06-06 21:47:41 -07:00
Ankit Agrawal 8ecadf175c Replacing every occurence of substract* with subtract* 2013-06-07 11:16:26 +08:00
Ankit Agrawal f94f3db597 Renaming rescale_intensity_* as adjust_* 2013-06-06 12:13:48 +08:00
Ankit Agrawal 9a1c39f089 Adding a utility function to test non-negativity of an image 2013-06-06 12:13:20 +08:00
Ankit Agrawal 00ae241525 Error handling for images with negative values in Image Correction methods 2013-06-06 12:13:20 +08:00