Click or drag to resize

GraphSampleDistortedBoundingBoxV2 Method

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

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

Parameters

image_size
Type: Emgu.TFOutput
Input to the operation.
bounding_boxes
Type: Emgu.TFOutput
Input to the operation.
min_object_covered
Type: Emgu.TFOutput
Input to the operation.
seed (Optional)
Type: SystemInt64
seed
seed2 (Optional)
Type: SystemInt64
seed2
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