Tagged Questions
1
vote
1answer
38 views
What to use : Ipl? or Mat? [closed]
I really don't know what to use for the next projects:
IplImage? or Cv::Mat?
Knowing that I want :
a better performance
considerable speed response regarding the different tools to use ...
-2
votes
2answers
33 views
how to extract the detected region in opencv?
Everyone. I have shown below my code for tracking objects and it shows background subtraction result also. Here I am using frame differencing method. now my problem is that I have to extract that ...
1
vote
0answers
31 views
HoughCircles gives wrong number of circles and position - iOS
Im using OpenCV to help me detect a coin in an image taken from an iPhone camera. Im using HoughCircles method to help me find them but the results are less than hopeful.
cv::Mat greyMat;
...
0
votes
3answers
44 views
How to detect darts on a dart board using Computer Vision in OpenCV? [closed]
I'm a newbie to the world of Computer Vision. Here's what I need to do. Given an image, pick out and draw a circle around all the locations in the image which contain an object A. In other words, say ...
0
votes
1answer
29 views
OpenCV: Reading image series from a folder
I am trying to read a series of images from a folder using OpenCV's VideoCapture function. After some search on the internet, my current code is like this:
cv::VideoCapture cap ( ...
0
votes
0answers
48 views
Deallocation error in Open CV?
My code
function(Mat m , ...){
//some code here
vector<Mat> chnls;
split(LA, chnls);
// code to take each channel and find the max in each r and channel
for(unsigned int z = 0 ...
1
vote
2answers
27 views
Issues facing in Opencv cvConvertScale
This is very simple code, But don't know where it Went wrong,where i covert Image from 8 to 32
Same thread as like this
How to convert an 8-bit OpenCV IplImage* to a 32-bit IplImage*?
char * ...
0
votes
1answer
17 views
Convert from Vec3b to Mat3b
I am using BGR to HSV conversion of image using OpenCV. Since I am new to this field and software, I may sound incorrect so please let me know if I am wrong.
Now, in my school project i want to work ...
2
votes
1answer
55 views
Comparing computer vision libraries in python [closed]
I want to decide about a Python computer vision library. I had used OpenCV in C++, and like it very much. However this time I need to develop my algorithm in Python. My short list has three libraries:
...
1
vote
1answer
43 views
Record a video in opencv only for 30 secs
How to record a video in opencv only for 30 seconds. I used the below code but it records video only for 24 seconds? What is the issue?
#include "opencv2/objdetect/objdetect.hpp"
#include ...
0
votes
0answers
10 views
Couldnt read the video that is captured by JMF framework
I used JMF framework to capture the video from a web cam and storing it to the local directory as ".mov" file. I couldnt play the stored video in other machines, where as I can play the video in my ...
0
votes
3answers
41 views
How to convert IplIImage 8bit to IplImage24Bit in OpenCv?
How to convert IplIImage 8bit to IplImage24Bit in OpenCv ?
I have 8bit Image and i want to convert it to 24Bit IplImage
Suggestions please..
0
votes
0answers
32 views
Compiling with FPU on ARM board
I am using mini6410 ARM 1176 board to run image processing application using OpenCV. I am using ARM toolchain 4.5.1 as supplied by the manufacturer of the board with certain options that may be of ...
1
vote
1answer
33 views
Get Laplacian pyramid using opencv
I'm trying to get a layer of the Laplacian pyramid using the opencv functions: pyrUp and pyrDown.
In the documentation and in more detail in this book, I found that the i-th Laplacian layer should be ...
0
votes
2answers
41 views
Error while finding differences in frames from camera
int main(int argc, char* argv[])
{
VideoCapture cap(0);
Mat current_frame;
Mat previous_frame;
Mat result;
Mat frame;
//cap.open(-1);
if (!cap.isOpened()) {
...
0
votes
1answer
47 views
People Detection and Tracking
I want to do pedestrian detection and tracking.
Input: Video Stream from CCTV camera.
Output:
# people going from left to right
# people going from right to left
# No. of people in the middle
...
0
votes
2answers
38 views
SURF feature detectors
Maybe this is not a good question but I am confused with one thing. I am using SURF features in OpenCV where the input images are converted to GRAY image.
cvtColor(object, object, CV_RGB2GRAY);
...
1
vote
2answers
58 views
A good approach for detecting lines in an image?
I've written some code that uses OpenCV libraries to detect white lines painted on grass. I need someone's opinion on the approach I used (as I'm sure there's a much better way than mine). Also, the ...
1
vote
1answer
62 views
Person counting for a store using image processing techniques in OpenCV
I am new to image processing and am writing a small application in which I need to count the number of people entering a store. The entry point is fixed and there are 4 camera feeds in the same video ...
0
votes
2answers
36 views
OpenCv Mat initialization from array not working
I am initializing a Mat object with an array like this
int data[4] = {111,2,3,4};
Mat A = Mat(2, 2, CV_8UC1, data);
Now when I am printing the value at (1,1) which should be 4
cout<<"\n ...
0
votes
3answers
37 views
OpenCV: Understanding Kernel
My book says this about the Image Kernel concept in OpenCV
When a computation is done over a pixel neighborhood, it is common to
represent this with a kernel matrix. This kernel describes how ...
-1
votes
2answers
49 views
Understanding OpenCV Image Smoothing
This question is about this tutorial http://docs.opencv.org/doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/gausian_median_blur_bilateral_filter.html#smoothing
In that code, all the ...
0
votes
1answer
46 views
Pre-processing of an image with OpenCV on Android for optimizing ocr accuracy
I want to use OpenCV Library for Android in combine with tesseract ocr engine. I'm making ocr on an image with tess-two which is using leptonica for image processing. But as i'm seeing we need better ...
0
votes
0answers
13 views
openCV: creating a match of features, meaning of output array, java
The following code (written in Java using openCV-libraries for Image Processing) produces an output of class MatOfDMatch. The problem is i dont understand what the values inside the array are telling ...
2
votes
2answers
36 views
Faster way to analyze each sub-window in an image?
I'm trying to calculate the entropy feature of sub-windows in an image. Here is the code I wrote:
def genHist(img):
hist = np.histogram(img, np.arange(0, 256), normed=True)
return hist[0]
...
0
votes
2answers
35 views
Changing brightness and contrast of an image
Please have a look at the following code
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <iostream>
using namespace std;
using namespace cv;
Mat ...
0
votes
0answers
39 views
Identify body parts of a human within an isolated image using opencv [closed]
Information:
I am looking to identify the limbs of a human in an image. For the sake of simplicity, one can assume that the Image has been filtered of all background and that only the Human is ...
-1
votes
0answers
37 views
Identifying clothes in opencv [closed]
I know OpenCV can detect humans. Now I need to know whether it can be used to identify set of uniforms they wear, which the uniform images are stored in database or something. What kind of technique ...
1
vote
1answer
49 views
which one the following centroid is the centroid of object in image?
I want to get mass center of circle shape from binary image, but the output give more then one mass center.
I'm using code from opencv web tutorial document about image moment and modified little bit.
...
1
vote
0answers
14 views
Internal thinning
Given the outcome of applying a canny edge detector into an image using cv2 python library, I want to dilate the edges only from the internal part of the convex boundaries by using morphological ...
1
vote
1answer
67 views
Process on curve/path skeleton binary image
I am trying to develop a code that can process on path/curve of a skeleton of an image . I want to have a vector of points from the skeleton between two points .
This code ends after adding some ...
0
votes
0answers
22 views
Comparision of different Opencv implementations [duplicate]
How would you compare Opencv in C Vs. C++ Vs. Python for developing commercial Image processing applications. A few points for comparision maybe speed, ease of maintenance, applying updates etc.
Thank ...
0
votes
1answer
34 views
Visible Light Communication with Android camera Approach
I have a circle which changes colors according to a data encoding scheme. For example I want to encode the message "Hello" in the color changes of that circle. That means something like a transition ...
2
votes
2answers
70 views
Differences between two images
Using this image as a refernce I want to find the dirty spot at the bottom of this image.
I was able to turn second image to the same scale and orientation and now trying fo find the spot using ...
0
votes
1answer
30 views
How to choose stable area for template matching with OpenCV?
I am using OpenCV for some project. I want to use part of a planar appearance to track this planar with template matching. Is there some method to choose stabler patches for template matching? Any ...
0
votes
1answer
44 views
image processing for quality control
I am working on a college project where I have to use image processing using opencv to detect manufacturing defects in cookies. The program must be able to detect oversized, undersized, distorted ...
0
votes
1answer
33 views
gamma correction in opencv hog.cpp
I dont understand the code of the gamma correction in hog.cpp in opencv, i went through some links here which doesnt match with the code in opencv hog.cpp
Mat_<float> _lut(1, 256);
const ...
0
votes
2answers
50 views
How to get coordinates of pixel after shape was rectified?
I'm using EmguCV wrapper for OpenCV and I'm rectifing this shape:
with help of this code:
public Image<Bgr,byte> Rectify()
{
try
{
Image<Bgr, byte> ...
-1
votes
0answers
38 views
TextExtraction on food packaging [closed]
For a new development project, I need to implement a program to detect and extract texts from food packaging. Images will be taken through smartphones.
I tried a lots of algorithm with OpenCV to ...
2
votes
2answers
30 views
OpenCV accumulatedWeight error (assertion fails on comparison of channels and size)
I am running the following code to calculated the Running Average of a collection of images read from a video on OpenCV.
EDIT: (Code updated)
#include <iostream>
#include <string>
...
0
votes
1answer
49 views
display image full screen with opencv
I'm working with opencv for android sdk. I can't display image on full screen.: I'm using:
mRgba = Utils.loadResource(MainActivity.this,R.drawable.images,Highgui.CV_LOAD_IMAGE_COLOR);
Bitmap bmp = ...
2
votes
2answers
43 views
OpenCV Capture from Camera Results in Noisy-like Image
I am using OpenCV on an embedded target board (FriendlyARM mini6410, processor arm 1176 running linux kernel 2.6.38).
I compiled OpenCV 2.4.4 library using toolchain provided for the board, found in ...
2
votes
2answers
52 views
Binarisation of image for OCR
I want to turn scanned images into black and white images, the goal is to reduce the file size before the images are transferred over the internet for OCR.
The normal binarisation/ black and white ...
0
votes
2answers
57 views
Format of High-Dynamic Range (HDR) images and how to process them?
I have some questions regarding High-Dynamic Range (HDR) images. First, can somebody please tell me about how these images are stored, I mean in which format? and how many bits per pixel?
Second, is ...
0
votes
0answers
25 views
Camera Calibration and 3d Reconstruction [duplicate]
the result of 3d reprojection using StereoSGBM (in opencv) algorithm is the X,Y,Z coordinates of each pixel in the depth image.
points = PointCollection.ReprojectImageTo3D(disparityMap, Q);
...
0
votes
1answer
49 views
Is it possible to convert a edge detection output to binary image OpenCV
I am trying to convert a text document to a binary image by first detecting its edges and then converting it to a binary image based on output of edge detection.
Can someone help me in this regard.
...
1
vote
1answer
19 views
Using inpaint for stitching
I'm capturing bio-cells in high magnification using 5MP camera.
As the cells are "swimming" in glycerine not on the same level, I'm making a stack of images in range of +/- 5u around the focus ...
0
votes
1answer
47 views
opencv setting submat of Mat to another Mat
I am having problems using the setTo() method. My code is as follows:
ArrayList<Mat> someImagesOfSameSize = new ArrayList<Mat>;
someImagesOfSameSize.add(img1);
...
2
votes
4answers
68 views
Pixels in YUV image
I am using opencv to achieve object tracking. I read that YUV image is better option to use than RGB image. My problem is that I fail to understand about the YUV format although i spend much time read ...
0
votes
0answers
141 views
Face Recognition code using emgu cv and C# and it returns a black image and unknown/unrecognized label all time
I was working on Face Recognition project. After training the database and calling EigenObjectRecognizer, the result is a black image with unrecognized label.When the code runs, it looks like the ...

