Precompiled DLLs for Windows running on ARM

I would like to use OpenCV with Windows on ARM. So, consider that an ARM-based hardware platform with Windows on ARM as the Operating System is already available; somewhat like an ARM-based laptop running Windows. This is the target platform that will be used to run the opencv application.

Moreover, consider that a “conventional” X86-style platform running Windows 10/11 Pro is available, and that we already have Visual Studio installed and running. I would like to create a new VS Project (using c++; cross-compiled for ARM) to do something with opencv. I am trying to avoid having to build the OpenCV from source for an ARM Processor. Has anyone produced (and shared) ready-to-use libraries and DLLs that can be deployed under Windows on ARM?

Thanks,

Mo