this overload of Classify() provides legacy compatibility with float* type (RGBA32F).
Member loadImageRGBA (const char *filename, float4 **ptr, int *width, int *height)
this overload of loadImageRGBA() is deprecated and provided for legacy compatbility. it is recommended to use loadImage() instead, which supports multiple image formats.
Member loadImageRGBA (const char *filename, float4 **cpu, float4 **gpu, int *width, int *height)
this overload of loadImageRGBA() is deprecated and provided for legacy compatbility. having separate CPU and GPU pointers for shared memory is no longer needed, as they are the same. it is recommended to use loadImage() instead, which supports multiple image formats.
Member saveImageRGBA (const char *filename, float4 *ptr, int width, int height, float max_pixel=255.0f, int quality=100)
saveImageRGBA() is deprecated and provided for legacy compatbility. it is recommended to use saveImage() instead, which supports multiple image formats.
Member segNet::Mask (float *output, uint32_t width, uint32_t height, FilterMode filter=FILTER_LINEAR)
this overload is for legacy compatibility. It expects float4 RGBA image.
Member segNet::Overlay (float *output, uint32_t width, uint32_t height, FilterMode filter=FILTER_LINEAR)
this overload is for legacy compatibility. It expects float4 RGBA image.