NVIDIA Performance Primitives (NPP)
Version 10.0
|
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. |
|
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.