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
Is your feature request related to a problem? Please describe.
During the review of #63 there was a suggestion to allow a destination image to be different from input and kernel.
Currently, the solution introduced by #63 expects that input, kernel, output and constant has the same type with a corresponding check in LowerDIPPass.cpp for the Corr2d operation.
Is your feature request related to a problem? Please describe.
During the review of #63 there was a suggestion to allow a destination image to be different from input and kernel.
Currently, the solution introduced by #63 expects that input, kernel, output and constant has the same type with a corresponding check in
LowerDIPPass.cpp
for theCorr2d
operation.Describe the solution you'd like
My suggestion would be to introduce a similar to openCV parameter ddepth to express a desired depth of output. See more
https://docs.opencv.org/4.x/d4/d86/group__imgproc__filter.html#filter_depths
CC @meshtag
The text was updated successfully, but these errors were encountered: