Skip to content

Commit

Permalink
Merge pull request AlpacaTechJP#24 from willkuhn/patch-1
Browse files Browse the repository at this point in the history
updated documentation within selective_search()
  • Loading branch information
exilis authored Sep 15, 2017
2 parents 590f794 + aef9113 commit 9ed65b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions selectivesearch/selectivesearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,9 @@ def selective_search(
regions : array of dict
[
{
'rect': (left, top, right, bottom),
'labels': [...]
'rect': (left, top, width, height),
'labels': [...],
'size': component_size
},
...
]
Expand Down

0 comments on commit 9ed65b5

Please sign in to comment.