Accord.NET Comparing two images to determine similarity

后端 未结 2 1209
谎友^
谎友^ 2020-12-06 22:34

I would like your advice as to why the code might be becoming unresponsive and how to fix it.

I am using Accord.NET to compare images. The first stage of my project

相关标签:
2条回答
  • 2020-12-06 22:51

    Problem was my PC. After some time processing the calculation finishes.

    Thanks,

    0 讨论(0)
  • 2020-12-06 23:11

    For KNearestNeighborMatching to decide, it is necessary to put
    Accord.Imaging and Accord.Vision.

    0 讨论(0)
提交回复
热议问题