The IplImage type exposes the following members.
Operators
Name | Description | |
---|---|---|
Addition(IplImage, CvScalar) |
Binary plus operator (cvAddS)
| |
Addition(IplImage, IplImage) |
Binary plus operator (cvAdd)
| |
BitwiseAnd(IplImage, CvScalar) |
Bitwise AND operator (cvAndS)
| |
BitwiseAnd(IplImage, IplImage) |
Bitwise AND operator (cvAnd)
| |
BitwiseOr(IplImage, CvScalar) |
Bitwise OR operator (cvOrS)
| |
BitwiseOr(IplImage, IplImage) |
Bitwise OR operator (cvOr)
| |
Division |
Division operator (cvAddWeighted)
| |
ExclusiveOr(IplImage, CvScalar) |
Bitwise XOR operator (cvXorS)
| |
ExclusiveOr(IplImage, IplImage) |
Bitwise XOR operator (cvXor)
| |
Multiply(IplImage, IplImage) |
Multiplicative operator (cvMatMul)
| |
Multiply(IplImage, Double) |
Multiplicative operator (cvAddWeighted)
| |
OnesComplement |
Logical nagation operator
| |
Subtraction(IplImage, CvScalar) |
Binary negation operator (cvSub)
| |
Subtraction(IplImage, IplImage) |
Binary negation operator (cvSub)
| |
UnaryNegation |
Unary negation operator
| |
UnaryPlus |
Unary plus operator
|
See Also