Quantcast
Channel: OpenCV Q&A Forum - Latest question feed
Browsing all 19555 articles
Browse latest View live

Rotation and Translation question

I've used OpenCV's calibrateCamera function to give me the rvecs and tvecs to try to get the transformation from that of my camera with world coordinates (0,0,0) to that of a chessboard. I'm using it...

View Article


I'm working on a project multiple object detection and tracking . i have a...

from collections import deque import io import time #import picamera import cv2 import numpy as np cap = cv2.VideoCapture(0) while(1): # Take each frame% _, frame = cap.read() # Convert BGR to HSV...

View Article


Python: Play UDP video streaming while sending keep alive messages

have a program which connects with a camera via socket. This camera starts to livestream video when I send a message throught this socket, and continues while I send keep alive messages. The video is...

View Article

System.loadLibrary(...) could not find native library in my case

I want to create a simple android project using native libs, I copied existing native library from another Android project into my android project under jniLibs folder. I am new in this, i will...

View Article

Does OpenCV support GDAL for writing?

I noticed that there's an example that uses GDAL for reading here https://github.com/Itseez/opencv/blob/master/samples/cpp/tutorial_code/HighGUI/GDAL_IO/gdal-image.cpp , which is very cool, but what do...

View Article


Why no QT support on in Visual Studio but able to include QT when installation

Hi, I have build more than 2 times for QT add. http://docs.opencv.org/2.4/doc/tutorials/introduction/windows_install/windows_install.html From the procedure i had succesfully add the QT as in picture...

View Article

How to evaluate light linearity and additivity with a camera

Hi, lastly I am questioning the linearity and additivity of light propagation in images. As the title says I would like to see what is the contribution of light to image pixel intensity values and if...

View Article

Adding Noise to Image - Opencv

Hi everyone! I'm trying to to add noise to an Image & then Denoise it to test my DeNoising algorithm! So for benchmark i'm referring this [Online Test samples][1]. I'm trying to replicate the...

View Article


How can I detect vertical and horizontal edge at Android

I want to detect a vehicle using histogram of the vertical and the horizontal edge. How can I detect vertical and horizontal edge on the camera and make the each histogram? plz reply. and give me a...

View Article


How to add noise to color image, so that the MSE becomes square of the...

I have added noise to color image. But when I am calculating the MSE, it is very low compared to the added noise. For std=20, the MSE is below 200. But I think MSE should be close to square of...

View Article

how to read the frames from url?

i want read the frames from the url and i want to calculate the fps and bit rate in opencv android when try to open the connection its showing always FALSE. below is my code snippet plz help me public...

View Article

Surf image matcher this with distorted results

I have the following class that uses the android camera to capture an information to make a match of another image using opencv 3.1 with surf. public class MyCameraPreview implements...

View Article

putText - result is always black text

Hello, I have a Matrix of type CV_16UC1 which holds 16bit grayscale pixel data from an external camera. I want to use putText to draw WHITE text over the image. But regardless which of the following...

View Article


how to make a GUI in openCV with arduino values??

Actually i am working on a project for which i have to make a GUI using openCV using c language,which will include live webcam feed,a pressure sensor values and a temperature sensor value using an...

View Article

KNN Performance

I am implementing KNN in opencv and comparing results to weka. FOr exact same data and knn parameters, there's an ~10% difference in performance with better performance achieved by weka. I implemented...

View Article


OpenCV 3.1 - Upper body detection not working in any example

My problem: no upper bodies are being detected when using haarcascade_profileface.xml or haarcascade_mcs_profileface.xml. Software used: - print cv2._ _version__ yields 3.0.0 although the x86 version...

View Article

Object Tracking with Mouse event

I have a project where I have to track a desired object by creating a user interface. The idea is basically that I will have a window showing the video stream and with the mouse I can click the object...

View Article


Best book for opencv android development for beginners

I am new in opencv android development and want to know the basics of making application in opencv environment

View Article

How to make database in opencv android

I am new to opencv and trying to make a application in android...But I get stuck on to make database? I am working on Eclipse MARS.1 and using opencv 3.1.0.

View Article

OpenCV stitching chooses certain image to stitch

My code could stitch these certain 2 images just fine. But when i try to stitch other images, it gives distorted results. Any heads up why?

View Article
Browsing all 19555 articles
Browse latest View live


Latest Images