go away spammer

Author Topic: how to access on database?  (Read 2514 times)

0 Members and 1 Guest are viewing this topic.

Offline gellieramosTopic starter

  • Jr. Member
  • **
  • Posts: 15
  • Helpful? 0
  • hi.. kindly help me.. ;)
how to access on database?
« on: May 16, 2013, 01:17:22 AM »
hello everyone! can someone please help me on making an image database? i download MySql already, but i don't know how to execute it.. :( please help.. :( thank you..

Offline obiwanjacobi

  • Full Member
  • ***
  • Posts: 57
  • Helpful? 0
  • You can PIC any micro controller - what AVR!
Re: how to access on database?
« Reply #1 on: May 16, 2013, 01:26:49 AM »

Offline gellieramosTopic starter

  • Jr. Member
  • **
  • Posts: 15
  • Helpful? 0
  • hi.. kindly help me.. ;)
Re: how to access on database?
« Reply #2 on: May 16, 2013, 04:17:53 AM »
please help us.. :(

Offline jwatte

  • Supreme Robot
  • *****
  • Posts: 1,345
  • Helpful? 82
Re: how to access on database?
« Reply #3 on: May 16, 2013, 12:56:51 PM »
Where do the images come from?
How are they returned back to users?
What have you tried, and why didn't that work?
What errors are you getting?

Right now, your question sounds a lot like "I've tried nothing, and am all out of ideas."

Offline gellieramosTopic starter

  • Jr. Member
  • **
  • Posts: 15
  • Helpful? 0
  • hi.. kindly help me.. ;)
Re: how to access on database?
« Reply #4 on: May 22, 2013, 07:06:03 AM »
we haven't tried any database yet, but we are looking forward in using MySQL database..

we will use camera for the input in the system, and the database is only for the image recognition of the detected face..

Offline olivthill

  • Jr. Member
  • **
  • Posts: 23
  • Helpful? 0
Re: how to access on database?
« Reply #5 on: May 22, 2013, 04:11:30 PM »
You can store the picture in a large binary object.
Or you can leave the picture as a file in a folder, and only store the name of the folder and the name of the picture in a field of the database. This latter solution is often used, and this is the one that I recommend.

Offline jwatte

  • Supreme Robot
  • *****
  • Posts: 1,345
  • Helpful? 82
Re: how to access on database?
« Reply #6 on: May 22, 2013, 06:35:42 PM »
Also note that MySQL cannot do image/facial recognition at all. It can just store the metadata (and perhaps data) of the image.

Offline gellieramosTopic starter

  • Jr. Member
  • **
  • Posts: 15
  • Helpful? 0
  • hi.. kindly help me.. ;)
Re: how to access on database?
« Reply #7 on: May 24, 2013, 05:49:37 PM »
yes, i know that MySql is just a database.. my concern is how will i connect it to the program that i am doing,anyway, i am doing a C++ program for the facial detection and recognition.. and can you help me on how to store images or making a folder in it?

which is easier to use? MySql or Oracle?-.-

thanks guys.. you are greatly help me.. :)

Offline jwatte

  • Supreme Robot
  • *****
  • Posts: 1,345
  • Helpful? 82
Re: how to access on database?
« Reply #8 on: May 24, 2013, 10:15:21 PM »
Typically, you use the library libmysql++ to connect to MySQL from C++.
But this is something you could have found yourself in 5 minutes with a simple Google search.

 


Get Your Ad Here