Skip to content

Commit

Permalink
Removed method stub for fixing line boundaries as Anthony already had…
Browse files Browse the repository at this point in the history
… it inside of Line()
  • Loading branch information
ryan committed Feb 27, 2014
1 parent 8546217 commit cca4884
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions SimpleCV/ImageClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -11349,25 +11349,6 @@ def fitContour(self, initial_curve, window=(11,11), params=(0.1,0.1,0.1),doAppx=

return retVal

def FixBoundaryPoint(self,inpoint):
"""
**SUMMARY**

Determines if a given point is within the image space. If it is not, it returns the closest edge.


**PARAMETERS**

* *inpoint* - A tuple of the form (x,y)

**RETURNS**

A tuple point equal to the inpoint if it is within the image, or with the boundary points selected otherwise
**EXAMPLE**
"""
if (inpoint[0] < 0):
inpoint[0]

def fitEdge(self,guess,window=10,threshold=128, measurements=5, darktolight=True, lighttodark=True,departurethreshold=1):
"""
**SUMMARY**
Expand Down

0 comments on commit cca4884

Please sign in to comment.