Ask Your Question

Nitin Moradiya's profile - activity

2016-07-01 06:16:49 -0600 answered a question Remove noise image?

You can do with threshold functionality for image procession. here are the basic info regarding this http://docs.opencv.org/master/d7/d4d/... http://docs.opencv.org/2.4/doc/tutori...

2016-07-01 05:37:45 -0600 asked a question Draw polygon on 3d using opencv/C++/CGAL

Hi, I want to draw polygon in 3D surface. Here I have two separated circle and I want to join their outer surface so that it be polygon. anyone please help me. thanks in advance. I am little bit familiar with opencv, c++ and CGAL. so, it would be better if it done from this tech.

2016-06-30 00:57:20 -0600 commented question Draw irregular shape plane on Image in opencv

It working fine for me... thanks for help........

2016-06-29 07:39:13 -0600 commented answer Draw irregular shape plane on Image in opencv

Thanks Romeo... I did it, now I want to select the point available inside this closed ROI and assign them different colour.

2016-06-29 06:51:04 -0600 received badge  Editor (source)
2016-06-29 06:50:48 -0600 asked a question Draw irregular shape plane on Image in opencv

I want to draw irregular shape plane passing through 4-10 points. This points are making closed loop area so that I can calculate area covered by this points. e.x. I have 6 points, I joined then by lines and now calculate the area covered by this points.

2016-06-28 03:24:23 -0600 received badge  Enthusiast
2016-06-23 05:29:56 -0600 asked a question Display multiple images as slideshow

Hi,

I want to display multiple images from single folder and make a slideshow. like lf I press left key arrow then previous image should come and while pressing right key arrow, the next image should appear in front side like main window.

is there any module for this?

2016-06-21 01:14:26 -0600 commented question Draw line using mouse click function

Hi Berak, Thanks for help, I tried it and I have some problem like as below. I want to save the left mouse click in txt file and then select the area made by all the points in 2D images.

2016-06-21 01:07:20 -0600 asked a question Draw line using mouse click function

Hi, I want to draw line between mouse clicked point 1 and point 2, then point 2 and point 3, like this till the close loop completion I want to draw line between two consecutive points. could you please help me for this.