0
votes
1answer
213 views
Transform arbitrary SQL SELECT TOP(x) to a SELECT COUNT(*)?
I want to be able to take any arbitrary SELECT TOP(X) query that would normally return a large number of rows (without the X limit) and transform that query into a query that counts ho …
2
votes
Facial recognition/merging software
In addition to Eigenfaces, I would look at Fisherfaces. Here is an academic paper that compares the performance of both algorithms …
1
vote
Image recognition and 3d rendering
It sounds like you want to do several things, all in the domain of computer vision.
Object Recognition (i.e. find the predefined object)
3D Reconstruction (make the 3d model …
0
votes
What is the difference between a Generative and Discriminative Algorithm?
A generative algorithm models how the data was generated in order to categorize a signal. It asks the question: based on my generation assumptions, which category is most likely t …
