opencv/modules
Dmitry Kurtaev a7bb17b092
Merge pull request #26399 from dkurt:dk/file_storage_new_data
int64 data type in FileStorage #26399

### Pull Request Readiness Checklist

resolves #23333

Proposed approach is not perfect in terms of complexity and potential bugs. Instead of changing `INT` raw size from `4` to `8`, we check int64 value can be fitted to int32 or not.

Collections such as cv::Mat rely on data type symbol.

This PR is addressed to 5.x branch first to cover `CV_64S` Mat. Later, it can be backported to 4.x

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-11-08 08:27:59 +03:00
..
3d build: transition to C++17, minor changes in documentation 2024-10-25 15:05:14 +03:00
calib calib: mark some multiview tests verylong 2024-10-07 15:37:59 +03:00
core Merge pull request #26399 from dkurt:dk/file_storage_new_data 2024-11-08 08:27:59 +03:00
dnn Merge branch 4.x 2024-11-06 08:20:12 +03:00
features2d Merge pull request #25708 from kaingwade:flann2annoy 2024-10-28 17:04:02 +03:00
flann Prevent signed integer overflow in LshTable 2024-05-24 23:47:36 +02:00
gapi build: raise min cmake version to 3.13 in other places 2024-10-30 14:39:04 +03:00
highgui Merge branch 4.x 2024-11-06 08:20:12 +03:00
imgcodecs Merge branch 4.x 2024-10-24 15:10:43 +03:00
imgproc Merge branch 4.x 2024-11-06 08:20:12 +03:00
java build: raise min cmake version to 3.13 in other places 2024-10-30 14:39:04 +03:00
js Merge branch 4.x 2024-10-24 15:10:43 +03:00
objc build: transition to C++17, minor changes in documentation 2024-10-25 15:05:14 +03:00
objdetect Merge branch 4.x 2024-11-06 08:20:12 +03:00
photo C-API cleanup: inpaint algorithms in photo 2024-10-01 20:10:35 +03:00
python Merge pull request #26399 from dkurt:dk/file_storage_new_data 2024-11-08 08:27:59 +03:00
stereo Merge branch '4.x' into '5.x' 2024-06-26 19:01:34 +03:00
stitching Merge pull request #25292 from kaingwade:features2d_parts_to_contrib 2024-10-10 17:10:22 +03:00
ts Merge pull request #26400 from vpisarev:fix_fp16_cmp 2024-11-02 12:07:48 +03:00
video Merge branch 4.x 2024-10-24 15:10:43 +03:00
videoio Merge branch 4.x 2024-11-06 08:20:12 +03:00
world cmake: use /INCREMENTAL:NO with MSVS 2015 2023-12-07 19:46:27 +00:00
CMakeLists.txt Merge pull request #25017 from kaingwade:ml_to_contrib 2024-02-27 15:54:08 +03:00