Best way to access data from pixel array
in
Programming Questions
•
2 years ago
Some friends at work want to develop an in-and-out tracking program. Now you can use any programming language you prefer.
I want to use processing however I want to access the database using sql and also store the data in images using the pixels.
I know basic SQL but how can I develop an algorithm to search the images based on specific criteria ?
Example
Database name : Employee.dbf
Name : Owaun
Age : 33
Occupation : Computer Programmer
Location : In_house
A basic sql is
Select * from employee where Location = "in_house"
How would it best to develop an algorithm to search images where this data is stored ?
Any ideas?
I want to use processing however I want to access the database using sql and also store the data in images using the pixels.
I know basic SQL but how can I develop an algorithm to search the images based on specific criteria ?
Example
Database name : Employee.dbf
Name : Owaun
Age : 33
Occupation : Computer Programmer
Location : In_house
A basic sql is
Select * from employee where Location = "in_house"
How would it best to develop an algorithm to search images where this data is stored ?
Any ideas?
1