Kumataro

Results 48 comments of Kumataro

Thank you very much! And I'm sorry that pull request for this issue will be delayed 2-3 weeks. This fix will change some output images, and regression test is needed....

Thank you for waiting and this is only progress report.. >I’m trying to add opencv_contrib/module/freetype/test and opencv_extra/testdata/freetype for regression test. Last and this weekend, I wrote test program, it seems...

The results in the ARM environment were NG. > If there is no trouble, I will create pull request. I ran the test program on the Tinker Board (ASUS), which...

For centos, following packages are needed. ``` $ sudo yum -y install freetype-devel $ sudo yum -y install harfbuzz-devel ``` After that, pkg-config can be detected these. ``` $ pkg-config...

I see CMakeFile of `imgcodecs`. Like it , freetype2 wrapper is able to to build for java too I think. ### Step 1. installing harfbuzz and freetype2 libraries to enable...

This is sample code. I tried it with ubuntu 22.04-dev and OpenCV/Contriv 4.x. Could you try with it ? ```Makefile SimpleSample.class : SimpleSample.java javac -classpath lib/opencv-455.jar SimpleSample.java run : SimpleSample.class...

Building has been started yesterday, but there are 2 warnings. https://pullrequest.opencv.org/buildbot/builders/precommit-contrib_windows64/builds/100489/steps/compile%20release They will be fixed by https://github.com/opencv/opencv/pull/24512

Perhaps you use OpenCV 4.5.4 with OpenCV Contrib 4.x. Version mismatch between OpenCV and OpenCV Contrib makes these errors. Please could you update OpenCV to latest 4.x branch if you...

One ideal is to modify the source code so that the build will pass. However, the issues blocking this build did not surface 1 year after https://github.com/opencv/opencv/issues/23329 . Therefore, I...