Skip to content

Commit

Permalink
Fixed grid_step, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
VPetukhov committed Jul 20, 2023
1 parent 28ed63d commit 2d91b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processing/data_processing/boundary_estimation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function border_edges_to_poly(border_edges::Vector{Vector{Int}})
return Int[]
end

function boundary_polygons_from_grid(grid_labels::Matrix{<:Unsigned}, grid_step::Int=1)
function boundary_polygons_from_grid(grid_labels::Matrix{<:Unsigned}; grid_step::Int=1)
borders_per_label = grid_borders_per_label(grid_labels);
polys = Matrix{Float64}[]
for bords in borders_per_label
Expand Down

0 comments on commit 2d91b9d

Please sign in to comment.