You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The images are loaded with load. I can view the images in pluto, so I know the data is good. The type of the image is Matrix{RGB{N0f8}} (alias for Array{RGB{Normed{UInt8, 8}}, 2}).
When I call seeded_region_growing I get this error:
I am trying to load in some jpeg images (from a phone) and segment out the background. My code looks like this:
The images are loaded with
load
. I can view the images in pluto, so I know the data is good. The type of the image isMatrix{RGB{N0f8}} (alias for Array{RGB{Normed{UInt8, 8}}, 2})
.When I call
seeded_region_growing
I get this error:The text was updated successfully, but these errors were encountered: