Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PCV/tools/imtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def histeq(im,nbr_bins=256):

def plot_2D_boundary(plot_range,points,decisionfcn,labels,values=[0]):
""" Plot_range is (xmin,xmax,ymin,ymax), points is a list
of class points, decisionfcn is a funtion to evaluate,
of class points, decisionfcn is a function to evaluate,
labels is a list of labels that decisionfcn returns for each class,
values is a list of decision contours to show. """

Expand Down
2 changes: 1 addition & 1 deletion pcv_book/imtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def histeq(im,nbr_bins=256):

def plot_2D_boundary(plot_range,points,decisionfcn,labels,values=[0]):
""" Plot_range is (xmin,xmax,ymin,ymax), points is a list
of class points, decisionfcn is a funtion to evaluate,
of class points, decisionfcn is a function to evaluate,
labels is a list of labels that decisionfcn returns for each class,
values is a list of decision contours to show. """

Expand Down