opencv/modules/python/test
Dmitry Kurtaev 380caa1a87
Merge pull request #23691 from dkurt:pycv_float16_fixes
Import and export np.float16 in Python #23691

### Pull Request Readiness Checklist

* Also, fixes `cv::norm` with `NORM_INF` and `CV_16F`

resolves https://github.com/opencv/opencv/issues/23687

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
2023-05-26 18:56:21 +03:00
..
CMakeLists.txt
test_algorithm_rw.py
test_async.py
test_camshift.py
test_copytomask.py
test_cuda.py cuda: add python bindings to allow GpuMat and Stream objects to be initialized from raw pointers 2023-05-22 11:02:04 +03:00
test_dft.py
test_features2d.py
test_filestorage_io.py
test_fitline.py
test_fs_cache_dir.py
test_gaussian_mix.py
test_grabcut.py
test_houghcircles.py
test_houghlines.py
test_kmeans.py
test_legacy.py
test_mat.py
test_misc.py Merge pull request #23679 from dkurt:py_cv_type_macro 2023-05-25 15:54:41 +03:00
test_morphology.py
test_mser.py
test_norm.py Merge pull request #23691 from dkurt:pycv_float16_fixes 2023-05-26 18:56:21 +03:00
test_persistence.py
test_squares.py
test_texture_flow.py
test_umat.py Merge pull request #22959 from feuerste:parallel_mertens 2022-12-21 14:10:59 +00:00
test_watershed.py
test.py
tests_common.py fix 4.x links 2021-12-22 13:24:30 +00:00
tst_scene_render.py Remove references to deprecated NumPy type aliases. 2022-12-23 13:53:49 +03:00