Image Filter

Continue our video example, we will add a image filter block to blur the video image.

_images/video_blur.gif

You can even adjust the smoothing factor on realtime.

Image Threshold

See how image threshold works.

_images/threshold.gif

Image Transform(Rotation and Translation)

Image rotation can be done with the CV_Transform block, which provide a joystick like tool to choose the rotation center and angle.

_images/rotation.png