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
idea from @ipa-bnm
additionally, it would make sense to implement image_flip in a lazy matter, i.e. only process and publish messages if there are other nodes sunscribed to the outgoing messages
When .at(v,u) is used for access then we could have a typedef mapping depending on 8,16,32,64 bit, data type (uchar, char, short, ushort, uint, int, int64?, float, double) and channels (1,2,3,4).
We can do something similar for the case with pointers and template/typedef the pointer type (or just use the slower .at operator likewise).
As found during ipa320/cob_robots#720 (review),
image_flip
currently is only able to flip images that have formatCV_8UC3
The text was updated successfully, but these errors were encountered: