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
In the sobel tutorial, first and last line of the output image are not properly set before being displayed, which may cause variations at each code generation.
To solve the issue:
Sequential sobel: The sobel actor should set to black lines the first and last line of its outpit
Parallel sobel: in the merge actor, the first and last line of the output should be set to black lines also.
In both case, adding the following code to the actors is sufficient:
In the sobel tutorial, first and last line of the output image are not properly set before being displayed, which may cause variations at each code generation.
To solve the issue:
In both case, adding the following code to the actors is sufficient:
The text was updated successfully, but these errors were encountered: