image-recognition

What are good features for classifying photos of clothing? [closed]

狂风中的少年 提交于 2020-01-11 15:31:31
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 6 years ago . I want to build a clothing classifier that takes a photo of an item of clothing and classifies it as 'jeans', 'dress', 'trainers' etc. Some examples: These images are from retailer websites, so are typically taken from the same angle, typically on a white or pale background --

Draw rectangle on button click in C#

懵懂的女人 提交于 2020-01-07 09:22:17
问题 I have form in which background is transparent. I have a button on the form. When I click the button, screenshot of the transparent area is taken and the screenshot is analyzed for a certain reference-image, and if the image is found, a rectangle should be drawn around the reference-image. For now nothing happens when I press the button. I'm using BotSuite Dll, provided here: http://www.botsuite.net/. I My code for the button click is as follows: private void button1_Click(object sender,

Image Recognition with Scalar output using CNN MXnet in R

泪湿孤枕 提交于 2020-01-06 05:28:53
问题 So I am trying to use image recognition using the mxnet package in R using a CNN to try and predict a scalar output (in my case wait time) based on the image. However, when I do this, I get the same resultant output (it predicts the same number which is probably just the average of all of the results). How do I get it to predict the scalar output correctly. Also, my image has already been pre-processed by greyscaling it and converting into the pixel format below. I am essentially using images

pytesseract,WindowsError: [Error 2] The system cannot find the file specified

痞子三分冷 提交于 2020-01-03 17:01:20
问题 I am new to text extraction.when i try to extract text from a png image using pytesseract as from PIL import Image import pytesseract s=Image.open('d:\\test.png') print(pytesseract.image_to_string(s)) I am getting error as Is this the problem of image(test.png).the test.png is the image of a number plate.Should i need to install anything else. 回答1: according to the PyPi information there is a perquisite that you are missing: Install google tesseract-ocr from http://code.google.com/p/tesseract

Is there a way to get the color of a recognized object inside a picture?

↘锁芯ラ 提交于 2020-01-03 08:49:11
问题 I am using Tensorflow in order to recognize object in a provided picture , following this tutorial and using this repo I succeed to make my program return the object inside a picture . For example this is the picture I used as input: and here's the output of my program : All I want is to get the color of the recognized item (red jersey for the last case),is that possible ? Here's the code (from the last link just with small changes) /* Copyright 2016 The TensorFlow Authors. All Rights

License plate recognition using OpenCV

痴心易碎 提交于 2020-01-01 02:44:12
问题 I have a project where I need to identify the license plate of a car using OpenCV. I want to load an image of a number or a letter and let OpenCV identify it and print it to the console. Is there a function do this? If not, how can I do it? Note: I am working on gray level Please help, I have to make it a week from now thank you for your fast answer I am working with Microsoft Visual C++ 2008 Express Edition and about library the following libraries are whwat i used: "C:\Program Files\OpenCV

How to recognize an area in an canvas via javascript [duplicate]

最后都变了- 提交于 2019-12-25 07:58:42
问题 This question already has answers here : How can I perform flood fill with HTML Canvas? (3 answers) Closed 4 years ago . This image is loaded in an html5 canvas. If a user presses at any point inside the square, I want to fill this area with a color. But just inside, the color stops at the black lines. You can think about the fill tool like in Windows Paint. How can I solve this? Are there libraries for javascript for such a function to start with? 回答1: What you are looking for is called a

Generating Grayscale Values Of An Image

你离开我真会死。 提交于 2019-12-25 06:23:34
问题 I have trained a model (on the famous MNIST data) to learn to identify images of digits from 0 to 9. The intensity values were provided as feature sets. Now I want to test the model myself, for that I want to say write a number on MS Paint and run through the model. I know how to use PNG package to convert the image to grayscale values but I need help in creating the image with similar range of grayscle. Currently when I try to draw in Paint it ranges from 0:255, unlike in the training set

How to get the Clarifai' Android SDK?

与世无争的帅哥 提交于 2019-12-25 03:26:34
问题 I want to build a simple application to where I use Clarifai's Image recognition feature without an internet connection. But according to Clarifai's documentation, Clarifai's Android SDK is still in a private beta version and we need to request them to get it. But they did not reply me. Is there any other way I can get it? My main objective is to develop a simple application to demonstrate the use of Clarifai's Image recognition feature without an internet connection using their Android SDK.

Get a screenshot from a specific process/program and process a simple pattern recognition on it

白昼怎懂夜的黑 提交于 2019-12-25 02:12:10
问题 What specifically I need to do. On the click event of a button in my Web Application. I need it to capture a screenshot. without bringing the program or the process to front or set focus on it. and process a simple pattern recognition for this screenshot. the recognition function will return a bool value. I don't think that's that easy. but I've never done something like this, and if you could help me to figure out if it's possible and what's a clean way to do this ? Hint: I'll be trying to