Kumataro
Kumataro
Thank you for your test. I fixed it. Usually I login ssh session, but I also login GUI at same time too. So I have missed this phenomenon. ``` TEST(Highgui_GUI,...
This patch contains performance tuning. Result ------- I compare count of Instruction references. | Environment | Ir of write_mat_to_xrgb8888() | |:----------------------:|-----------:| | OpenCV 4.9(Before) | 5,911,406 | | Without SIMD...
> Proposed todo: Add RISC-V RVV and other scalable vector intrinsics support. Need to use CV_SIMD_SCALABLE macro and run-time value step in loops. Thank you for your proposal ! I'll...
I update code to support CV_SIMD_SCALABLE and tested with VMWare(AVX2) and Raspi4(NEON) with ubuntu24.04. opencv_test_highgui is passed and it called vector implementation. This logic is simple. I add AVX512_SKX LASX...
I see cvtColor implementation, and I have second idea to use cvtColor(cv::BGR2BGRA) or cvtColor(cv::GRAY2BGRA) instead of this SIMD implementation. I'l try it. Wayland requests [B8:G8:R8:X8], not [B8:G8:R8:A8]. I thought it...
Hello, I think you can use `opencv_verion` application instead of this suggestion. I'm concerned that this will create new discrepancies by separating the library and configuration results files. If this...
I think it is better to request for comment. I'm sure there are others who have other opinions. I said that separating libraries and configuration files has a trade-off between...
If we don't care about unnecessary decorations derived from C language strings( "" and "\n"s ), just adding these few lines will allow it to be installed with any name....