Ask Your Question

diegomoreira's profile - activity

2018-10-19 04:50:22 -0600 received badge  Famous Question (source)
2018-05-02 13:02:46 -0600 received badge  Notable Question (source)
2017-12-04 06:11:38 -0600 received badge  Popular Question (source)
2017-08-23 07:23:05 -0600 asked a question How to install kinect and OpenCV C++ in Visual Studio

Hello guys,

I have a big problem. I am initiant in the kinect and i don't know install the Kinect with OpenCV C++ on the Visual Studio.

My initial aim is open a frame of the Kinect and show this frame.

Thanks.

2017-03-10 15:47:28 -0600 asked a question How to apply zoom in and zoom out in the image with OpenCV

I need apply the zoom in and zoom out in the imagem of the my form with OpenCV. But, my great problem is that I don't know whats the function I use in the Visual Studio C++. In the examples of the internet the zoom in and zoom out are applied with Visual C# or Visual Basic.

2017-02-14 13:59:49 -0600 asked a question problem with image rotate

I'm having a problem with image rotation.

Risks are distorting when I apply distortion. How to rotate the image without distortion ?

image description

2017-02-11 16:34:15 -0600 asked a question Site about opencv & technology

This site is about technology and opencv tutorials.

www.silicioslab.com

2016-04-02 15:33:27 -0600 received badge  Teacher (source)
2015-12-23 05:23:37 -0600 asked a question Keypoint detect using brisk in the OpenCV

Hello guys, I need to use the BRISK method for detecting the key points in an image.

Can someone help me ?

Someone has some algorithm ready for me to test and verify the detection of the key points with BRISK?

2015-12-13 00:29:14 -0600 asked a question How to install dlib library in the visual studio ?

How to install dlib library in the visual studio 2012, to work together with Opencv library?

thanks!

2015-12-12 16:05:36 -0600 asked a question Method to detect eye, nose and mouth

There is another method besides Haar to detect eye, nose and mouth in the image? Because I was using the Haar and when the face is up, it detects more than one eye, nose and mouth.

Can someone help me.

2015-12-11 21:12:05 -0600 asked a question Simple tutorial on installing the OpenCV 3.0 with Visual Studio 2012

For those who have difficulty installing the opencv 3.0 with Visual Studio 2012, this video is explained simply install mode.

I'm not the author of the video.

https://www.youtube.com/watch?v=ypxKg...

2015-12-11 12:30:03 -0600 asked a question Doubt about save image in the OpenCV 3.0 .

Hello guys, when you use the OpenCV 3.0 to save (imwrite) an image in .jpg or .png format, an error occurs?

image description

Installed the OpenCV 3.0 and everytime I try to save the image in this format, an error occurs in my program and does not allow saving the image.

Can anyone help me solve this problem? Is there a tutorial facility that can send me?

This is my code >>>>> My code

Thanks,

2015-12-10 22:00:53 -0600 commented question [Help] Error imwrite opencv 3.0 and VS 2012

This is my project. Can you help me ?

My Code

2015-12-10 20:35:17 -0600 commented question [Help] Error imwrite opencv 3.0 and VS 2012

Correct the topic and put the image of my program and error that occurs when I want to save my image with the .jpg format.

2015-12-09 21:24:20 -0600 asked a question [Help] Error imwrite opencv 3.0 and VS 2012

Hello guys, good night. I installed the opencv 3.0, but when I use the command to save the image, when this error occurs.

This error only occurs when saving the image to jpg format.

If I save to .bmp format, you save the image as normal.

Someone can explain me how to solve this problem? image description

Can someone help me ?

Below, this is my error that occur in my program.

image description

Thank you.

2015-12-09 21:20:09 -0600 commented answer [Resolved] Error with opencv 3.0

Hello friend, good night. I could fix the problem. For this, I again all the steps to install and work properly. Thanks,

2015-12-09 21:19:53 -0600 received badge  Supporter (source)
2015-12-09 02:55:01 -0600 commented question [Resolved] Error with opencv 3.0

Hello Brandon , good morning.

I followed all the tutorial and after installation, the VS2012 recognizes all the libraries, functions and opecv structures, but this error occurs at compile time.

Below is the link to my set design. You can find what the problem and give me an answer?

https://www.dropbox.com/sh/ia912fau2j...

If wrong, can you send me your tutorial for me to use and configure again?

Thank you.

2015-12-08 20:29:27 -0600 asked a question [Resolved] Error with opencv 3.0

Hello guys, good night.

I installed the 3.0 opencv, but every time I run my code, this error occurs.

image description

Can anyone help me, because I've tried several ways, but I can not solve this problem.

Thanks,

2015-12-06 19:36:55 -0600 answered a question How knows if the contour passed on line?

You can use the minimum and maximum values of the rectangle to know. If the contour has passed, then the initial coordinate (x0, y0) and the end coordinate (x0 + x.width, y0 + y.height) rectangle, will be to the left side of the line you marked in the image.

2015-12-06 19:31:43 -0600 asked a question Smoothing region

How do I soften this region that is marked in my image? I need to let these two uniform regions.

image description

I have already applied several low pass filters, but I can not make them uniform.

Thanks,

2015-11-29 14:31:18 -0600 commented answer ApproxPolygon - Close contour

Hello guy,

Thanks by the help.

Your code helped me a lot.

2015-11-29 11:43:28 -0600 asked a question ApproxPolygon - Close contour

I need close the contour, but i don't understand how to use the approxpolydp function.

This image below is my open contour.

image description

2015-11-27 12:22:33 -0600 commented question Face stitch - Doubt

StevenPuttemans I need to mount the panoramic face image.

2015-11-27 12:21:38 -0600 commented question Face stitch - Doubt

thdrksdfthmn I already tried to use stitching, but don't work very well.

2015-11-27 07:10:47 -0600 received badge  Student (source)
2015-11-26 08:04:38 -0600 commented question Face stitch - Doubt

Yes I want. But I do not know how to rotate the first image according to the yellow dots and yellow dots of the second image.

2015-11-26 07:29:27 -0600 commented question Face stitch - Doubt

Hello guy!

I want to do this: link text

Can you help me ? My big question is how to accomplish a transformation with the left image to list the yellow dots on the left of the image with the yellow dots on the right of the image. Thanks!

2015-11-25 21:43:49 -0600 asked a question Face stitch - Doubt

image description Hello guys, good night. I am studying to assemble the mosaic of a face. Does anyone know tell me what function can I use to join the yellow dots on the left of the image with the yellow dots on the right image and assemble the mosaic?I need to modify the image left joins the right. I appreciate the help.

2015-11-23 17:27:47 -0600 asked a question Attribute Extraction - SIFT - SURF - BRIEF

Hello everyone, How can I extract the attributes of an image for me to recognize any object in the image?I need to extract these data with the SIFT, SURF and Brief. Thank you.

2015-11-17 16:51:06 -0600 commented question Stitching 2 image with findHomography

Hello guy, You want to cut the two images by size.I have this function.

 Mat crop( Mat ent)

{ int maior_x, maior_y, menor_x, menor_y;

menor_x = maior_x = menor_y = maior_y = 900;

for(int rows = 900; rows < ent.rows; rows++) { for(int cols = 900; cols < ent.cols; cols++) { if(ent.at<vec3b>(rows, cols)[0] != 0 && ent.at<vec3b>(rows, cols)[1] != 0 && ent.at<vec3b>(rows, cols)[2] != 0 ) { if(rows < menor_y) { menor_y = rows; }

        if(rows > maior_y)
        {
            maior_y = rows;
        }

        if(cols < menor_x)
        {
            menor_x = rows;
        }

        if(cols > maior_x)
        {
            maior_x = cols;
        }
    }
}

}

2015-11-17 16:38:28 -0600 asked a question How to filter the keypoints in the SIFT and SURF methods

Anyone know how to filter the key points in the sift and surf methods, for evite to generate errors in the homography matrix.

2015-11-02 17:30:20 -0600 asked a question How to solve this problem with mosaic techniques ?

Can someone help me ? How do you solve this problem? In some images this error occurs in mosaic construction phase.

image description(/upfiles/1446506856250069.jpg)

2015-08-16 16:03:09 -0600 commented question Function to compute statistical moment using OpenCV.

But the people here don't help me! Sorry! Can you help me ?

2015-08-16 15:30:39 -0600 asked a question Function to compute statistical moment using OpenCV.

Is there a function to compute the statistical moment in opencv ? I want to compute these moments, but i don't know what is the function or method used.

Thanks