NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 10.1.1
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Modules

Compare the pixels of two images or one image and a constant value and create a binary result image. More...

Modules

 Compare Images Operations
 Compare the pixels of two images and create a binary result image.
 
 Compare Image With Constant Operations
 Compare the pixels of an image with a constant value and create a binary result image.
 
 Compare Image Differences With Epsilon Operations
 Compare the pixels value differences of two images with an epsilon value and create a binary result image.
 
 Compare Image Difference With Constant Within Epsilon Operations
 Compare differences between image pixels and constant within an epsilon value and create a binary result image.
 

Detailed Description

Compare the pixels of two images or one image and a constant value and create a binary result image.

In case of multi-channel image types, the condition must be fulfilled for all channels, otherwise the comparison is considered false. The "binary" result image is of type 8u_C1. False is represented by 0, true by NPP_MAX_8U.


Copyright © 2009-2019 NVIDIA Corporation