MCPcopy Create free account

hub / github.com/Xilinx/xfopencv / functions

Functions1,366 in github.com/Xilinx/xfopencv

↓ 512 callersMethodwrite
include/common/xf_structs.h:648
↓ 509 callersFunctionimwrite
include/common/xf_sw_utils.h:73
↓ 509 callersMethodread
include/common/xf_structs.h:619
↓ 469 callersFunctionimread
include/common/xf_sw_utils.h:56
↓ 199 callersFunctionabsdiff
include/core/xf_arithm.hpp:546
↓ 174 callersMethodavg_cpu_cycles
include/common/xf_sw_utils.h:49
↓ 174 callersMethodstart
include/common/xf_sw_utils.h:47
↓ 174 callersMethodstop
include/common/xf_sw_utils.h:48
↓ 171 callersMethodcopyTo
include/common/xf_structs.h:677
↓ 92 callersMethodsize
include/common/xf_structs.h:209
↓ 85 callersMethodcopyFrom
include/common/xf_structs.h:711
↓ 82 callersMethod~Mat
include/common/xf_structs.h:843
↓ 70 callersFunctionabsDiff
include/common/xf_sw_utils.h:84
↓ 68 callersFunctionfind_binary_file
examples_sdaccel/cvtcolor/xcl2.cpp:86
↓ 68 callersFunctionget_xil_devices
examples_sdaccel/cvtcolor/xcl2.cpp:61
↓ 68 callersFunctionimport_binary_file
examples_sdaccel/cvtcolor/xcl2.cpp:64
↓ 66 callersMethoddepth
include/common/xf_structs.h:445
↓ 59 callersMethodconvertTo
include/common/xf_structs.h:755
↓ 48 callersFunctionCalculateB
* CalculateB - calculates the B(Blue) component using Y & U values * B = 1.164*Y + 2.018*U = 0.164*Y + Y + 0.018*U + 2*U ***************************
include/imgproc/xf_cvt_color_utils.hpp:837
↓ 48 callersFunctionCalculateG
* CalculateG - calculates the G(Green) component using Y, U & V values * G = 1.164*Y - 0.813*V - 0.391*U = 0.164*Y - 0.813*V - 0.391*U + Y *********
include/imgproc/xf_cvt_color_utils.hpp:826
↓ 48 callersFunctionCalculateR
* CalculateR - calculates the R(Red) component using Y & V values * R = 1.164*Y + 1.596*V = 0.164*Y + 0.596*V + Y + V ******************************
include/imgproc/xf_cvt_color_utils.hpp:815
↓ 32 callersFunctionCalculateY
* CalculateY - calculates the Y(luma) component using R,G,B values * Y = (0.257 * R) + (0.504 * G) + (0.098 * B) + 16 * An offset of 16 is added
include/imgproc/xf_cvt_color_utils.hpp:776
↓ 28 callersFunctionanalyzeDiff
include/common/xf_sw_utils.h:160
↓ 28 callersMethodinit
examples/hog/ObjDet_reference.hpp:446
↓ 24 callersFunctionSobel
include/imgproc/xf_sobel.hpp:1432
↓ 22 callersFunctionCalculateU
* CalculateU - calculates the U(Chroma) component using R,G,B values * U = -(0.148 * R) - (0.291 * G) + (0.439 * B) + 128 * an offset of 128 is adde
include/imgproc/xf_cvt_color_utils.hpp:790
↓ 22 callersFunctionCalculateV
* CalculateV - calculates the V(Chroma) component using R,G,B values * V = (0.439 * R) - (0.368 * G) - (0.071 * B) + 128 * an offset of 128 is added
include/imgproc/xf_cvt_color_utils.hpp:803
↓ 22 callersMethodread_float
include/common/xf_structs.h:640
↓ 17 callersFunctionsaturate_cast
* Function to add the offset and check the saturation ***************************************************************************/
include/imgproc/xf_cvt_color_utils.hpp:745
↓ 16 callersMethodchannels
include/common/xf_structs.h:450
↓ 16 callersMethodwrite_float
include/common/xf_structs.h:667
↓ 14 callersFunctionInverse
include/core/xf_math.h:224
↓ 12 callersFunctionboxFilter
include/imgproc/xf_box_filter.hpp:1057
↓ 12 callersMethodtype
include/common/xf_structs.h:439
↓ 10 callersFunctionmin
include/core/xf_arithm.hpp:962
↓ 9 callersFunctionxFFindMaxRad2
include/features/xf_max_suppression.hpp:293
↓ 7 callersFunctionxFBilateralFloatMul
include/imgproc/xf_bilateral_filter.hpp:44
↓ 7 callersFunctionxFFindMaxRad3
include/features/xf_max_suppression.hpp:687
↓ 6 callersFunctiondilate
include/imgproc/xf_dilation.hpp:318
↓ 6 callersFunctionmultiply
include/core/xf_arithm.hpp:671
↓ 6 callersFunctionresize
include/imgproc/xf_resize.hpp:48
↓ 6 callersFunctionxFDHOGnormalizeKernelInv
include/imgproc/xf_hog_descriptor_norm.hpp:83
↓ 5 callersFunctionCanny
include/imgproc/xf_canny.hpp:254
↓ 5 callersFunctionOCVFindMaximum2
examples/harris/xf_ocv_ref.hpp:40
↓ 5 callersFunctionOCVFindMaximum2
examples_sdaccel/harris/xf_ocv_ref.hpp:40
↓ 5 callersFunctioninRange
include/imgproc/xf_inrange.hpp:123
↓ 5 callersFunctionxFDHOGnormalizeKernel1
include/imgproc/xf_hog_descriptor_norm.hpp:62
↓ 5 callersFunctionxFFindMaxRad1
include/features/xf_max_suppression.hpp:43
↓ 4 callersFunctionCalculateGRAY
* CalculateGRAY - calculates the GRAY pixel value using R, G & B values * GRAY = 0.299*R + 0.587*G + 0.114*B **************************************
include/imgproc/xf_cvt_color_utils.hpp:848
↓ 4 callersFunctionScharr
include/imgproc/xf_scharr.hpp:462
↓ 4 callersFunctionSqrt
* Square root computation for a 16-bit fixed point number. * * Input argument D should be 16-bit number though it is declared as 32-bit. * Q is the
include/core/xf_math.h:679
↓ 4 callersFunctioncalcHist
include/imgproc/xf_histogram.hpp:146
↓ 4 callersFunctionphase
include/core/xf_phase.hpp:169
↓ 4 callersFunctionxFUDivAreaUp
include/imgproc/xf_resize_up_area.hpp:121
↓ 3 callersFunctionFilter3x3
examples/canny/xf_canny_tb.cpp:36
↓ 3 callersFunctionFilter3x3
examples_sdaccel/canny/xf_canny_tb.cpp:39
↓ 3 callersFunctionOCVFindMaximum1
examples/harris/xf_ocv_ref.hpp:449
↓ 3 callersFunctionOCVFindMaximum1
examples_sdaccel/harris/xf_ocv_ref.hpp:449
↓ 3 callersFunctionapplyEqn
include/imgproc/xf_edge_tracing.hpp:59
↓ 3 callersFunctionchannel_combine_accel
examples/channelcombine/xf_channel_combine_accel.cpp:34
↓ 3 callersFunctionerode
include/imgproc/xf_erosion.hpp:323
↓ 3 callersFunctionextractChannel
include/imgproc/xf_channel_extract.hpp:117
↓ 3 callersFunctionkalmanfilter_accel
examples/kalmanfilter/xf_kalmanfilter_accel.cpp:27
↓ 3 callersFunctionmax
include/core/xf_arithm.hpp:906
↓ 2 callersFunctionAURborderInterpolate
examples/hog/ObjDet_reference.hpp:139
↓ 2 callersMethodAURcompute
examples/hog/ObjDet_reference.hpp:858
↓ 2 callersFunctionCalculate_B
include/imgproc/xf_cvt_color_utils.hpp:909
↓ 2 callersFunctionCalculate_CB
include/imgproc/xf_cvt_color_utils.hpp:932
↓ 2 callersFunctionCalculate_CR
* calculates the CRCB pixel value using R,G,B,Y values * * Cr <--- (R-Y)*0.713+delta * Cb <--- (R-Y)*0.564+delta * * ***************************
include/imgproc/xf_cvt_color_utils.hpp:924
↓ 2 callersFunctionCalculate_G
include/imgproc/xf_cvt_color_utils.hpp:902
↓ 2 callersFunctionCalculate_R
* CalculateRGB - calculates the RGB pixel value using X, Y, Z values * R 3.240479 -1.53715 -0.498535 X * * G -0.969256 1.875991 0.041556 Y * * B
include/imgproc/xf_cvt_color_utils.hpp:894
↓ 2 callersFunctionCalculate_X
* CalculateGRAY - calculates the XYZ pixel value using R, G & B values * x 0.412453 0.357580 0.180423 R * * y 0.212671 0.715160 0.072169 G * * z
include/imgproc/xf_cvt_color_utils.hpp:864
↓ 2 callersFunctionCalculate_Y
include/imgproc/xf_cvt_color_utils.hpp:872
↓ 2 callersFunctionCalculate_Ycrcb2B
include/imgproc/xf_cvt_color_utils.hpp:979
↓ 2 callersFunctionCalculate_Ycrcb2G
include/imgproc/xf_cvt_color_utils.hpp:959
↓ 2 callersFunctionCalculate_Ycrcb2R
include/imgproc/xf_cvt_color_utils.hpp:953
↓ 2 callersFunctionCalculate_Z
include/imgproc/xf_cvt_color_utils.hpp:879
↓ 2 callersFunctionCoreProcessUpArea
* Coreprocessing Processing Block * * PixelValue = A0*(1-Wx)*(1-Wy) + B0*(Wx)*(1-Wy) + A1*(1-Wx)*(Wy) + B1*(Wx)*(Wy) * = Wx*Wy*(A0+B1-B0-A1) +
include/imgproc/xf_resize_up_area.hpp:47
↓ 2 callersFunctionGaussianBlur
include/imgproc/xf_gaussian_filter.hpp:1177
↓ 2 callersMethodarea
include/common/xf_structs.h:166
↓ 2 callersFunctionborderInterpolate
include/imgproc/xf_custom_convolution.hpp:557
↓ 2 callersFunctioncompute_census_transform
examples/sgbm/xf_sgbm_tb.cpp:35
↓ 2 callersFunctioncompute_hamming_distance
examples/sgbm/xf_sgbm_tb.cpp:60
↓ 2 callersFunctiondemosaicImage
examples/demosaicing/xf_demosaicing_ref.cpp:51
↓ 2 callersFunctionequalizeHist
include/imgproc/xf_hist_equalize.hpp:139
↓ 2 callersFunctionfilter2D
include/imgproc/xf_custom_convolution.hpp:716
↓ 2 callersFunctionfind_binary_file
examples_sdaccel/lknpyroflow/xcl2.cpp:86
↓ 2 callersFunctiongcd1
examples/hog/ObjDet_reference.hpp:845
↓ 2 callersFunctiongetPseudoColorInt
Custom low cost colorizer. Uses RGB to show 4 directions. For simple demo purposes only. Real applications would take flow values and do other useful
include/video/xf_dense_npyr_optical_flow.hpp:48
↓ 2 callersFunctionget_xil_devices
examples_sdaccel/lknpyroflow/xcl2.cpp:61
↓ 2 callersFunctionharris_accel
examples/harris/xf_harris_accel.cpp:32
↓ 2 callersFunctionimport_binary_file
examples_sdaccel/lknpyroflow/xcl2.cpp:64
↓ 2 callersFunctionintegral
include/imgproc/xf_integral_image.hpp:98
↓ 2 callersFunctionmagnitude
include/core/xf_magnitude.hpp:130
↓ 2 callersFunctionpyrDown
include/imgproc/xf_pyr_down.hpp:88
↓ 2 callersFunctionpyrUp
include/imgproc/xf_pyr_up.hpp:99
↓ 2 callersFunctionpyr_dense_optical_flow_accel
examples/lkdensepyrof/xf_pyr_dense_optical_flow_accel.cpp:47
↓ 2 callersFunctionread
include/common/xf_infra.h:64
↓ 2 callersFunctionreduce
include/imgproc/xf_reduce.hpp:193
↓ 2 callersFunctionwrite
include/common/xf_infra.h:48
next →1–100 of 1,366, ranked by callers