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
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
Hi there,
Exists a bug in when used an UnmanagedImage as input channel in AForge.Imaging.Filters.ReplaceChannel filter.
Incorrect in line 277: int offsetCh = chData.Stride - rect.Width;
Correct it: int offset Ch = ch Stride - rect.Width;
Sincerely,
HZ