Closed simmplecoder closed 4 years ago
At the moment, channels are disregarded completely. It is important to have uniform algorithms, thus a common denominator is chosen.
DynamicMatrix<Vector<ChannelType, NumChannels>>
[X] Implement DynamicMatrix<Vector<ChannelType, NumChannels>> to multi-channel image conversion
[ ] Port core.hpp to new functions
core.hpp
[ ] Port scaling.hpp to new functions
scaling.hpp
[ ] Port convolution.hpp to new functions
convolution.hpp
[ ] Port numeric.hpp to new functions
numeric.hpp
It doesn't seem like interface unification is viable at the moment with interfaces of built-in types and StaticVector's diverging.
StaticVector
At the moment, channels are disregarded completely. It is important to have uniform algorithms, thus a common denominator is chosen.
DynamicMatrix<Vector<ChannelType, NumChannels>>
conversion[X] Implement
DynamicMatrix<Vector<ChannelType, NumChannels>>
to multi-channel image conversion[ ] Port
core.hpp
to new functions[ ] Port
scaling.hpp
to new functions[ ] Port
convolution.hpp
to new functions[ ] Port
numeric.hpp
to new functions