Kumataro

Results 48 comments of Kumataro

Hello. 1. Please could you use English ? Translation is needed. 2. For cross compiling, OpenCV propose to use `-DCMAKE_TOOLCHAIN_FILE` option. It is better to custom to suitable your environment....

This is appendix. I tried at Ubuntu23.04 on x86-64 for arm64 with direct-setting, It seems be ok. However, this is not recommended. ```diff kmtr@kmtr-VMware-Virtual-Platform:~/work/opencv_contrib$ git diff -c diff --git a/modules/freetype/CMakeLists.txt...

BTW, Ubuntu supports multiarch. >In this case, you should set correct CMAKE_SYSROOT, PKG_CONFIG_PATH, and ..., If you can set correct environment parameters, cmake with pkg-config works well. I try ubuntu22.04...

I think this issue can be closed with https://github.com/opencv/opencv/pull/24629 in now.

Hi, this problem is reproduced in my environment, ubuntu 20.4. (but I tried with GCC9 instead of GCC11 and without libjasper-dev.) Following is reproduced steps. It seems that step3 targets...

I believe that iCtoL is determined with font glyph path data, so it should be care about the range of it more than before. - if `iCtoL` == 0, dounle...

Test is failed, but it is about unexpected module/function. Maybe it is missjudgement. I believe this file doesn't reference to freetype module. - https://github.com/opencv/opencv_contrib/blob/4.x/modules/ximgproc/misc/python/test/test_sparse_match_interpolator.py Test result is here. - https://github.com/opencv/opencv_contrib/actions/runs/6809972475/job/18519821850?pr=3585#step:88:350...

Hello, I think this problem is related with https://github.com/opencv/opencv_contrib/pull/3285 . I tried Ubuntu 20.04LTS with official Qt 5.12.8 apt packages, but there are no problem. cvv module has workaroud to...

Hi. As first, if you're not using the latest code, it's hard to fix bugs in previous versions. If possible, I would like you to apply 3.4.19. This problem seems...

1. OpenCV 3.4.10 had been released at 3 years ago, so it is too old. https://github.com/opencv/opencv/releases/tag/3.4.10 2. OpenCV 3.4 will not release officially in the future. ( https://github.com/opencv/opencv/wiki/ChangeLog#version3420 ) The...