EnoxSoftware / OpenCVForUnity

OpenCV for Unity (Untiy Asset Plugin)
https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088
550 stars 172 forks source link

Surface Matching contrib sample #180

Open tv-gc opened 5 months ago

tv-gc commented 5 months ago

Hi!

I would like to ask if it would be possible to port this sample code

https://github.com/opencv/opencv_contrib/tree/master/modules/surface_matching

to opencvforunity?

Cheers!!

EnoxSoftware commented 5 months ago

Thank you for your inquiry.

Unfortunately, the surface_matching module is not supported by OpenCVForUnity. https://enoxsoftware.com/opencvforunity/documentation/support-modules/

Regards, EnoxSoftware

tv-gc commented 5 months ago

Would it be possible to explain why it is not supported?

Thank you

EnoxSoftware commented 5 months ago

Since OpenCVForUnity is being created as a clone of opencv java, there are no plans to add a surface_matching module at this time. https://docs.opencv.org/4.9.0/javadoc/index.html

Regards, EnoxSoftware

tv-gc commented 5 months ago

If i were to port it myself, would i be able to or is there any limitation that would prevent me from doing so?