Classification of a detected object into different known categories.
0
votes
2answers
24 views
Effective reasonable indexing for numeric vector search?
I have a long numeric table where 7 columns are a key and 4 columns is a value to find.
Actually I have rendered an object with different distances and perspective angles and have calculated Hu ...
0
votes
1answer
57 views
Good tools for analysis of TEM images in python [closed]
So I have TEM images, that look like this:
Is there a python module that can look at this picture and tell me where all the atoms (circles) are?
The picture quality of the TEMs are pretty bad so ...
0
votes
1answer
30 views
Simple image recognition for streaming video
I am looking for a way to identify a line from streaming video coming from the camera. For example, say that I draw a line on a paper. I then want the app to be aware of wether or not the line is ...
1
vote
1answer
36 views
Recognize basic shapes in binarized image using OpenCV
How can I recognize some basic (usually rotated) shapes:
circle,
"empty" circle,
cross,
empty triangle,
using OpenCV? What's the most straightforward way? It would be nice if the user could ...
-1
votes
0answers
21 views
Can I create an electronic name tag for five identical cats in a video clip?
Let's say that I have five cats in a video clip. All of the white cats are identical to each other. Now, I want to differentiate between the cats in the video clip. Is there any way that I can add a ...
1
vote
1answer
56 views
opencv and python: how to use cv2.surf() with mask
I am a newbie at opencv and python and am trying to collect keypoints and descriptors of faces within an image.
I am using HAAR cascade classifier with frontal face template to look for faces in an ...
-2
votes
0answers
40 views
identifying and recognition of shoes [closed]
I am trying to IDENTIFY(not an priority) and RECOGNIZE shoes from a particular brand based on their model/style/appearance. Recognizing the model of the shoe is the priority as all the shoe images ...
-2
votes
2answers
55 views
Measure height, width (and distance ?) of person using camera
I'm doing research before writing an android app.
The goal is to be able to get person body measurements using android phone. And I have few questions:
Is there a library to recognize person body ...
0
votes
1answer
71 views
How to recognize a parking lot using OpenCV / JavaCV?
I'm trying to recognize a parking lot using JavaCV
I have a image like this (with angle):
Original Image
And I would like the software to be able to recognize the places and stands out, getting the ...
0
votes
2answers
178 views
Augmented Reality + Realtime Image Recognition on iPhone
I am not sure if this question has been asked before or not, but I want to know what frameworks do I need to explore in order to do augmented reality with image recognition for iOS.
Basically to ...
2
votes
2answers
165 views
Pre-processing before digit recognition with KNN classifier
Right now I'm trying to create digit recognition system using OpenCV. There are many articles and examples in WEB (and even on StackOverflow). I decided to use KNN classifier because this solution is ...
2
votes
1answer
69 views
OpenCV: How to detect thick red lines and their contours from the picture provided
What solution you could suggest to detect thick red lines and their contours from the pictures attached? I use OpenCV.
Thank you in advance!
0
votes
1answer
70 views
Wich methods can i use to recognize characters/letters without an OCR?
I want to know if there are some methods to recognize letters (my case is a little easier, i need to recognize only capital letters) without using an OCR.
At the moment my application can produce a ...
0
votes
0answers
60 views
Optimal Resolution and Training Set for Feature Based Image Recognition
I am again curious.
I am using Android NDK with OpenCV which allowed me to set up pretty robust environment to test out different binary algorithms such as BRIEF, BRISK, FREAK and ORB. My problem ...
0
votes
3answers
156 views
Local Thresholding or Binarization of Text in an image
Im developing an application to exctract text in C# in different light condition.
My problem is that sometimes there are different brightness levels in the image, like this:
So i cant utilize a ...
0
votes
0answers
33 views
How could I recognize a specific image within a photo that contains that image? [closed]
For a hackathon, I'm thinking of using a phone to take a photo of a one page document (photos and text), and then having a server component figure out which out of the N (let's say smaller than 100 ...
0
votes
2answers
63 views
Algorithm to filter out photographs out of a bunch of random images
i need a way to determine wheter a picture is a photograph or not. I've got a bunch of random image files (paper document scans, logos and of course photographs taken by a camera) and i need to filter ...
0
votes
0answers
39 views
Mark (pattern) image recogniotion software
I'm looking for a opensource software that could be used for mark recognition.
Given an input image file and mark, it would find location of that mark on image (or in general transformation matrix ...
0
votes
0answers
65 views
How to recognize face programatically in iPhone?
Right now I am working on an app. In this app I want to add a new feature. In this app you can log in by your face recognition means if registered User's face verified then he can log in otherwise no. ...
0
votes
1answer
106 views
OpenCV parallel lines cull
I have an algorithm that simply goes through a number of corners and finds those which are parallel. My problem is, as shown below, that I sometimes get false positive results.
To eliminate this I ...
0
votes
1answer
96 views
What is the simplest way to identify seperate shapes in binary image?
So I have the following image:
Now I wish to find the center point of each individual disconnected shape. I would also like to find the width and height if possible.
I'm using Java and the ...
0
votes
2answers
100 views
Image/scene recognition
Hi guys I'm looking for a solution to that enable a user compare a image to a previously store image. For example, i take a picture on my iPhone of a chair and then it will compare to a locally store ...
0
votes
1answer
20 views
Is it possible to do object recognition of a movie file (mp4, mov,…)
Is it possible to do object recognition of a movie file (mp4, mov,...)?
For example, stream a movie and look for objects or people and determine who the person is or what products are in the movie?
...
1
vote
1answer
111 views
How to set Tesseract 2 to read a SINGLE char in C#?
Im writing a simple OCR in C# and im using tesseract 2.0
In my program i will recognize ONLY capital letters.
For this reason im using:
Tesseract ocr = new Tesseract();
...
-1
votes
1answer
87 views
Image recognition and GUI scripting library for IPython? [closed]
I would like to create a Python script (I develop in iPython Notebook) which clicks around in a GUI according to an algorithm that I create, and then takes a screen shot before moving onto the next ...
3
votes
1answer
74 views
iqengines demo app crashes
I'm trying to integrate iqengines sdk in my app(https://github.com/iqengines/iqe-android-sdk). i started with their demo app which i could not run properly.Installed Android NDK and Cygwin 1.7. also i ...
-1
votes
1answer
69 views
Getting Weird Results From Sklearn SVM Models
I am attempting to train a support vector machine from scikit-learn, but I dont seem to be getting any results and Im wondering if any svm or scikit learn experts out there might know why. Here is ...
0
votes
1answer
94 views
Cryptic Error Message from Scikit Learn Svm Fit
I am attempting to train a support vector machine with scikit learn using these docs but I am getting an error message I do not understand. Am I doing something wrong?
Here is my script. The idea ...
0
votes
2answers
106 views
Passing Camera.MAIN in Unity3D to android java method
i'm working on integrating image recognition app using Moodstocks SDK ,
to start the scanner in moodstocks i must use a surfaceview (Camera) , all works fine when i do it in eclipse , but i want to ...
2
votes
1answer
234 views
How to speed up frame rates in MATLAB? [duplicate]
The question itself.
I'm currently developing a real-time image recognition software with MATLAB, and I'm having some trouble trying to speed up the frame rates with my webcam. Even when I process ...
4
votes
1answer
131 views
Recognize a simple Letter
I am trying to determine a an accurate and fast, computational wise, method to recognize a simple capital letter in an image.
I only need to recognize A-Z letters range (only Capitals and no special ...
0
votes
1answer
124 views
Neuroph Image Recognition and Android Error
i'm trying to create an image recognition app for android using Neuroph Framework an Eclipse but i keep getting this errors
(Using the 2.7 framework version)
03-26 17:05:20.533: ...
0
votes
1answer
316 views
android : using opencv for image recognition
I want my android app to recognise millions of images. So i want to know if openCv is a choice for this solution. I want an image to be compared against a huge ( millions ) of reference images and ...
-1
votes
1answer
272 views
Number Recoginition Algorithm/Guideline in Image Processing [closed]
I am trying to learn image processing and i set myself an objective in that regard. A Number Recognition System.
and so i took An Introduction to Digital Image Processing with Matlab by Alasdair ...
0
votes
0answers
103 views
Using JavaCV to detect images based on a repository?
I'm attempting to use some kind of neural network to basically learn based on the repository I give it and recognize the object in other images. Everything I've seen points to JavaCV but I can't find ...
4
votes
2answers
101 views
Open/closed hand recognition: a simple method
I'm searching for a simple method to recognize if an hand is open or closed.
I'm using C# and EmguCV, but this is not significative in this context. I only need a "pseudo-code" that describes what I ...
1
vote
0answers
50 views
Which API should I choose?
I'm building Windows Phone application and I would like to add image recognition to it. I've looked over several libraries like OpenCV and AForge.net. I also looked at Moodstocks API, IQEngine, SURF ...
0
votes
1answer
69 views
Recognize line on image [closed]
How can I recognize ray of light in photo like there:
http://imageshack.us/a/img545/5652/img1zr.jpg
In results I want to draw line and mark the boundaries of light.
Later I want recognize ray of ...
1
vote
0answers
106 views
DTW Dynamic Time Warping implementation in Ruby? [closed]
Does anyone know of a DTW (dynamic time warping) implementation in Ruby?
I know mlply has a Python implementation but I'd rather use Ruby for this project.
Any Help is much appreciated!
3
votes
1answer
223 views
Best-fit a rectangle over a 2D blob
I have a binary blob (see image), and I want to fit a rectangle of known width and height over it.
How can I find the optimal fitting rectangle, i.e. the one where the maximum of foreground pixels ...
0
votes
0answers
231 views
Recognition of numbers in images(Matlab)
I am learning image processing and i am trying to start my first project, that is Simple number recognition in an image.
So far i have applied thresholding to the image. Now i would like to know some ...
0
votes
0answers
256 views
Scale Invariant Template Matching
I am trying to solve the problem of template matching, wherein we have been given a pattern image I have to find whether that image exists as a sub-image inside an image i.e. source/search image.
I ...
0
votes
0answers
136 views
Can't train OpenCV CascadeClassifier to detect company logo
I'm trying to train CascadeClassifier from OpenCV to detect a simple high-contrast company logo, but it doesn't work. What it detects looks like just random image patches. It doesn't even work on the ...
0
votes
2answers
218 views
Extract numbers from specific image
I am involved in a project that I think you can help me. I have multiple images that you can see here Images to recognize. The goal here is to extract the numbers between the dashed lines. What is the ...
2
votes
4answers
186 views
Where to start with Computer Vision [closed]
I am a complete newbie when it comes to computer vision.Keeping in mind that I'm good at C++, can somebody recommend me a good book for computer vision?The software I design shall be very efficient ...
0
votes
0answers
106 views
Tesseract recognition
I use tesseract for text recognition in scenes with context. For example this is one of the example images from ICDAR dataset
after segmentation i getting this, and pass to tessaract as a binary ...
1
vote
0answers
788 views
Augmented Reality for iOS - Where to start? [closed]
I’m trying to get started with Augmented Reality but mostly when i done some search i came up with a lot of SDK's and Frameworks and tutorials, but non of them have any good description for the AR ...
7
votes
3answers
478 views
Recognizing similar shapes at random scale and translation
Playing around with finding stuff on a graphical screen, I'm currently at a loss about how to find a given shape within an image. The shape in the image could have a different scale and will be at ...
2
votes
1answer
2k views
Are there any free image recognition APIs out there?
I am looking for an image recognition API that I can use in an application to group pictures of the same objects/landmarks, and if possible tell me a bit about the objects in the picture.
I came ...
-2
votes
1answer
356 views
3D Object Recognition for Augmented Reality [closed]
I'm very new to computer vision and image processing so I apologize if this question seems rudimentary or something I should have been able to find on my own. I need to write a program that can target ...


