opencv/modules/core/src
Kumataro 40428d919d
Merge pull request #26259 from Kumataro:fix26258
core: C-API cleanup: RNG algorithms in core(4.x) #26259

- replace CV_RAND_UNI and NORMAL to cv::RNG::UNIFORM and cv::RNG::NORMAL.

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2024-10-08 15:55:00 +03:00
..
cuda Adding getStdAllocator() to cv::cuda::GpuMat 2024-08-01 09:36:08 +02:00
opencl Merge pull request #24893 from chacha21:cart_polar_inplace 2024-03-26 15:38:17 +03:00
parallel
utils Merge pull request #25832 from chachoi-world:4.x 2024-08-06 20:25:39 +03:00
algorithm.cpp
alloc.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
arithm_ipp.hpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
arithm.cpp Excluded nullptr leak to arithmetic HAL got from empty Mat. 2024-09-06 16:49:14 +03:00
arithm.dispatch.cpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
arithm.simd.hpp Fix compilation on some 32-bit windows 2023-11-29 16:27:11 +01:00
array.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
async.cpp Merge pull request #23736 from seanm:c++11-simplifications 2024-01-19 16:53:08 +03:00
batch_distance.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
bindings_utils.cpp
buffer_area.cpp
bufferpool.impl.hpp
channels.cpp Merge pull request #25598 from asmorkalov:as/tables_range_check_core 2024-05-17 10:48:40 +03:00
check.cpp Merge pull request #25981 from Kumataro:fix25971 2024-08-09 14:22:02 +03:00
command_line_parser.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
conjugate_gradient.cpp
convert_c.cpp
convert_scale.dispatch.cpp
convert_scale.simd.hpp Merge pull request #25598 from asmorkalov:as/tables_range_check_core 2024-05-17 10:48:40 +03:00
convert.dispatch.cpp core: Rename cv::float16_t to cv::hfloat (#25217) 2024-03-21 23:44:19 +03:00
convert.hpp core: Rename cv::float16_t to cv::hfloat (#25217) 2024-03-21 23:44:19 +03:00
convert.simd.hpp Merge pull request #25598 from asmorkalov:as/tables_range_check_core 2024-05-17 10:48:40 +03:00
copy.cpp core: Rename cv::float16_t to cv::hfloat (#25217) 2024-03-21 23:44:19 +03:00
count_non_zero.dispatch.cpp
count_non_zero.simd.hpp Merge pull request #25598 from asmorkalov:as/tables_range_check_core 2024-05-17 10:48:40 +03:00
cuda_gpu_mat_nd.cpp
cuda_gpu_mat.cpp Added no-imp placeholder when HAVE_CUDA is false 2024-08-01 10:00:31 +02:00
cuda_host_mem.cpp
cuda_info.cpp
cuda_stream.cpp
datastructs.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
directx.cpp
directx.inc.hpp
downhill_simplex.cpp
dxt.cpp Fixed HAL invocation for DCT. 2024-03-29 11:01:42 +03:00
gl_core_3_1.cpp
gl_core_3_1.hpp
glob.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
hal_internal.cpp Merge pull request #24804 from fengyuentau:fix_lapack_warnings 2024-05-21 16:58:16 +03:00
hal_internal.hpp
hal_replacement.hpp Merge pull request #25936 from savuor:rv/hal_dot 2024-07-23 08:06:15 +03:00
has_non_zero.dispatch.cpp
has_non_zero.simd.hpp Merge pull request #25598 from asmorkalov:as/tables_range_check_core 2024-05-17 10:48:40 +03:00
intel_gpu_gemm.inl.hpp
kmeans.cpp
lapack.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
lda.cpp
logger.cpp
lpsolver.cpp
lut.cpp Added LUT for FP16 and accuracy test. 2024-06-19 16:16:11 +03:00
mathfuncs_core.dispatch.cpp Merge pull request #24893 from chacha21:cart_polar_inplace 2024-03-26 15:38:17 +03:00
mathfuncs_core.simd.hpp Merge pull request #24893 from chacha21:cart_polar_inplace 2024-03-26 15:38:17 +03:00
mathfuncs.cpp Removed duplicated code in Pow implementation that triggers wrong assert on Intel iGPU. 2024-08-23 17:44:58 +03:00
mathfuncs.hpp
matmul.dispatch.cpp Merge pull request #25936 from savuor:rv/hal_dot 2024-07-23 08:06:15 +03:00
matmul.simd.hpp Merge pull request #25598 from asmorkalov:as/tables_range_check_core 2024-05-17 10:48:40 +03:00
matrix_c.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
matrix_decomp.cpp
matrix_expressions.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
matrix_iterator.cpp
matrix_operations.cpp Merge pull request #25598 from asmorkalov:as/tables_range_check_core 2024-05-17 10:48:40 +03:00
matrix_sparse.cpp Merge pull request #25598 from asmorkalov:as/tables_range_check_core 2024-05-17 10:48:40 +03:00
matrix_transform.cpp HALL interface for transpose2d. 2024-04-05 14:12:36 +03:00
matrix_wrap.cpp Avoid future integer overflow in _OutputArray::create 2024-07-23 16:22:55 +02:00
matrix.cpp Set and check allocator pointer for all cv::Mat instances. 2024-08-05 10:07:14 +03:00
mean.dispatch.cpp Merge pull request #25789 from asmorkalov:as/HAL_meanStdDev_tails 2024-06-27 19:11:05 +03:00
mean.simd.hpp Merge pull request #25598 from asmorkalov:as/tables_range_check_core 2024-05-17 10:48:40 +03:00
merge.dispatch.cpp Merge pull request #25598 from asmorkalov:as/tables_range_check_core 2024-05-17 10:48:40 +03:00
merge.simd.hpp
minmax.cpp Merge pull request #26080 from asmorkalov:as/HAL_minMaxIdx_ND_offset 2024-08-30 13:10:24 +03:00
norm.cpp Merge pull request #25491 from savuor:rv/hal_norm_hamming 2024-04-27 14:38:44 +03:00
ocl_disabled.impl.hpp Merge pull request #24918 from opencv-pushbot:gitee/alalek/core_convertfp16_replacement 2024-01-26 12:56:52 +03:00
ocl.cpp core: Rename cv::float16_t to cv::hfloat (#25217) 2024-03-21 23:44:19 +03:00
opengl.cpp
out.cpp core: Rename cv::float16_t to cv::hfloat (#25217) 2024-03-21 23:44:19 +03:00
ovx.cpp
parallel_impl.cpp Merge pull request #24280 from casualwind:parallel_opt 2023-09-27 16:21:20 +03:00
parallel_impl.hpp
parallel.cpp Merge pull request #25832 from chachoi-world:4.x 2024-08-06 20:25:39 +03:00
pca.cpp
persistence_base64_encoding.cpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
persistence_base64_encoding.hpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
persistence_impl.hpp
persistence_json.cpp
persistence_types.cpp
persistence_xml.cpp core: FileStorage: detect invalid attribute value 2024-07-26 05:55:00 +09:00
persistence_yml.cpp
persistence.cpp Merge pull request #25351 from Kumataro:fix25073_format_g 2024-04-10 15:17:15 +03:00
persistence.hpp
precomp.hpp
rand.cpp Merge pull request #26259 from Kumataro:fix26258 2024-10-08 15:55:00 +03:00
softfloat.cpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
split.dispatch.cpp Merge pull request #25598 from asmorkalov:as/tables_range_check_core 2024-05-17 10:48:40 +03:00
split.simd.hpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
stat_c.cpp
stat.dispatch.cpp
stat.hpp
stat.simd.hpp
stl.cpp
sum.dispatch.cpp Merge pull request #24179 from Kumataro:fix24145 2023-08-23 22:53:11 +03:00
sum.simd.hpp Merge pull request #25598 from asmorkalov:as/tables_range_check_core 2024-05-17 10:48:40 +03:00
system.cpp Merge pull request #25832 from chachoi-world:4.x 2024-08-06 20:25:39 +03:00
tables.cpp
trace.cpp
types.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
umatrix.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
umatrix.hpp
va_intel.cpp
va_wrapper.impl.hpp