Alexander Alekhin
|
f4d55d512f
|
imgproc: fix bit-exact GaussianBlur() / sepFilter2D() (#15855)
* imgproc: fix bit-exact GaussianBlur() / sepFilter2D()
- avoid kernels with bad approximation
- GaussiabBlur - apply error-diffusion approximation for kernel (8-bit fraction)
* java(test): update features2d ref data
* test: update test_facedetect
|
5 years ago |
utibenkei
|
03382d29cc
|
Merge pull request #14693 from utibenkei:fix_java_simpleblobdetector
* java: fix java SimpleBlobDetector
* add SIMPLEBLOBFeatureDetectorTest
* add package org.opencv.test.features2d;
* fix SIMPLEBLOBFeatureDetectorTest
|
6 years ago |
Dmitry Kurtaev
|
6fbcb283b9
|
Try to fix "enum struct" wrapping for Java
|
6 years ago |
Alexander Alekhin
|
a574788e89
|
move legacy C-API constants into separate files
|
6 years ago |
Alexander Alekhin
|
5fb0f34e8a
|
Merge pull request #12570 from alalek:drop_usrtype1
* core: drop usage of CV_USRTYPE1 in OpenCV
avoid OpenCV crashes due size change CV_ELEM_SIZE(CV_USRTYPE1): 8 -> 2
* ! fix persistence internal types
|
6 years ago |
berak
|
6ddef3b7a9
|
features2d: remove deprecated java wrappers
|
7 years ago |
abratchik
|
f978ee613e
|
fix for #7510, #7511 and #7512
|
8 years ago |
abratchik
|
78874c568e
|
fix java wrapper autotests
|
8 years ago |
Maksim Shabunin
|
457123027e
|
Modified java wrapping mechanism
|
10 years ago |