Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Browsing all 41027 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

Pixel Gun 3D Hack Download

Soon after several requests and petitions, we deiced to Pixel Gun 3D Hack tool that can easily give you almost everything you want to kill all the matches you are going to fight. If you would like to...

View Article


Scan and find the length and breadth of object from iPhone camera

I want to find the length, breadth and outside diameter of the object My analysis so far: Applied the multiple algorithms like Canny and Sobel to detect the edges of the object. I converted a image...

View Article


Pyramidal Histogram Of Oriented Gradients - Trilinear interpolation

Hello im struggling with an implementation of this article: https://goo.gl/8mpIuq I performed bilinear interpolation over the histogram bins and the results are better with this interpolation, however...

View Article

Image compression

Experts, I'm using opencv2.4 to compress RGBA images into JPG and PNG images on an ubuntu server. Should i upgrade to opencv3.1? will i enjoy any significant run-time optimizations? thanks! Amit

View Article

Is there any special in the fastNlMeansDenoising function?

I find that the fastNlMeansDenoising function in C++ verison and java verison are different in results. The java verison does not work pretty well. Why does it cause like this? C++:...

View Article


Log_gabor implementation using OpenCV.

Hello,, I'm working on a project and I need to implement log_gabor using openCV. I have search everywhere but I can't find something useful.. Please help..

View Article

Matlab haar cascade opencv android compatibility

I trained a haar cascade classifier in matlab. I want to use the model(xml file) in opencv with android. The xml file says its compatible with OpenCV 2.4. I am using OpenCV 3.0 in android. Will it have...

View Article

How to show the rectification

Hello, I'm working on the stereoCamera. what I've done is almost here (following the example) CvInvoke.StereoCalibrate(corners_object_Points, corners_points_Left, corners_points_Right,...

View Article


Insufficient Memory Error: Bag of Words OpenCV 2.4.6 Visual Studio 2010

I am implementing the Bag of words Model using SURF and SIFT features and SVM Classifier. I want to train(80% of 2876 images) and test(20% of 2876 images) it. I have kept dictionarySize set to 1000....

View Article


Training knearest in Java

Hi everyone, I'm using OpenCV 3.0 Java. I have: KNearest knn = KNearest.create(); I should want to train knn using the method knn.train(Mat samples, int layout, Mat responses); but I can't find how...

View Article

Mobile Object Detection through Client-Server framework

I have worked with cascade classifier for object detection from webcam using opencv and c++. Now I am implementing it on client-server framework where client take image or record video and send it...

View Article

Face.hpp include files

Hi! I want to do face recognition with OpenCV and C++. I am very new to this topic. I read through more tutorials (including...

View Article

how to detect and measure foot height and width in image ?

I have to detect the foot in image and have to measure the width an height of foot in image. Currently I am using crop to measure height and width of foot image using rectangle. I want same rectangle...

View Article


cv::setMouseCallback with winforms (OpenCV 2.4.9,vs 2010)

Hi ! Im working with OpenCV 2.4.9 with winforms (vs 2010). Im trying to use cv::setMouseCallback with winforms of vs 2010. I have a mouse callback: > void mouse_call(int event,int x,int y, int,...

View Article

Identify trees in photo

I am trying to use a camera to help localize my robot in my garden. I want to be able to identify trees as they are the most prominent features. I am having great difficulty extracting the trees from...

View Article


opencv_traincascade.exe crashes without an errormessage

Hi, I'm trying to create my own Haar-cascade file but when executing the command, I only get to see the following in the console window: PARAMETERS: cascadeDirName:...

View Article

How to convert a row of a descriptor to a binary string

hello, In openCV I use binary descriptors like ORB and A-KAZE. Now I want to test and perform some matching algorithms, that aren't part of opencv. For this, I want to create a BitString of each row...

View Article


AttributeError: 'module' object has no attribute 'face'

Hi, I compiled the opencv with contrib modules in the cmake GUI and everything seems ok, but when I try to use face module (cv2.face) I receive the following message:> AttributeError: 'module'...

View Article

Random forest - RTrees - getSplits - type mismatch

Hello, I'm trying to access ``RTrees ``'s nodes and trees. Having the following code: Ptr rt = RTrees::create(); ... ... rt->train(data); vector splits = rt->getSplits(); I keep getting the...

View Article

Tesseract OCR for license plate recognition OpenCV ?

I have written this program which can detect license plate in a car and draw a rectangle around the detected area. Now, the idea is to extract text from the detected area using Tesseract OCR. But when...

View Article
Browsing all 41027 articles
Browse latest View live