Description. Calculate a perceptual difference metric between two bitmap images
Plugin Status. Experimental
Categories. All Plugins, Experimental Plugins, Bitmap Plugins, Test Plugins
Table B.26. BitmapPerceptualDifference Properties
Label | Description | Type | Script Name |
---|---|---|---|
Input A | A input bitmap | k3d::bitmap* | input_a |
Input B | B input bitmap | k3d::bitmap* | input_b |
Field-of-view | Field-of-view (degrees) | k3d::double_t | field_of_view |
Gamma | Gamma | k3d::double_t | gamma |
Luminance | Display Luminance (candela per square meter) | k3d::double_t | luminance |
Difference | The count of perceivably-different pixels | k3d::uint32_t | difference |
Output Bitmap | Output bitmap | k3d::bitmap* | output_bitmap |