This asset is a Marker-Less Augmented Reality Example using the actual environment as input instead of printed square markers and display 3d model in WebCamTexture in real-time.
Assets/MarkerLessARExample/MarkerLessAR/DebugHelpers.cs(66,28): error CS0117:OpenCVForUnity.Features2d' does not contain a definition for NOT_DRAW_SINGLE_POINTS'
Not sure what the best solve is for this, but NOT_DRAW_SINGLE_POINTS resolves to 2, (reference), so I've substituted that and it seems to work fine for me locally.
Assets/MarkerLessARExample/MarkerLessAR/DebugHelpers.cs(66,28): error CS0117:
OpenCVForUnity.Features2d' does not contain a definition forNOT_DRAW_SINGLE_POINTS'
Not sure what the best solve is for this, but
NOT_DRAW_SINGLE_POINTS
resolves to2
, (reference), so I've substituted that and it seems to work fine for me locally.