Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xilinx/xfopencv
/ functions
Functions
1,366 in github.com/Xilinx/xfopencv
⨍
Functions
1,366
◇
Types & classes
324
↓ 512 callers
Method
write
include/common/xf_structs.h:648
↓ 509 callers
Function
imwrite
include/common/xf_sw_utils.h:73
↓ 509 callers
Method
read
include/common/xf_structs.h:619
↓ 469 callers
Function
imread
include/common/xf_sw_utils.h:56
↓ 199 callers
Function
absdiff
include/core/xf_arithm.hpp:546
↓ 174 callers
Method
avg_cpu_cycles
include/common/xf_sw_utils.h:49
↓ 174 callers
Method
start
include/common/xf_sw_utils.h:47
↓ 174 callers
Method
stop
include/common/xf_sw_utils.h:48
↓ 171 callers
Method
copyTo
include/common/xf_structs.h:677
↓ 92 callers
Method
size
include/common/xf_structs.h:209
↓ 85 callers
Method
copyFrom
include/common/xf_structs.h:711
↓ 82 callers
Method
~Mat
include/common/xf_structs.h:843
↓ 70 callers
Function
absDiff
include/common/xf_sw_utils.h:84
↓ 68 callers
Function
find_binary_file
examples_sdaccel/cvtcolor/xcl2.cpp:86
↓ 68 callers
Function
get_xil_devices
examples_sdaccel/cvtcolor/xcl2.cpp:61
↓ 68 callers
Function
import_binary_file
examples_sdaccel/cvtcolor/xcl2.cpp:64
↓ 66 callers
Method
depth
include/common/xf_structs.h:445
↓ 59 callers
Method
convertTo
include/common/xf_structs.h:755
↓ 48 callers
Function
CalculateB
* 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 callers
Function
CalculateG
* 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 callers
Function
CalculateR
* 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 callers
Function
CalculateY
* 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 callers
Function
analyzeDiff
include/common/xf_sw_utils.h:160
↓ 28 callers
Method
init
examples/hog/ObjDet_reference.hpp:446
↓ 24 callers
Function
Sobel
include/imgproc/xf_sobel.hpp:1432
↓ 22 callers
Function
CalculateU
* 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 callers
Function
CalculateV
* 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 callers
Method
read_float
include/common/xf_structs.h:640
↓ 17 callers
Function
saturate_cast
* Function to add the offset and check the saturation ***************************************************************************/
include/imgproc/xf_cvt_color_utils.hpp:745
↓ 16 callers
Method
channels
include/common/xf_structs.h:450
↓ 16 callers
Method
write_float
include/common/xf_structs.h:667
↓ 14 callers
Function
Inverse
include/core/xf_math.h:224
↓ 12 callers
Function
boxFilter
include/imgproc/xf_box_filter.hpp:1057
↓ 12 callers
Method
type
include/common/xf_structs.h:439
↓ 10 callers
Function
min
include/core/xf_arithm.hpp:962
↓ 9 callers
Function
xFFindMaxRad2
include/features/xf_max_suppression.hpp:293
↓ 7 callers
Function
xFBilateralFloatMul
include/imgproc/xf_bilateral_filter.hpp:44
↓ 7 callers
Function
xFFindMaxRad3
include/features/xf_max_suppression.hpp:687
↓ 6 callers
Function
dilate
include/imgproc/xf_dilation.hpp:318
↓ 6 callers
Function
multiply
include/core/xf_arithm.hpp:671
↓ 6 callers
Function
resize
include/imgproc/xf_resize.hpp:48
↓ 6 callers
Function
xFDHOGnormalizeKernelInv
include/imgproc/xf_hog_descriptor_norm.hpp:83
↓ 5 callers
Function
Canny
include/imgproc/xf_canny.hpp:254
↓ 5 callers
Function
OCVFindMaximum2
examples/harris/xf_ocv_ref.hpp:40
↓ 5 callers
Function
OCVFindMaximum2
examples_sdaccel/harris/xf_ocv_ref.hpp:40
↓ 5 callers
Function
inRange
include/imgproc/xf_inrange.hpp:123
↓ 5 callers
Function
xFDHOGnormalizeKernel1
include/imgproc/xf_hog_descriptor_norm.hpp:62
↓ 5 callers
Function
xFFindMaxRad1
include/features/xf_max_suppression.hpp:43
↓ 4 callers
Function
CalculateGRAY
* 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 callers
Function
Scharr
include/imgproc/xf_scharr.hpp:462
↓ 4 callers
Function
Sqrt
* 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 callers
Function
calcHist
include/imgproc/xf_histogram.hpp:146
↓ 4 callers
Function
phase
include/core/xf_phase.hpp:169
↓ 4 callers
Function
xFUDivAreaUp
include/imgproc/xf_resize_up_area.hpp:121
↓ 3 callers
Function
Filter3x3
examples/canny/xf_canny_tb.cpp:36
↓ 3 callers
Function
Filter3x3
examples_sdaccel/canny/xf_canny_tb.cpp:39
↓ 3 callers
Function
OCVFindMaximum1
examples/harris/xf_ocv_ref.hpp:449
↓ 3 callers
Function
OCVFindMaximum1
examples_sdaccel/harris/xf_ocv_ref.hpp:449
↓ 3 callers
Function
applyEqn
include/imgproc/xf_edge_tracing.hpp:59
↓ 3 callers
Function
channel_combine_accel
examples/channelcombine/xf_channel_combine_accel.cpp:34
↓ 3 callers
Function
erode
include/imgproc/xf_erosion.hpp:323
↓ 3 callers
Function
extractChannel
include/imgproc/xf_channel_extract.hpp:117
↓ 3 callers
Function
kalmanfilter_accel
examples/kalmanfilter/xf_kalmanfilter_accel.cpp:27
↓ 3 callers
Function
max
include/core/xf_arithm.hpp:906
↓ 2 callers
Function
AURborderInterpolate
examples/hog/ObjDet_reference.hpp:139
↓ 2 callers
Method
AURcompute
examples/hog/ObjDet_reference.hpp:858
↓ 2 callers
Function
Calculate_B
include/imgproc/xf_cvt_color_utils.hpp:909
↓ 2 callers
Function
Calculate_CB
include/imgproc/xf_cvt_color_utils.hpp:932
↓ 2 callers
Function
Calculate_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 callers
Function
Calculate_G
include/imgproc/xf_cvt_color_utils.hpp:902
↓ 2 callers
Function
Calculate_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 callers
Function
Calculate_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 callers
Function
Calculate_Y
include/imgproc/xf_cvt_color_utils.hpp:872
↓ 2 callers
Function
Calculate_Ycrcb2B
include/imgproc/xf_cvt_color_utils.hpp:979
↓ 2 callers
Function
Calculate_Ycrcb2G
include/imgproc/xf_cvt_color_utils.hpp:959
↓ 2 callers
Function
Calculate_Ycrcb2R
include/imgproc/xf_cvt_color_utils.hpp:953
↓ 2 callers
Function
Calculate_Z
include/imgproc/xf_cvt_color_utils.hpp:879
↓ 2 callers
Function
CoreProcessUpArea
* 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 callers
Function
GaussianBlur
include/imgproc/xf_gaussian_filter.hpp:1177
↓ 2 callers
Method
area
include/common/xf_structs.h:166
↓ 2 callers
Function
borderInterpolate
include/imgproc/xf_custom_convolution.hpp:557
↓ 2 callers
Function
compute_census_transform
examples/sgbm/xf_sgbm_tb.cpp:35
↓ 2 callers
Function
compute_hamming_distance
examples/sgbm/xf_sgbm_tb.cpp:60
↓ 2 callers
Function
demosaicImage
examples/demosaicing/xf_demosaicing_ref.cpp:51
↓ 2 callers
Function
equalizeHist
include/imgproc/xf_hist_equalize.hpp:139
↓ 2 callers
Function
filter2D
include/imgproc/xf_custom_convolution.hpp:716
↓ 2 callers
Function
find_binary_file
examples_sdaccel/lknpyroflow/xcl2.cpp:86
↓ 2 callers
Function
gcd1
examples/hog/ObjDet_reference.hpp:845
↓ 2 callers
Function
getPseudoColorInt
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 callers
Function
get_xil_devices
examples_sdaccel/lknpyroflow/xcl2.cpp:61
↓ 2 callers
Function
harris_accel
examples/harris/xf_harris_accel.cpp:32
↓ 2 callers
Function
import_binary_file
examples_sdaccel/lknpyroflow/xcl2.cpp:64
↓ 2 callers
Function
integral
include/imgproc/xf_integral_image.hpp:98
↓ 2 callers
Function
magnitude
include/core/xf_magnitude.hpp:130
↓ 2 callers
Function
pyrDown
include/imgproc/xf_pyr_down.hpp:88
↓ 2 callers
Function
pyrUp
include/imgproc/xf_pyr_up.hpp:99
↓ 2 callers
Function
pyr_dense_optical_flow_accel
examples/lkdensepyrof/xf_pyr_dense_optical_flow_accel.cpp:47
↓ 2 callers
Function
read
include/common/xf_infra.h:64
↓ 2 callers
Function
reduce
include/imgproc/xf_reduce.hpp:193
↓ 2 callers
Function
write
include/common/xf_infra.h:48
next →
1–100 of 1,366, ranked by callers