-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
I'm looking into providing support for multichannel colors in ImageFiltering. As you may know, JuliaImages provides real RGB types that encode the color of a pixel without adding an array dimension to do it. Naturally, these aren't natively supported by VectorizationBase. Obviously, I can reinterpret(reshape, Float32 #=or whatever=#, img)
, but everything gets a lot uglier if you have to add array dimensions. I am guessing that VecUnroll
is kind of like a SVector
, is that right? If so, what do the parameters "mean"? Or if that's not the case, is there a good solution for supporting the equivalent of an NTuple{N,T} where T<:NativeTypes
?
Metadata
Metadata
Assignees
Labels
No labels