Functions | |
| cvbres_t | ConvertTo16BPPSigned (IMG ImgIn, IMG &ImgOut) |
| Creates a copy of an image, that is converted to 16 bit signed pixel data. | |
| cvbres_t | ConvertTo16BPPUnsigned (IMG ImgIn, IMG &ImgOut) |
| Creates a copy of an image, that is converted to 16 bit unsigned pixel data. | |
| cvbres_t | ConvertTo32BPPFloat (IMG ImgIn, IMG &ImgOut) |
| Creates a copy of an image, that is converted to 32 bit floating point data. | |
| cvbres_t | ConvertTo32BPPSigned (IMG ImgIn, IMG &ImgOut) |
| Creates a copy of an image, that is converted to 32 bit signed pixel data. | |
| cvbres_t | ConvertTo8BPPUnsigned (IMG ImgIn, IMG &ImgOut) |
| Creates a copy of an image, that is converted to 8 bit unsigned pixel data. | |
| cvbres_t | ScaleTo16BPPSigned (IMG ImgIn, IMG &ImgOut) |
| Creates a copy of an image, that is scaled to 16 bit signed pixel data. | |
| cvbres_t | ScaleTo16BPPUnsigned (IMG ImgIn, IMG &ImgOut) |
| Creates a copy of an image, that is scaled to 16 bit unsigned pixel data. | |
| cvbres_t | ScaleTo32BPPFloat (IMG ImgIn, IMG &ImgOut, double MinVal, double MaxVal) |
| Creates a copy of an image, that is scaled to 32 bit floating point pixel data. | |
| cvbres_t | ScaleTo32BPPSigned (IMG ImgIn, IMG &ImgOut) |
| Creates a copy of an image, that is scaled to 32 bit signed pixel data. | |
| cvbres_t | ScaleTo8BPPUnsigned (IMG ImgIn, IMG &ImgOut) |
| Creates a copy of an image, that is scaled to 8 bit unsigned pixel data. | |
Creates a copy of an image, that is converted to 16 bit signed pixel data.
| [in] | ImgIn | Handle of image object. |
| [out] | ImgOut | Handle of result image. |
Creates a copy of an image, that is converted to 16 bit unsigned pixel data.
| [in] | ImgIn | Handle of image object. |
| [out] | ImgOut | Handle of result image. |
Creates a copy of an image, that is converted to 32 bit floating point data.
| [in] | ImgIn | Handle of image object. |
| [out] | ImgOut | Handle of result image. |
Creates a copy of an image, that is converted to 32 bit signed pixel data.
| [in] | ImgIn | Handle of image object. |
| [out] | ImgOut | Handle of result image. |
Creates a copy of an image, that is converted to 8 bit unsigned pixel data.
| [in] | ImgIn | Handle of image object. |
| [out] | ImgOut | Handle of result image. |
Creates a copy of an image, that is scaled to 16 bit signed pixel data.
| [in] | ImgIn | Handle of image object. |
| [out] | ImgOut | Handle of result image. |
Creates a copy of an image, that is scaled to 16 bit unsigned pixel data.
| [in] | ImgIn | Handle of image object. |
| [out] | ImgOut | Handle of result image. |
Creates a copy of an image, that is scaled to 32 bit floating point pixel data.
| [in] | ImgIn | Handle of image object. |
| [out] | ImgOut | Handle of result image. |
| [in] | MinVal | Minimum value to occur in the pixel data of the output image. |
| [in] | MaxVal | Maximum value to occur in the pixel data of the output image. |
Creates a copy of an image, that is scaled to 32 bit signed pixel data.
| [in] | ImgIn | Handle of image object. |
| [out] | ImgOut | Handle of result image. |
Creates a copy of an image, that is scaled to 8 bit unsigned pixel data.
| [in] | ImgIn | Handle of image object. |
| [out] | ImgOut | Handle of result image. |