Similarity Recognition

https://www.unrealengine.com/marketp…39f470f7e7aef5

Data similarity recognition (symbol, curve, waveform)

Uses the DTW (Dynamic Time Warping) method to identify the similarity degree of two-dimensional vector array progress.

Can be used for gesture \ pattern \ symbol \ shape \ waveform recognition.

Draw different symbols to release matching magic.

Identification is related to data order.
Features:

  • Use DataTable to store data for identification
  • No third-party plugins are used, all platforms can be supported
  • When finally used in a blueprint, only one function is needed

Code Modules:

  • SimilarityRecognition [Runtime]

**Check out ywt20’s other products here **: https://www.unrealengine.com/marketp…/profile/YWT20

Number of Blueprints: 0

Number of C++ Classes: 2

Network Replicated: (No)

Supported Development Platforms: (“Win” , “Mac”)

Supported Target Build Platforms: ( “Win64”, “Win32”, “Mac”, “Linux”, “Android”, “IOS” )

note:In theory it should work on all platforms, but I have no equipment to test it, if you have problems using it, please let me know.

Documentation: Link

Example Project: https://drive.google.com/open?id=181…96bGdQWzgZsj7i

Important/Additional Notes: Identification is related to data order.