Top "Image-recognition" questions

Classification of a detected object into different known categories.

InvalidArgumentError: Expected dimension in the range [-1, 1) but got 1

I'm not sure what this error means. This error occurs when I try to calculate acc: acc = accuracy.eval(feed_…

python machine-learning tensorflow image-recognition data-science
Using MNIST DATABASE for digits recognition.

I am trying to use the MNIST DATABASE in order to recognize hand written digits. What I have so far …

matlab image-recognition digit handwriting mnist
How do I find a rectangle in a photo using iphone?

I will need to identify, rotate and crop a rectangle(business card) from a photo took from an iphone. I …

iphone ipad image-processing opencv image-recognition
Recognizing an image from a list with OpenCV SIFT using the FLANN matching

The point of the application is to recognize an image from an already set list of images. The list of …

c++ opencv image-recognition sift flann