Skip to content

Commit

Permalink
Put the automating horizon limits notebook (and corresponding panarom…
Browse files Browse the repository at this point in the history
…a images) into the pocs examples notebooks folder.
  • Loading branch information
brendan-o committed Jun 5, 2017
1 parent 0ee03f3 commit 8b2e0f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pocs/scheduler/constraint.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,15 @@ def set_obstruction_points(self, op):

def process_image(self, image_filename):
"""
Process the horizon_image to generate the obstruction_points list
Segment regions of high contrast using scikit image
Image Segmentation with Watershed Algorithm
bottom_left is a tuple, top_right is a tuple, each tuple has az, el
to allow for incomplete horizon images
Note:
Incomplete method, further work to be done to automate the horizon limits
Args:
image_filename (file): The horizon panorama image to be processed
"""
Expand Down

0 comments on commit 8b2e0f7

Please sign in to comment.