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 undistort function for points returned values in -1 to 1 range that didn't match up with the results of the undistort function for images. This request applies the correct...

Hello, I'm working on a color tracking application on RPi 3, your addon has been a great help to prototype on my mac but I cannot get it work on...

set follower label before calling the setup method

Still debugging this but when you do : ``` finder.setMinArea(10); finder.setSortBySize(true); finder.findContours(diff); ``` and draw just the 1st polyline,it flickers all over -- when you do just ``` finder.setSortBySize(true); finder.findContours(diff);...

Wrapping k-means for unsupervised color clustering. I don't know why the opencv's k-means implementation returns properly classified segments, but the cluster centroids look odd. In this [example](https://github.com/valillon/DepthParallaxPainter) I had to...

I have found two examples y others using ofxCV and OpenCV that refer to StereoBm, but I am having trouble getting any of these files to compile. Do you have...

ofxCv::applyMatrix does not work with programmable renderer. `glMultMatrixf` assumes fixed pipeline and won't pass the matrix to the shader. I've removed this helper and updated the code to use `ofMultMatrix`...

Hi, I would like to know if you are going to add OCL and GPU support in the future? With kind regards, Martijn

I cannot seem to compile anything with ofxCv (stable branch) and of 0.9.8 release or of github stable branch. I get the same error for all combinations: ``` 1>opencv_core310.lib(persistence.obj) :...

I am trying to use vector ContourFinder::getConvexityDefects(unsigned int i); but am getting these errors: "Stack around the variable 'hull_header' was corrupted" and "Stack around the variable 'contour_header' was corrupted." I...