Using toOf from ofxCv
I found I had this same error, I think the problem is that in the ofxCv code, calling the overloaded version of toOf that takes a mat and an ofImage actually just calls the PixelsRef version...
View ArticleofxCv chessboard error
Hey Of Community! I am working on a project where I want to un-distort some video coming from a 180 degree fisheye camera. I was hoping to test out one method presented here:...
View ArticleExtending ofxGui with new widgets
hi all, @roymacdonald just realized that we worked on the same thing. your addon wasn't showing up on ofxaddons probably because it is so fresh. I wrote https://github.com/fx-lange/ofxNumEdit (not...
View ArticleOpenframeworks 0.9.0 does not work with CLR?
mutex is part of the standard library since c++11 and we use it now in a couple of places so unless visual studio updates the CLR to work with that it won't be compatible. googling a bit it seems that...
View ArticleText on 0.9.0 release
At first, the original app I wrote 2 or 3 years ago just read a file from which it extracted the text to be displayed using a ofTrueTypeFont instance. It worked with no problems at showing special...
View ArticleUsing toOf from ofxCv
this was a bug, it was fixed last week with this commit https://github.com/kylemcdonald/ofxCv/commit/005c0a7ae35e45fc505546599e06ff3b9724ac11 i had accidentally merged some changes from the "develop"...
View ArticleOpenCV detect amount of change
Hi all, Can someone point me in the right direction how I can find out an amount of change in an image? I'm using background subtraction (based on the openCV example) but I would like to trigger...
View ArticleMicrosoft Surface Anyone?
I have used the MS Opentech Universal App branch (https://msopentech.com/blog/2014/07/03/openframeworks-developers-can-now-create-universal-apps-for-windows/) for both MS Surface Pro and Windows Phone...
View ArticleofxStk, Synthesis ToolKit addon
hey, had the same problem and got it to work deleting Messager.cpp from /src/Since I don't use midi from ofxStk it was no problem.
View ArticleText on 0.9.0 release
the thing is that I was reading an excel file using a very basic library I found.I understand that there might be some os related issues, but the strange thing is that before it used to work fine,...
View ArticleofParameter
good idea.The std::function addition would be awesome.Let me know if there's anything I can do. best
View ArticleFlash of white when starting app in OF_FULLSCREEN on mac
i'm trying to tie a couple of OF apps together with a controller app and child apps. My initial idea was to have a black background on the desktop and have the of apps all start up with a fade from...
View ArticleFlash of white when starting app in OF_FULLSCREEN on mac
also, there is a white flash as the app is exiting in both OF_FULLSCREEN and OF_GAME_MODE.
View Article0.9.0 Release Candidate 1
Hello, Is there some instructions on how to use 0.9.0 with MinGW and MSYS? Or a guide on how to migrate projects ?I used to work with CB/MinGW but I don't know how to use the new method.. It's not...
View ArticleMy partial circle looks weird
I've pasted the code below. the end result is broken partial circle (with correct angle and position), and the color is always white. it looks like i went into mspaint and used the spraycan. I assume...
View ArticleWhere to get OF for VS2013 and C++11
Are there features in VS2015 that will be needed to run the latest version of oF that arent in VS2013 (or 2012). Not everyone can keep up with the latest VS version unfortunately...Thinking of C++11...
View Article0.9.0 Release Candidate 1
I'm about to dive in and test this out. Looking forward to it. What latest version of Visual Studio is now supported? Thanks!
View ArticleWhere to get OF for VS2013 and C++11
The problem is that the binary libraries we pack with the release are not compatible among versions so we have to decide which version to use. If we chose to stay on 2012 there would be people who...
View Article