1
vote
0answers
17 views

I'm trying to run a file on Matlab using mex and it can't find cv.h

I've had trouble with this file before, should I reinstall opencv? I'm trying to run the demo file described on ...
0
votes
2answers
38 views

filter2D openCV function error

I m using this line with this function but I have an error. filter2D(GaussKernel,conspic1,GaussKernel.depth(),split(GaussKernel,KernelAchrSplit),Point(-1,-1),0,BORDER_DEFAULT); Kernel and conspic1 ...
0
votes
1answer
91 views

Translating from Matlab to C a function

I m translating a funciton from MAtlab to C. I have a problem with just some lines with Fourier Transform. This is the code, the commented lines are in Matlab and is what I need to translate. Mat ...
0
votes
1answer
20 views

SUN benchmark code Invalid .mex file error

I've downloadad the SUN benchmark code from MIT: version 2: http://people.csail.mit.edu/jxiao/SUN/source_code/ Once I download the 15 image dataset and run the function: compute_features.m I ...
-2
votes
0answers
36 views

What is Alpha in image, what exactly it refers? [closed]

What is Alpha in image, what exactly it refers ? How to modify / adjust the alpha channel ? Can i Use Opencv to edit or modify the alpha channel and how ?
0
votes
2answers
91 views

Convert Matlab to OpenCV in python

I am trying to convert a piece of Matlab code to python using OpenCV package. But I don't know how to implement the filter2 in Matlab. Here is the matlab code. imdist = imread("testimage1.bmp"); ...
-2
votes
0answers
41 views

Has anyone implemented the Shapelet feature pedestrian detection?Is there demo code to study? [closed]

Is there any code for the shape-let feature pedestrian detection algorithm?thanks! best regards,
2
votes
2answers
105 views

Storing images of different sizes in a data structure, OpenCV

I am wondering if there is any way to hold (or store) images of different sizes in a single data structure using OpenCV (C++). For example, in MATLAB I can do it by using "cell". Specifically, I am ...
1
vote
1answer
72 views

What are the features in feature detection algorithms and other doubts

I am going through feature detection algorithms and a lot of things seems to be unclear. The original paper is quite complicated to understand for beginners in image processing. Shall be glad if these ...
0
votes
1answer
76 views

An opencv function similar to matlab's graythresh

Hi i'm trying to convert a matlab code to opencv code. So I need something that does what graythesh in matlab does and give me a proper threshold for my grayscale image. Has this been already ...
-2
votes
2answers
35 views

HEX DUMP from OpenCV programs for microcontrollers ? [Image processing] [closed]

Is it possible to get HEX DUMP from OpenCV programs for microcontrollers/microprocessor ? Or do you strongly suggest MatLab ? FOR IMAGE-PROCESSING.
1
vote
2answers
85 views

Detecting grid orientation and properties

I have a collection of many points arranged in a uniform grid-like fashion. Given these points, how do I detect properties of this grid, such as it's rotation, spacing between lines, etc? If there was ...
-1
votes
1answer
129 views

Computer Vision - PDEs and Image Processing [closed]

I am learning Computer Vision this semester and we are supposed to work on a project of our liking in the next two weeks. My Prof. has asked us to do a project which would involve any of the following ...
0
votes
0answers
51 views

OpenCV - how to save person_final.mat model to a suitable .xml format for object detection

I want to write some code for person detection in OpenCV in C++. I want to start with LatentSvmDetector class for which I have the cat.xml model file for object detection with discriminatively trained ...
0
votes
2answers
59 views

where to get matlab libraries (libmat and libmx)

I need to test and perhaps, use libFeatureDetection. But as indicated on main page of the project, libFeatureDetection needs Matlab (libmat, libmx) and OpenCV (core, imgproc, highgui). So can you ...
1
vote
3answers
80 views

Consistent ways of memorizing one dimensional information in 24 bit color

Say that I have a scalar information assigned to every pixel of a 2D rectangle R, e.g. a grayscale image, or a depth-map/bump-map. Such a scalar information is canonically encoded in a 8 bit image, ...
1
vote
0answers
64 views

Statically build external library with MEX files

I downloaded source code of OpenCV and built statically (no DLL option) by Visual Studio (in release mode) so that I can create standalone executables. It works perfectly fine with Visual Studio in ...
2
votes
2answers
150 views

What exactly is edge density?

I'm kinda confuse of the meaning of edge density. From the equation, edge density = sum(x=1,w) sum(y=1,h) e(x,y)/N where e is the edge map image (magnitude of vertical edge at (x,y)), there are ...
-1
votes
2answers
85 views

Which is good for Video Processing applications opencv or matlab? [closed]

I am working on Multiple Object Tracking algorithms. Which tool is most suited to develop my own algorithm OpenCV or Matlab ?
-1
votes
1answer
215 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
47 views

Sobel or Isotropic Sobel or Sotropic Sobel

I was reading from a paper related to Sobel but I couldn't find much info about any about isotropic or sotropic Sobel. Is it the same thing as Sobel? Somehow from the paper I read the masks used for ...
4
votes
2answers
159 views

How to detect the white gauge board for measuring the level of the water?

I work on a project where I need to measure water level using a white gauge board. Currently my approach is: segmenting the white gauge board. measure the water level against the gauge board. But ...
1
vote
2answers
615 views

Contrast stretching in local regions of an image

I want to perform contrast stretching on an image. The image is as shown (The data-tips are created by me in MATLAB to give more information about the image, the timestamp is already there on the ...
1
vote
0answers
189 views

How to calculate perspective transformation using ellipse

I'm very new to 3D image processing.i'm working in my project to find the perspective angle of an circle. A plate having set of white circles,using those circles i want to find the rotation angles ...
0
votes
1answer
293 views

Difference of pixel value in Image between Matlab and Opencv

I get frame from avi video and I open color image by Matlab and check pixel value of three channel R,G,B. (case 1) After that, I use opencv2.4.3 to get frame and save pixel value by txt file. Then, ...
1
vote
0answers
129 views

Image comparison with a database

I would like to know if what I'm trying to do is even possible, or if I'm just trying to do the impossible/ solve an unsolvable problem up to know. My goal is to compare images (They`re going to have ...
3
votes
1answer
219 views

How to implement Facial Action Coding System (FACS)?

I am trying to simulate facial expressions similar to this I have understood the FACS - action units i.e., units to be moved for a certain expression. But I have no idea how to move/deform the ...
0
votes
2answers
114 views

Confusion on Sobel mask

What is the exact mask for Sobel (Gx and Gy)? What I saw is there are two types on how people wrote it such as below, Style 1 Gx = [-1 -2 -1 0 0 0 1 2 1] Gy = [-1 0 1 -2 0 2 ...
0
votes
0answers
260 views

Finding Homography using three correspondent (P3P solution)

I want to compute 6DOF rigid transform given 3 correspondents and camera Intrinsic parameters. I am following a tutorial here Let me formulate my problem: camera matrix is K=[416 0 240 ... ...
1
vote
1answer
151 views

roipoly matlab function equivalent in OpenCV

I am converting a matlab code into C++ using OpenCV libraries. Can anyone tell me roipoly matlab function equivalent in OpenCV?? Or how to get the same functionality using OpenCV? BW = roipoly(I, ...
1
vote
2answers
132 views

Finding the angle of stripeline/ Angle of rotation

So I’m trying to find the rotational angle for stripe lines in images like the attached photo. The only assumption is that the lines are parallel, and their orientation is about 90 degrees ...
2
votes
3answers
147 views

Get all the points in triangular ROI in a xy plane

Input: I have some 50000 points in a xy plane as shown in the below picture. Now, I need to get all the possible points in a triangular ROI. How to get it. It can can be opencv or Matlab. The below ...
0
votes
0answers
148 views

How can I convert image co-ordinates to world coordinates using orthographic projection model?

In converting image coordinates to world coordinates using orthographic projection model, I found that the relation between the image points to the world points is x' = x/f y' = y/f So what does ...
-1
votes
1answer
108 views

How to find Region of interest of color image in matlab using opencv?

I want to find Region of interest of a color image in MatLab. Is it good to use openCV inside matlab to find ROI? Please help me how to achieve this
0
votes
0answers
50 views

I have to convert .rtd images to jpeg using C++… Which environment is suitable for 64bit OS?

I have to convert <.rtd> images to jpeg using C++. Which environment is suitable for 64bit OS?
2
votes
2answers
319 views

need a good edge detection procedure for rough surfaced overlapped objects

I need to detect edge for shape detection in my project. Currently i am using MATLAB but i am comfertable with openCV if it gives better output. So here is the problem. The sample image that i have ...
1
vote
1answer
174 views

Matlab to OpenCV conversion - optimization?

I am converting Matlab code to OpenCV "C/cpp" code. And I have some doubts as below. A = [ 2; 10; 7; 1; 3; 6; 10; 10; 2; 10]; ind = [10; 5; 9; 2]; B is a submatrix of A ; Elements of matrix B ...
2
votes
2answers
254 views

Local normalization in OpenCV

I'm trying to implement in OpenCV a local normalization algorithm to reduce the difference of illumination in an image. I have found a MATLAB function, and I have implemented it in OpenCV. However, ...
2
votes
2answers
153 views

Doubts in camera calibration

I am working on a project based on machine vision . Wide angle lens with high resolution pinhole camera is being used. Working distance : Distance between Camera and object . The resolution will ...
2
votes
1answer
91 views

Access values from Matrix in OpenCV

For example, I have a matrix M of size 10x10 and I have a column matrix ind of length 5 How can I assign A(ind,:) to a new matrix B in C++ with OpenCV? Below is how I do in Matlab: A = [ 41 8 ...
1
vote
1answer
89 views

equivalent for “ismember” of matlab in opencv?

What is the equivalent of "ismember" of matlab in opencv? I am trying to convert a matlab code to opencv ( C/CPP ). For this I need to convert the below step to Opencv. Can some one please guide me ...
2
votes
0answers
36 views

Equivalent of Matlabs “Find” function in opencv [duplicate]

I am trying to convert a matlab code to Opencv Code. I need to convert the below code to opencv. I would like to know is there any equivalent of matlab find function in opencv. S has (x,y) data and ...
2
votes
0answers
145 views

Image Processing - MATLAB or OpenCV with Python, which is faster? [duplicate]

I have this Image Processing project in MATLAB which might be a few thousand lines of code. It uses the Image Processing toolbox extensively. I need to port this code to C or C++ for speed ...
2
votes
2answers
111 views

Given two equally sized binary matrices, compute a pattern similarity score

Say I have a two 4*4 matrices (representing binary images) and I want to compute a similarity score (from 0 to 1) of the pattern displayed on the two matrices. The number of 'on' pixels is always the ...
0
votes
1answer
266 views

Image Remap without cropping

This is a continuation of this question : Finding Squares in Image I followed the steps in my answer there : http://dsp.stackexchange.com/a/7526/818, And I got the answer as given below : But at ...
1
vote
1answer
121 views

Calculate Dynamic range of an Image?

How to calculate Dynamic range of an Image using Opencv? What is the value of good dynamic range? How to calculate it using opencv?
0
votes
1answer
253 views

OpenCV - view pixel values like Matlab on MouseOver

I have been looking around in vain to find a utility in OpenCV that works like the image viewer of Matlab, not fully functional as matlab, but atleast shows pixel values with zoom in/out ...
3
votes
2answers
671 views

opencv - image multiplication

hi, i'm trying to play a little bit with Mat class. I want to do a product element wise between two images, the c++/opencv port of MATLAB immultiply. This is my code: #include ...
0
votes
0answers
220 views

GUI to view wrl file

Project: 3D Data Processing Input: wrl file Detailed Description: I have CASIA 3D face database (link). I want to manually mark the facial feature points like nose tip, eye centers, lip contour, et ...
1
vote
2answers
225 views

How to compare two colours? [closed]

Question : How to compare two colors, probably taken with two different cameras? Scenario : I have a reference image, which has different colored squares. It may be taken with a IPhone Camera or ...

1 2 3 4