Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - diseasedtoe

Pages: [1]
1
General discussions / Image Detection
« on: January 24, 2012, 06:22:27 am »
Thank you for replying on such short notice.  I will look through all the libraries and try to figure out which will work best for me.

2
General discussions / Image Detection
« on: January 23, 2012, 01:29:04 am »
Hey guys,
I was wondering if you could help me with a challenge I am facing.  I want to create a program that can detect an image in a scene, and put a box around it.  A simple example: If I had a white piece of paper with a black square on it, I would take a picture of it and my program would detect the black square and put a box around it.  Could you please point me in the right direction as to how I could approach this problem?

3
Graphics / Texture Manager (Solved)
« on: December 28, 2011, 04:09:59 am »
Hey guys,

I was wondering if you could point me in the right direction as to how to make a texture manager.  What I mean by this, is I want to have some way to keep track of the currently loaded textures.  Then lets say I wanted to load in a texture, and the manager detects that it is already loaded, it will not allow it to be loaded again, so I can save memory.

EDIT: I found this sfml extension called Thor C++ Library link: http://www.bromeon.ch/thor/

He provides all the functionality I need.

4
General / Dynamic Key Binding
« on: July 23, 2011, 01:57:00 am »
Hey guys, I actually have a problem I was hoping you could help me with.  I saw this tutorial a while back, when I using 1.6:

https://github.com/SFML/SFML/wiki/TutorialManageDynamicKeyBinding

however now that I have switched to 2.0, this no longer seems to work for me.  Can you guys help me somehow use this with sfml 2.0, or at least point me in the write direction?  Thanks in advance.

Pages: [1]
anything