Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOT_DRAW_SINGLE_POINTS throws error #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

heaversm
Copy link

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 for `NOT_DRAW_SINGLE_POINTS'`

Not sure what the best solve is for this, but `NOT_DRAW_SINGLE_POINTS` resolves to `2`, ([reference](https://enoxsoftware.github.io/OpenCVForUnity/doc/html/class_open_c_v_for_unity_1_1_features2d.html#a49e2dcbbf32d193f057248b12c3e2412)), so I've substituted that and it seems to work fine for me locally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant