Stefan van der Walt
|
b54b41bcb2
|
Use nearest neighbor interpolation and a gray-level color map for plotting feature matches
|
2014-03-20 18:08:56 +02:00 |
|
Stefan van der Walt
|
5db5b1899c
|
Merge pull request #935 from neerajgangwar/fix-greycomatrix
Correctly calculate offsets in grey-level co-occurrence matrices
|
2014-03-18 18:18:55 +02:00 |
|
Neeraj Gangwar
|
7a164d274d
|
minor changes in syntax in _glcm_loop method.
Using round in place of floor in _texture.pyx to calculate the pixel offset.
|
2014-03-17 09:53:09 +05:30 |
|
Neeraj Gangwar
|
f3a1a9ed7e
|
corrected the formula to calculate the location of
offset pixel in _texture.pyx
|
2014-03-15 10:42:50 +05:30 |
|
Stefan van der Walt
|
6b8a198f8d
|
Merge pull request #915 from vighneshbirodkar/blob_det
Blob dection (LoG)
|
2014-03-14 12:21:39 +02:00 |
|
Vighnesh Birodkar
|
c92358706b
|
typo
|
2014-03-13 03:22:30 +05:30 |
|
Vighnesh Birodkar
|
5255b29f6e
|
doc rectify
|
2014-03-11 22:29:03 +05:30 |
|
Vighnesh Birodkar
|
6e6b27bc86
|
doc changes
|
2014-03-11 22:24:08 +05:30 |
|
Vighnesh Birodkar
|
815b0226d4
|
removed print
|
2014-03-11 21:59:51 +05:30 |
|
Vighnesh Birodkar
|
806a52edd5
|
migrated from area to sigma
|
2014-03-11 21:55:09 +05:30 |
|
Stefan van der Walt
|
4addbd7cda
|
Merge pull request #890 from ahojnnes/matching
Implement missing max_distance parameter in match_descriptors
|
2014-03-11 17:25:17 +02:00 |
|
Vighnesh Birodkar
|
a2438b6338
|
comments
|
2014-03-10 23:56:30 +05:30 |
|
Vighnesh Birodkar
|
47c5f1bda6
|
added test_blob_log
|
2014-03-10 23:33:33 +05:30 |
|
Vighnesh Birodkar
|
a067485dec
|
added blob_log
|
2014-03-10 22:58:37 +05:30 |
|
Stefan van der Walt
|
941a252257
|
Merge pull request #906 from ahojnnes/peak-fix
`peak_local_max`: fix docstring, add N-d tests
|
2014-03-10 15:51:21 +02:00 |
|
Johannes Schönberger
|
cd13361b11
|
Add test case for 4D images
|
2014-03-10 08:21:50 -04:00 |
|
Johannes Schönberger
|
438784cdda
|
Add test case for 3D images
|
2014-03-10 08:20:32 -04:00 |
|
Johannes Schönberger
|
c815bd6030
|
Fix peak_local_max doc string
|
2014-03-10 08:11:53 -04:00 |
|
Vighnesh Birodkar
|
0f44e6f1ba
|
added names in CONTRIBUTIRS.txt
|
2014-03-10 15:39:15 +05:30 |
|
Vighnesh Birodkar
|
7986714c5d
|
rectified __all__
|
2014-03-09 22:00:26 +05:30 |
|
Vighnesh Birodkar
|
d6910ba9bf
|
removed get_local_maxima, now using peak_local_max
|
2014-03-09 21:56:45 +05:30 |
|
Vighnesh Birodkar
|
579c3d5aa3
|
added get_local_maxima to feature
|
2014-03-06 13:04:09 +05:30 |
|
Vighnesh Birodkar
|
7681598380
|
changed params and functionality of get_local_maxima
|
2014-03-05 21:08:37 +05:30 |
|
Vighnesh Birodkar
|
e449ce9870
|
Made get_local_maxima_3d public
It also takes connectivity as a paramater now
|
2014-03-05 15:37:10 +05:30 |
|
Vighnesh Birodkar
|
5a988fdae7
|
Changed formula, this improves detected size accuracy
|
2014-03-05 00:46:58 +05:30 |
|
Vighnesh Birodkar
|
59fa47cb5e
|
threshold
|
2014-03-04 22:56:11 +05:30 |
|
Vighnesh Birodkar
|
66bd0c4818
|
typo
|
2014-03-04 22:44:33 +05:30 |
|
Vighnesh Birodkar
|
c5a6f67654
|
doc string
|
2014-03-04 22:41:04 +05:30 |
|
Vighnesh Birodkar
|
d9adb82b14
|
added test_blob
|
2014-03-04 22:30:42 +05:30 |
|
Vighnesh Birodkar
|
6b0b9db1d0
|
doctest
|
2014-03-04 22:09:14 +05:30 |
|
Vighnesh Birodkar
|
5f070397fd
|
added blob_dog
|
2014-03-04 21:59:54 +05:30 |
|
Johannes Schönberger
|
3b9f330e34
|
Implement missing max_distance parameter
|
2014-02-15 11:39:18 -05:00 |
|
Ankit Agrawal
|
d8589f00e1
|
Adding test to check Censure works on any 2D shape
|
2014-02-12 20:53:22 +05:30 |
|
Ankit Agrawal
|
50a27088b1
|
Correcting the strides of response in _filter_image
|
2014-02-12 19:15:03 +05:30 |
|
Stefan van der Walt
|
5d9115a8b7
|
Replace Cython's round with a VC2010 compatible version
|
2014-01-29 23:38:16 +01: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 |
|
Johannes Schönberger
|
56966984fa
|
Fix match tests
|
2014-01-22 21:37:54 -05:00 |
|
Johannes Schönberger
|
172cbd58e0
|
Rename CenSurE to CENSURE
|
2014-01-22 19:34:48 -05:00 |
|
Johannes Schönberger
|
13c63a9bf6
|
Fix parameter notation in doc string
|
2014-01-22 19:08:36 -05:00 |
|
Johannes Schönberger
|
c3cf88edd3
|
Get rid of trailing underscores
|
2014-01-22 19:04:57 -05:00 |
|
Johannes Schönberger
|
279d892789
|
Improve BRIEF doc string
|
2014-01-22 18:56:43 -05:00 |
|
Johannes Schönberger
|
b5792dcda9
|
Fix BRIEF doc test
|
2014-01-19 22:55:12 -05:00 |
|
Johannes Schönberger
|
6307e24372
|
Fix match tests
|
2014-01-19 10:33:29 -05:00 |
|
Johannes Schönberger
|
336f0ca266
|
Save feature information in attributes for consistency
|
2014-01-19 09:38:36 -05:00 |
|
Johannes Schönberger
|
bc8c11933f
|
Fix input test of template matching
|
2014-01-13 06:50:19 -05:00 |
|
Johannes Schönberger
|
7b098ce35d
|
Fix and improve doc string
|
2013-12-11 06:48:05 +01:00 |
|
Johannes Schönberger
|
c1b2d5159d
|
Add test for reflected padding
|
2013-12-10 09:29:51 +01:00 |
|
Johannes Schönberger
|
b815b5d045
|
Refactor final slicing
|
2013-12-10 09:19:47 +01:00 |
|
Johannes Schönberger
|
598ee3f9ec
|
Improve description of match_template
|
2013-12-10 09:19:17 +01:00 |
|
Johannes Schönberger
|
48334705c1
|
Fix ndim test
|
2013-12-09 11:44:26 +01:00 |
|