ofxCv icon indicating copy to clipboard operation
ofxCv copied to clipboard

Alternative approach to interfacing with OpenCv from openFrameworks.

Results 49 ofxCv issues
Sort by recently updated
recently updated
newest added

The current method is ok, but a "correct" method similar to https://github.com/kylemcdonald/ofxAssignment would be ideal. the best solution here is probably to use lapjv, which solves small and large problems...

the initial idea for ofxCv is that it could ship with a bunch of other opencv-adjacent tools, but it's clear now that won't happen.

Hello, On Windows 10, OF 0.10, ofxCv master branch, VS 2017, I can build and run the example contour-tracking without problem. But adding: `contourFinder.setSortBySize(true)` in the setup will make the...

Is it possible to put one or two words to tell what each example is supposed to do ? It's sometimes obvious, sometime not at all

I am seeing an issue where when I set features before calling flow and read the features back they are the same. I can see that the features are actually...

Hello Kyle, I want to get the `current` vector, because when blobs are being undetected but young enought in the traker, they are still usefull and I need their internal...

I have looked at the code but it I am not able to figure out what "ignoreForeground" really does. When I select it, it seems to not learn new things....

I was hoping someone could shine some light on setLearningTime() - i taking an initial background reference - the threshold image is all black (that's good) - then people enter...

Just wanted to open an issue to track the problems a number of people are having using ofxCv under Linux(X11): https://forum.openframeworks.cc/t/ofxcv-macro-error-on-x11/26022

I struggled for a few hours trying to understand why the result of `undistort` with my calibration data was always an image with no size. In my case, my `ofApp::update`...