{{service.displayFilter}} mouse x y {{samplePoint.x}}x{{samplePoint.y}} {{stats.fps}} fps latency
{{stats.latency}} ms
RECORDING
Adaptive threshold applies a threshold value based on a small region around a pixel.und it.
So we get different thresholds for different regions of the same image which gives better results for images
with varying illumination.
Block Size {{getFilter().blockSize}}
Subtracted {{getFilter().param1}}
AddMask allows you to add a png with transparency as an overlay. This could be useful to mask off
information for training. For example, removing a face portrait from its background.
In Euclidean geometry, an affine transformation is a geometric transformation that preserves lines and
parallelism (but not necessarily distances and angles).
Rotational transformation would be an example.
angle {{getFilter().angle}}
Canny edge detection is a technique to extract useful structural information from different vision objects
and dramatically reduce the amount of data to be processed.
It has been widely applied in various computer vision systems.
Aperture Size {{getFilter().apertureSize}}
Low Threshold {{getFilter().lowThreshold}}
High Threshold {{getFilter().highThreshold}}
Optical flow
is the pattern of apparent motion of image objects between two consecutive frames caused by the movemement
of object or camera.
It is 2D vector field where each vector is a displacement vector showing the movement of points from first
frame to second..
Max Points {{getFilter().maxPointCnt}}
Min Distance {{getFilter().minDistance}}
Block Size {{getFilter().blockSize}}
Quality {{getFilter().quality/100}}