sv_ip_not(sv_ip) SunVision IP sv_ip_not(sv_ip)
NAME
sv_ip_not - bitwise logical not of an image.
DESCRIPTION
sv_ip_not performs a bitwise logical not on an image. Only
images of type ipBYTE or ipSHORT may be operated on.
SUPERCLASS
sv_ip_filter
INSTANCE VARIABLES
roi
region of interest.
MESSAGES
EXAMPLE
sv_ip_display new: image
data_in=`car_ip'
title=`Mama!'
render!
;
sv_ip_not new: not
data_in=`car_ip'
;
sv_ip_display new: not_image
data_in=`not'
title=`Not the mama!'
render!
;
SEE ALSO
sv_ip_filter, sv_ip
Please send comments and suggestions toconsult@rpi.edu