|
|
Aaron Meyers
Brooklyn, NY
Posts: 71
|
I get some errors when I try to build the project. I'm running 10.5.8 and Xcode 3.1.4
I'm attaching a screengrab of the errors panel...
|
|
|
|
Logged
|
|
|
|
|
stevevarga
|
Man Theo this is so sick...
Amazing you're sharing all the source code, really interested in seeing how one put an app as complicated as this together...
The ferns library sounds really awesome, markerless tracking is so much cooler....
Thanks for making this all available!
|
|
|
|
|
Logged
|
|
|
|
theo
Administrator
Amsterdam
Posts: 1090
|
I get some errors when I try to build the project. I'm running 10.5.8 and Xcode 3.1.4
I'm attaching a screengrab of the errors panel... Ahh yeah sorry you have to set the active SDK to 10.5 - then it should compile fine. Cheers! Theo
|
|
|
|
|
Logged
|
|
|
|
theo
Administrator
Amsterdam
Posts: 1090
|
Man Theo this is so sick...
Amazing you're sharing all the source code, really interested in seeing how one put an app as complicated as this together...
The ferns library sounds really awesome, markerless tracking is so much cooler....
Thanks for making this all available! No problem - the code is not 100% super clean but hopefully it is interesting to check out!
|
|
|
|
|
Logged
|
|
|
|
boba
Posts: 42
|
Hi Theo,
Any suggestions how to compile this on windows (specifically, ofxFernCameraDemo)?
Thanks.
---Bo
|
|
|
|
|
Logged
|
|
|
|
|
sebben
|
This is so amazing.
Thank you for sharing this even though it is so depressing to see in detail the complexity that others have mastered.
I guess it is all about small steps, practice, patience & determination.
|
|
|
|
|
Logged
|
|
|
|
thedofl
NYC, USA
Posts: 67
|
This is amazing and great source to learn of. Thanks you for sharing source files.
|
|
|
|
|
Logged
|
|
|
|
kikko
Paris - France
Posts: 33
|
ooohh.. this is really fantastic
|
|
|
|
|
Logged
|
|
|
|
|
q-o-o-p
|
:shock: :shock: :shock: :shock: :shock:
|
|
|
|
|
Logged
|
|
|
|
|
saintefan
|
This is great! Very inspiring. I've begun digging through the code but I'm having trouble getting it to compile in XCode version 3.0 on os x 10.5.7. The error I'm getting is: Invalid value '4.2' for GCC_VERSION
Has anyone had a similar issue, or knows what this means?
|
|
|
|
|
Logged
|
|
|
|
theo
Administrator
Amsterdam
Posts: 1090
|
If you got to Project->Edit Project Settings and go down to compiler version - you could try changing it to GCC 4.0
I think its because you have an earlier version of xcode.
Cheers! Theo
|
|
|
|
|
Logged
|
|
|
|
kylemcdonald
View admin
Brooklyn
Posts: 1165
|
Just had a chance to look at this... it's so good!
I like that you didn't go the standard augmented reality route, but used the magazine as a controller instead.
I like the way it looks, you really work seamlessly with Emily, it's incredible.
The subtle view-change effect is awesome.
I like the fact that, as you go further in one direction, you have to retrace your entire path to even begin exploring the other direction. It's a nice tension.
Any problems reported yet by people who have their cameras left/right flipped by default?
Are the blurry background clouds preprocessed or using blur shaders?
|
|
|
|
|
Logged
|
|
|
|
theo
Administrator
Amsterdam
Posts: 1090
|
Hey Kyle! Thanks so much for the nice comments! Any problems reported yet by people who have their cameras left/right flipped by default?
Are the blurry background clouds preprocessed or using blur shaders? Ahh no - didn't think of that ( mac users don't get such luxuries ; ) We had to do no shaders because we were a bit worried about graphic card shader issues across different types of hardware. So the blurry clouds are preprocessed. We did want to do some subtle DOF shaders to change where the user is focusing - might still do for another version of the project. shaders would def be a lot of fun to hook in! Cheers! T
|
|
|
|
|
Logged
|
|
|
|
yaya
Shanghai
Posts: 58
|
it's awesome man cannot wait to give it a try p.s. guys in cvLAB are really fantastic! i've been studying on their papers and codes for a long time. i've also tryed to hack Fern, but always get errors. hope i can gain something through your code thanks again theo
just tried your ofxfern i'm using windows XP and VS2008 and got lots of errors. some are related to highgui.hpp. after solve this, i got the following errors:
1>buffer_management.obj : error LNK2019: unresolved external symbol _uncompress referenced in function "bool __cdecl load_managed_image_in_pakfile(class std::basic_ifstream<char,struct std::char_traits<char> > &,struct _IplImage * *)" (?load_managed_image_in_pakfile@@YA_NAAV?$basic_ifstream@DU?$char_traits@D@std@@@std@@PAPAU_IplImage@@@Z) 1>fern_based_point_classifier.obj : error LNK2001: unresolved external symbol _uncompress 1>bin\opencvExample_debug.exe : fatal error LNK1120: 1 unresolved externals
i guess they are because the zlib thing. but i've add the zlib.h, zconf.h, zlibstat.lib and zlibwapi.lib(version 1.2.4) can you help me with this?
p.s. i find that OF always load a zlib.dll. so is there a way to use zlib.dll directly instead of using zlibstat.lib? maybe using zlib.dll directly can solve this problem
|
|
|
|
|
Logged
|
|
|
|
|