Click or drag to resize

GraphSampleDistortedBoundingBox Method

https://www.emgu.com/wiki/index.php/Emgu_TF
SampleDistortedBoundingBox

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation SampleDistortedBoundingBox(
	Output image_size,
	Output bounding_boxes,
	long seed = 0,
	long seed2 = 0,
	float min_object_covered = 0.1f,
	float[] aspect_ratio_range = null,
	float[] area_range = null,
	long max_attempts = 100,
	bool use_image_if_no_bounding_boxes = false,
	string opName = "SampleDistortedBoundingBox"
)

Parameters

image_size
Type: Emgu.TFOutput
Input to the operation.
bounding_boxes
Type: Emgu.TFOutput
Input to the operation.
seed (Optional)
Type: SystemInt64
seed
seed2 (Optional)
Type: SystemInt64
seed2
min_object_covered (Optional)
Type: SystemSingle
min object covered
aspect_ratio_range (Optional)
Type: SystemSingle
aspect ratio range
area_range (Optional)
Type: SystemSingle
area range
max_attempts (Optional)
Type: SystemInt64
max attempts
use_image_if_no_bounding_boxes (Optional)
Type: SystemBoolean
use image if no bounding boxes
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] begin(type: DtInvalid). [1] size(type: DtInvalid). [2] bboxes(type: DtFloat).
See Also