GraphGenerateBoundingBoxProposals Method |
Namespace: Emgu.TF
public Operation GenerateBoundingBoxProposals( Output scores, Output bbox_deltas, Output image_info, Output anchors, Output nms_threshold, Output pre_nms_topn, Output min_size, long post_nms_topn = 300, string opName = "GenerateBoundingBoxProposals" )
Public Function GenerateBoundingBoxProposals ( scores As Output, bbox_deltas As Output, image_info As Output, anchors As Output, nms_threshold As Output, pre_nms_topn As Output, min_size As Output, Optional post_nms_topn As Long = 300, Optional opName As String = "GenerateBoundingBoxProposals" ) As Operation
public: Operation^ GenerateBoundingBoxProposals( Output^ scores, Output^ bbox_deltas, Output^ image_info, Output^ anchors, Output^ nms_threshold, Output^ pre_nms_topn, Output^ min_size, long long post_nms_topn = 300, String^ opName = L"GenerateBoundingBoxProposals" )
member GenerateBoundingBoxProposals : scores : Output * bbox_deltas : Output * image_info : Output * anchors : Output * nms_threshold : Output * pre_nms_topn : Output * min_size : Output * ?post_nms_topn : int64 * ?opName : string (* Defaults: let _post_nms_topn = defaultArg post_nms_topn 300 let _opName = defaultArg opName "GenerateBoundingBoxProposals" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,