GraphSampleDistortedBoundingBoxV2 Method |
Namespace: Emgu.TF
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" )
Public Function SampleDistortedBoundingBoxV2 ( image_size As Output, bounding_boxes As Output, min_object_covered As Output, Optional seed As Long = 0, Optional seed2 As Long = 0, Optional aspect_ratio_range As Single() = Nothing, Optional area_range As Single() = Nothing, Optional max_attempts As Long = 100, Optional use_image_if_no_bounding_boxes As Boolean = false, Optional opName As String = "SampleDistortedBoundingBoxV2" ) As Operation
public: Operation^ SampleDistortedBoundingBoxV2( Output^ image_size, Output^ bounding_boxes, Output^ min_object_covered, long long seed = 0, long long seed2 = 0, array<float>^ aspect_ratio_range = nullptr, array<float>^ area_range = nullptr, long long max_attempts = 100, bool use_image_if_no_bounding_boxes = false, String^ opName = L"SampleDistortedBoundingBoxV2" )
member SampleDistortedBoundingBoxV2 : image_size : Output * bounding_boxes : Output * min_object_covered : Output * ?seed : int64 * ?seed2 : int64 * ?aspect_ratio_range : float32[] * ?area_range : float32[] * ?max_attempts : int64 * ?use_image_if_no_bounding_boxes : bool * ?opName : string (* Defaults: let _seed = defaultArg seed 0 let _seed2 = defaultArg seed2 0 let _aspect_ratio_range = defaultArg aspect_ratio_range null let _area_range = defaultArg area_range null let _max_attempts = defaultArg max_attempts 100 let _use_image_if_no_bounding_boxes = defaultArg use_image_if_no_bounding_boxes false let _opName = defaultArg opName "SampleDistortedBoundingBoxV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,