-
Also, more careful memory management of the simplified transform in AlgorithmCore
-
Rather than saving the Transform and distance strings of an algorithm together, in stored files, save the transform and distance descriptions separately. Also introduce an enum allowing for the serialization of algorithms which use gallery comparison transforms, rather than distances as their comparison function. Update pre-trained algorithms, this only requires updating the algorithm files themselves, transforms saved via LoadStore are unaffected.
-
the commit.
-
These will certainly not compile in the current codebase.
-
In windows, instead of using OpenCV_DIR, look for the opencv binaries relative to OpenCV_LIB_DIR, this works with the pre-built opencv distribution for windows.