NegateContainer
Element-wise negation of a container (two's complement).
Syntax
Definition:
HRESULT NegateContainer(
HRESULT hrPrev,
ITcVnContainer* ipSrcContainer,
ITcVnContainer*& ipDestContainer
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
|
ipSrcContainer |
Source container | |
|
ipDestContainer |
Returns the resulting container (same type as ipSrcContainer) |
Required License
TC3 Vision Base
Return value