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
The input tensor may have 2 or 3 dimensions.
In case of 3 dimensions the size of the first dimension can be 1 or 2.
Why it can be changed from 1 to 20 in CTS?
According to documentation supported border mode shall be replicate or constant. Why it is set to undefined in CTS? Since it is undefined in CTS, then why the resulting values of borders are still checked?
In case of 3 dimensions the first dimension is "radiometric" and the filtering goes by summing averaged weighted pixels in the window.
Weight for every pixel in the window depends on the distance to the center of the window and on the difference in radiometric space between these two pixels.
Why is radiometric space ignored in CTS?