Filteringclippingmode – Adept AdeptSight Reference Guide User Manual
Page 206

FilteringClippingMode
VPARAMETER
5370
FilteringClippingMode sets the clipping mode applied by a filtering operation. Typically, the
hsClippingAbsolute mode is used for filter operations.
Syntax
Micro V+
VPARAMETER (sequence_id, tool_id, 5370, index_id, object_id) = value
value = VPARAMETER (sequence_id, tool_id, 5370, index_id, object_id)
V+
VPARAMETER (sequence_id, tool_id, 5370, index_id, object_id) $ip = value
value = VPARAMETER ($ip, sequence_id, tool_id, 5370, index_id, object_id)
Remarks
hsClippingNormal
mode forces the destination pixel value to a value from 0 to 255 for unsigned 8-bit
images, to a value from -327678 to 32767 for signed 16 bits images and so on. Values that are less
than the specified minimum value are set to the minimum value. Values greater than the specified
maximum value are set to the maximum value.
hsClippingAbsolute
mode takes the absolute value of the result and clips it using the same algorithm
as for the hsClippingNormal mode.
Range
Value
Image Processing Clipping Mode
Description
0
hsClippingNormal
Normal clipping method is used.
1
hsClippingAbsolute
Absolute clipping method is used.
Parameters
$ip
IP address of the vision server. Applies to V+ syntax only. Uses standard IP
FilteringClippingMode
AdeptSight Reference Guide, v3.2.x, Updated: 5/8/2012
Page 206