Rafael Redondo

Results 4 issues of Rafael Redondo

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...

All generator and discriminator types implemented here are made of either `block()` or `block_no_sn()` modules, which either way have internally a residual connection `x_0 + x` by default. However, in...

Hi @boukhayma , First thing, thank you for your work and releasing the code. I refurnished it to make it work over the webcam. ![output](https://user-images.githubusercontent.com/2164412/76073168-7e310c00-5f99-11ea-8110-25108a939615.gif) On the above example, while...

Hi @obviousjim, I just made some running changes for allowing both `glm` and legacy OpenGL support by using `ofxDefaultVec`. I also documented and cleaned the code, including some variable renaming,...