Click or drag to resize

GraphSampleDistortedBoundingBox Method

http://www.emgu.com
SampleDistortedBoundingBox

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.SampleDistortedBoundingBox(Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.Int64,System.Single,System.Single[],System.Single[],System.Int64,System.Boolean,System.String)"]

See Also