..
opencl
Merge pull request #24621 from chacha21:remap_relative
2024-02-28 17:20:33 +03:00
_geom.h
Backport C-API cleanup (imgproc) from 5.x
2023-01-16 23:29:50 +03:00
accum.cpp
Deprecated convertTypeStr and made new variant that also takes the buffer size
2023-04-26 09:48:15 -04:00
accum.dispatch.cpp
Merge pull request #23109 from seanm:misc-warnings
2023-10-06 13:33:21 +03:00
accum.simd.hpp
Merge pull request #24325 from hanliutong:rewrite
2023-10-05 17:57:25 +03:00
approx.cpp
Merge pull request #25607 from Fest1veNapkin:imgproc_approx_bounding_poly
2024-07-09 17:11:23 +03:00
bilateral_filter.dispatch.cpp
HALL interface for bilaterialFilter.
2024-04-11 09:02:45 +03:00
bilateral_filter.simd.hpp
Clean up the Universal Intrinsic API.
2023-10-13 19:23:30 +08:00
blend.cpp
Merge pull request #24058 from hanliutong:rewrite-imgporc
2023-09-14 20:37:46 +03:00
box_filter.dispatch.cpp
Move OpenVX integrations to imgproc to OpenVX HAL
2025-02-15 09:55:37 +03:00
box_filter.simd.hpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00
canny.cpp
Move OpenVX integrations to imgproc to OpenVX HAL
2025-02-15 09:55:37 +03:00
ccl_bolelli_forest_firstline.inc.hpp
Merge pull request #19631 from prittt:sota-ccl
2021-02-27 17:27:24 +00:00
ccl_bolelli_forest_lastline.inc.hpp
Merge pull request #19631 from prittt:sota-ccl
2021-02-27 17:27:24 +00:00
ccl_bolelli_forest_singleline.inc.hpp
Merge pull request #19631 from prittt:sota-ccl
2021-02-27 17:27:24 +00:00
ccl_bolelli_forest.inc.hpp
Merge pull request #19631 from prittt:sota-ccl
2021-02-27 17:27:24 +00:00
clahe.cpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00
color_hsv.dispatch.cpp
OCL: fix incompatibility with Mali ruintime
2023-12-21 00:30:44 +03:00
color_hsv.simd.hpp
Remove unused variables in rgb2hsv_b simd
2024-06-26 19:07:53 +08:00
color_lab.cpp
Merge pull request #26590 from Kumataro:fix26589
2024-12-17 07:40:27 +03:00
color_rgb.dispatch.cpp
OCL: fix incompatibility with Mali ruintime
2023-12-21 00:30:44 +03:00
color_rgb.simd.hpp
Merge pull request #26071 from tingboliao:4.x
2024-09-03 07:56:37 +03:00
color_yuv.dispatch.cpp
imgproc: restore multiplanar conversion functions in cv::hal namespace
2024-10-25 20:21:33 +03:00
color_yuv.simd.hpp
Merge pull request #25616 from savuor:rv/yuv_docs
2024-05-25 13:12:03 +03:00
color.cpp
fix FFmpeg wrapper build
2024-12-26 12:15:46 +00:00
color.hpp
Merge pull request #25981 from Kumataro:fix25971
2024-08-09 14:22:02 +03:00
color.simd_helpers.hpp
Merge pull request #25981 from Kumataro:fix25971
2024-08-09 14:22:02 +03:00
colormap.cpp
Merge pull request #21645 from chacha21:applyColorMap_8UC1_optimized
2022-03-01 19:55:00 +03:00
connectedcomponents.cpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00
contours_approx.cpp
Merge pull request #25680 from mshabunin:fix-approx-2
2024-05-31 19:28:03 +03:00
contours_common.cpp
Merge pull request #25146 from mshabunin:cpp-contours
2024-04-09 09:37:49 +03:00
contours_common.hpp
Merge pull request #25146 from mshabunin:cpp-contours
2024-04-09 09:37:49 +03:00
contours_link.cpp
Merge pull request #25680 from mshabunin:fix-approx-2
2024-05-31 19:28:03 +03:00
contours_new.cpp
Speed up and reduce memory consumption for findContours
2024-12-31 02:49:15 +03:00
contours.cpp
imgproc: fix contour approximation, added test
2024-05-30 12:23:15 +03:00
convhull.cpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00
corner.avx.cpp
Merge pull request #16236 from alalek:fix_core_simd_emulator
2020-01-10 21:31:02 +03:00
corner.cpp
Merge pull request #24058 from hanliutong:rewrite-imgporc
2023-09-14 20:37:46 +03:00
corner.hpp
AVX optimized implementation of Harris corner detector migrated to separate file
2017-06-29 15:19:23 +03:00
cornersubpix.cpp
Merge pull request #25564 from mshabunin:cleanup-imgproc-2
2024-05-17 15:01:05 +03:00
demosaicing.cpp
Merge pull request #25968 from FantasqueX:correct-bayer2gray-simd-1
2024-08-21 11:33:07 +03:00
deriv.cpp
Move OpenVX integrations to imgproc to OpenVX HAL
2025-02-15 09:55:37 +03:00
distransform.cpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00
drawing.cpp
Merge pull request #26590 from Kumataro:fix26589
2024-12-17 07:40:27 +03:00
emd_new.cpp
imgproc: fix allocation issue in EMD
2024-05-14 12:51:26 +03:00
emd.cpp
Merge pull request #25469 from mshabunin:cpp-emd
2024-04-24 14:28:31 +03:00
featureselect.cpp
Merge pull request #19392 from amirtu:OCV-165_finalize_goodFeaturesToTrack_returns_also_corner_value_PR
2021-02-15 19:55:57 +00:00
filter.dispatch.cpp
Merge pull request #26806 from shyama7004:fix-typo
2025-01-20 17:14:27 +03:00
filter.hpp
Merge pull request #26850 from shyama7004:update-headers
2025-01-28 07:26:40 +03:00
filter.simd.hpp
Merge pull request #25364 from mshabunin:fix-unaligned-filter
2024-04-09 17:44:36 +03:00
filterengine.hpp
Merge pull request #18073 from vpisarev:apache2_license
2020-08-17 11:49:11 +00:00
fixedpoint.inl.hpp
Merge pull request #25364 from mshabunin:fix-unaligned-filter
2024-04-09 17:44:36 +03:00
floodfill.cpp
Fix overlow pointers.
2025-01-27 11:55:10 +01:00
gabor.cpp
generalized_hough.cpp
Merge pull request #26590 from Kumataro:fix26589
2024-12-17 07:40:27 +03:00
geometry.cpp
Fixed result buffer overflow in intersectConvexConvex_ for non-convex input.
2024-06-10 19:38:35 +03:00
grabcut.cpp
Merge pull request #25564 from mshabunin:cleanup-imgproc-2
2024-05-17 15:01:05 +03:00
hal_replacement.hpp
Merge pull request #26958 from amane-ame:pyramids_hal_rvv
2025-03-04 15:41:15 +03:00
hershey_fonts.cpp
histogram.cpp
Move OpenVX integrations to imgproc to OpenVX HAL
2025-02-15 09:55:37 +03:00
hough.cpp
Update types inside HoughLinesProbabilistic in order to handle great images.
2025-01-13 09:36:44 +03:00
imgwarp.avx2.cpp
Move resize implementation to separate file
2017-08-31 14:36:19 +03:00
imgwarp.cpp
Merge pull request #26926 from MaximSmolskiy:fix-getPerspectiveTransform-for-singular-case
2025-03-02 12:44:39 +03:00
imgwarp.hpp
Use generic SIMD in warpAffineBlocklineNN
2024-10-14 01:28:41 +08:00
imgwarp.lasx.cpp
Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX
2022-09-10 09:39:43 +03:00
imgwarp.sse4_1.cpp
Merge pull request #26590 from Kumataro:fix26589
2024-12-17 07:40:27 +03:00
intelligent_scissors.cpp
Merge pull request #23109 from seanm:misc-warnings
2023-10-06 13:33:21 +03:00
intersection.cpp
Merge pull request #23690 from chacha21:rotatedRectangleIntersection_precision
2023-05-30 17:46:39 +03:00
linefit.cpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00
lsd.cpp
Merge pull request #23109 from seanm:misc-warnings
2023-10-06 13:33:21 +03:00
main.cpp
IPPInitSingelton was added to contain IPP related global variables;
2015-10-01 09:58:48 +03:00
matchcontours.cpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00
median_blur.dispatch.cpp
Move OpenVX integrations to imgproc to OpenVX HAL
2025-02-15 09:55:37 +03:00
median_blur.simd.hpp
Enable CV_SIMD_SCALABLE
in medianBlur.
2024-08-27 02:51:08 +00:00
min_enclosing_triangle.cpp
fix findMinEnclosingTriangle and add tests
2021-10-21 18:12:51 +03:00
moments.cpp
Merge pull request #25564 from mshabunin:cleanup-imgproc-2
2024-05-17 15:01:05 +03:00
morph.dispatch.cpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00
morph.simd.hpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00
phasecorr.cpp
Perform arithmetics in CV_32F branch of divSpectrums() with doubles to prevent infs/NaNs (+ corresponding test).
2024-06-10 15:47:29 +02:00
precomp.hpp
Update drawing.cpp and test_contours.cpp
2024-11-25 20:35:20 +03:00
pyramids.cpp
Merge pull request #26958 from amane-ame:pyramids_hal_rvv
2025-03-04 15:41:15 +03:00
resize.avx2.cpp
imgproc(resize): drop unused 'pix_size4'
2020-03-29 02:41:50 +00:00
resize.cpp
fix FFmpeg wrapper build
2024-12-26 12:15:46 +00:00
resize.hpp
Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX
2022-09-10 09:39:43 +03:00
resize.lasx.cpp
Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX
2022-09-10 09:39:43 +03:00
resize.sse4_1.cpp
imgproc(resize): drop unused 'pix_size4'
2020-03-29 02:41:50 +00:00
rotcalipers.cpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00
samplers.cpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00
segmentation.cpp
Merge pull request #25564 from mshabunin:cleanup-imgproc-2
2024-05-17 15:01:05 +03:00
shapedescr.cpp
Merge pull request #26810 from MaximSmolskiy:improve-robustness-for-fitEllipseAMS
2025-01-22 12:49:12 +03:00
smooth.dispatch.cpp
Move OpenVX integrations to imgproc to OpenVX HAL
2025-02-15 09:55:37 +03:00
smooth.simd.hpp
Fixed several cases of unaligned pointer cast
2024-12-02 16:15:23 +03:00
spatialgradient.cpp
Merge pull request #24058 from hanliutong:rewrite-imgporc
2023-09-14 20:37:46 +03:00
stackblur.cpp
fix statckblur big kernel case
2024-04-30 18:07:21 +08:00
subdivision2d.cpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00
sumpixels.avx512_skx.hpp
minor change
2025-01-31 21:12:36 +05:30
sumpixels.dispatch.cpp
fix files permissions
2020-04-13 04:29:55 +00:00
sumpixels.simd.hpp
Merge pull request #26109 from WanliZhong:univ_intrin_operator2warpper
2024-09-13 10:56:48 +03:00
tables.cpp
templmatch.cpp
Merge pull request #26590 from Kumataro:fix26589
2024-12-17 07:40:27 +03:00
thresh.cpp
Move OpenVX integrations to imgproc to OpenVX HAL
2025-02-15 09:55:37 +03:00
utils.cpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00