added names in CONTRIBUTIRS.txt

This commit is contained in:
Vighnesh Birodkar
2014-03-10 15:39:15 +05:30
parent 7986714c5d
commit 0f44e6f1ba
2 changed files with 6 additions and 3 deletions
+6
View File
@@ -176,3 +176,9 @@
- François Orieux
Image deconvolution http://research.orieux.fr
- Vighnesh Birodkar
Blob Detection
- Axel Donath
Blob Detection
-3
View File
@@ -12,9 +12,6 @@ from .peak import peak_local_max
# http://www.cs.utah.edu/~jfishbau/advimproc/project1/ (04.04.2013)
# Theory behind: http://en.wikipedia.org/wiki/Blob_detection (04.04.2013)
# A lot of this code is borrowed from here
# https://github.com/adonath/blob_detection/tree/master/blob_detection
def _blob_overlap(blob1, blob2):
"""Finds the overlapping area fraction between two blobs.