Click or drag to resize

NativeImageIOImageFileToJpeg Method

https://www.emgu.com
Read the file and draw rectangles on it.

Namespace:  Emgu.Models
Assembly:  Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntax
public static JpegData ImageFileToJpeg(
	string fileName,
	Annotation[] annotations = null
)

Parameters

fileName
Type: SystemString
The name of the file.
annotations (Optional)
Type: Emgu.ModelsAnnotation
Annotations to be add to the image. Can consist of rectangles and labels

Return Value

Type: JpegData
The image in Jpeg stream format
See Also