MCPcopy Create free account

hub / github.com/CVCUDA/CV-CUDA / endpoints

Endpoints39 in github.com/CVCUDA/CV-CUDA

Routetest_image_export_cuda_buffer
t.mark.parametrize( "size,format,layout,out_dtype, out_shape, simple_layout", [ ((257, 231), c
tests/cvcuda/python/test_image.py:None
Routetest_op___OPNAMELOW__
t.mark.parametrize( "input,dtype", [ (((5, 16, 23, 4), np.uint8, "NHWC"), np.int8), ((
tools/mkop/PythonTest.py:None
Routetest_op_advcvtcolor
t.mark.parametrize( "input,dtype,code", [ (((1, 1, 1, 3), np.uint8, "NHWC"), np.uint8, cvcuda.
tests/cvcuda/python/test_opadvcvtcolor.py:None
Routetest_op_advcvtcolor_FromNV
t.mark.parametrize( "input,dtype,code", [ # yuv must be even and Nv12/21 yuv must at least con
tests/cvcuda/python/test_opadvcvtcolor.py:None
Routetest_op_advcvtcolor_toNV
t.mark.parametrize( "input,dtype,code", [ ( ((1, 230, 230, 3), np.uint8, "NHWC"),
tests/cvcuda/python/test_opadvcvtcolor.py:None
Routetest_op_bndbox
t.mark.parametrize( "inputp, bndboxes", [ ( (((3, 224, 224, 4), np.uint8, "NHWC"))
tests/cvcuda/python/test_opbndbox.py:None
Routetest_op_boxblur
t.mark.parametrize( "inputp, blurboxes", [ ( (((3, 224, 224, 4), np.uint8, "NHWC")
tests/cvcuda/python/test_opboxblur.py:None
Routetest_op_conv2dvarshape
t.mark.parametrize( "input_args, kernel_args, kernel_anchor_args, border", [ ( (10
tests/cvcuda/python/test_opconv2d.py:None
Routetest_op_convertto
t.mark.parametrize( "input_args,dtype,scale,offset", [ (((5, 16, 23, 4), np.uint8, "NHWC"), np
tests/cvcuda/python/test_opconvertto.py:None
Routetest_op_copymakeborder
t.mark.parametrize( "input_args, top, bottom, left, right, border_mode, border_value", [ (
tests/cvcuda/python/test_opcopymakeborder.py:None
Routetest_op_customcrop
t.mark.parametrize( "input_args,rc,out_shape", [ ( ((5, 16, 23, 4), np.uint8, "NHW
tests/cvcuda/python/test_opcustomcrop.py:None
Routetest_op_cvtcolor
t.mark.parametrize( "input_args, code, output_args", [ ( (5, [16, 23], cvcuda.Form
tests/cvcuda/python/test_opcvtcolor.py:None
Routetest_op_erase
t.mark.parametrize( "input_args, erasing_area_num, random, seed", [ (((1, 460, 640, 3), cvcuda
tests/cvcuda/python/test_operase.py:None
Routetest_op_gaussian
t.mark.parametrize( "input_args, kernel_size, sigma, border", [ ( ((5, 16, 23, 4),
tests/cvcuda/python/test_opgaussian.py:None
Routetest_op_gaussiannoise
t.mark.parametrize( "input_args, per_channel", [ ( ((1, 460, 640, 3), cvcuda.Type.
tests/cvcuda/python/test_opgaussiannoise.py:None
Routetest_op_histogram
t.mark.parametrize("input", params)
tests/cvcuda/python/test_ophistogram.py:None
Routetest_op_histogram_mask
t.mark.parametrize("input", params)
tests/cvcuda/python/test_ophistogram.py:None
Routetest_op_histogrameq
t.mark.parametrize( "input", [ (((1, 460, 640, 1), cvcuda.Type.U8, "NHWC")), (((2, 640
tests/cvcuda/python/test_ophistogrameq.py:None
Routetest_op_inpaint
t.mark.parametrize( "input_args, mask_args, inpaintRadius", [ ( ((1, 460, 640, 3),
tests/cvcuda/python/test_opinpaint.py:None
Routetest_op_joint_bilateral_filter
t.mark.parametrize( "input_args, diameter, sigma_color, sigma_space, border", [ (
tests/cvcuda/python/test_opjointbilateralfilter.py:None
Routetest_op_laplacian
t.mark.parametrize( "input_args, ksize, scale, border", [ ( ((5, 16, 23, 4), np.ui
tests/cvcuda/python/test_oplaplacian.py:None
Routetest_op_median_blur
t.mark.parametrize( "input_args, ksize", [ ( ((5, 9, 9, 4), np.uint8, "NHWC"),
tests/cvcuda/python/test_opmedianblur.py:None
Routetest_op_morphology
t.mark.parametrize( "input_args, morphologyType, maskSize, anchor, iteration, border ", [ (
tests/cvcuda/python/test_opmorphology.py:None
Routetest_op_normalize
t.mark.parametrize( "input_args,base_args,scale_args,globalscale,globalshift,epsilon,flags", [
tests/cvcuda/python/test_opnormalize.py:None
Routetest_op_osd
t.mark.parametrize( "inputp, elements", [ ( (((2, 224, 224, 4), np.uint8, "NHWC"))
tests/cvcuda/python/test_oposd.py:None
Routetest_op_pillowresize
t.mark.parametrize( "input_args,out_shape,interp,fmt", [ ( ((5, 16, 23, 4), np.uin
tests/cvcuda/python/test_oppillowresize.py:None
Routetest_op_random_resized_crop
t.mark.parametrize( "input_args,out_shape,interp", [ ( ((5, 16, 23, 1), np.uint8,
tests/cvcuda/python/test_oprandomresizedcrop.py:None
Routetest_op_random_resized_crop_varshape
t.mark.parametrize( "max_input_size, max_output_size, interp", [ ((123, 321), (321, 123), cvcu
tests/cvcuda/python/test_oprandomresizedcrop.py:None
Routetest_op_reformat
t.mark.parametrize( "input_args,out_shape,out_layout", [ (((5, 16, 23, 4), np.uint8, "NHWC"),
tests/cvcuda/python/test_opreformat.py:None
Routetest_op_resize
t.mark.parametrize( "input_args,out_shape,interp", [ ( ((5, 16, 23, 4), np.uint8,
tests/cvcuda/python/test_opresize.py:None
Routetest_op_resize_crop_convert_reformat
t.mark.parametrize( "tensor_params, resize_dim, resize_interpolation, crop_rect_params, " "out_layout,
tests/cvcuda/python/test_opresizecropconvertreformat.py:None
Routetest_op_resize_crop_convert_reformat_varshape
t.mark.parametrize( "num_images, min_size, max_size, resize_dim, resize_interpolation, crop_rect_params, "
tests/cvcuda/python/test_opresizecropconvertreformat.py:None
Routetest_op_rotate
t.mark.parametrize( "input_args, angle_deg, shift, interpolation", [ ( ((5, 16, 23
tests/cvcuda/python/test_oprotate.py:None
Routetest_op_stack
t.mark.parametrize( "input, dtype, number", [ (((5, 16, 23, 4), np.uint8, "NHWC"), np.int8, 2)
tests/cvcuda/python/test_opstack.py:None
Routetest_op_threshold
t.mark.parametrize( "input_args, thtype", [ ( ((1, 460, 640, 3), cvcuda.Type.U8, "
tests/cvcuda/python/test_opthreshold.py:None
Routetest_op_warp_affine
t.mark.parametrize( "input_args, xform, flags, border_mode, border_value", [ ( ((5
tests/cvcuda/python/test_opwarpaffine.py:None
Routetest_op_warp_perspective
t.mark.parametrize( "input_args, xform, flags, border_mode, border_value", [ ( ((5
tests/cvcuda/python/test_opwarpperspective.py:None
Routetest_opminmaxloc_content
t.mark.parametrize("input_type", ["tensor", "image_batch"])
tests/cvcuda/python/test_opminmaxloc.py:None
Routetest_parallel_bndbox
t.mark.parametrize( "inputp, bndboxes", [ ( (((3, 224, 224, 4), np.uint8, "NHWC"))
tests/cvcuda/python/test_multi_threading.py:None