2018-08-17 07:53:37 -0600 | received badge | ● Popular Question (source) |
2017-10-30 23:27:18 -0600 | received badge | ● Famous Question (source) |
2016-04-29 05:33:34 -0600 | received badge | ● Popular Question (source) |
2016-03-30 13:38:47 -0600 | received badge | ● Notable Question (source) |
2016-03-09 22:15:50 -0600 | received badge | ● Notable Question (source) |
2015-09-01 13:57:14 -0600 | received badge | ● Popular Question (source) |
2015-06-16 11:38:23 -0600 | received badge | ● Famous Question (source) |
2015-03-27 06:11:13 -0600 | received badge | ● Student (source) |
2014-11-26 17:36:50 -0600 | received badge | ● Popular Question (source) |
2014-10-01 12:26:30 -0600 | received badge | ● Notable Question (source) |
2014-07-25 06:40:05 -0600 | received badge | ● Popular Question (source) |
2013-10-15 04:17:27 -0600 | commented answer | Print Mat values out to screen and vice versa Thankz.... |
2013-10-14 05:57:07 -0600 | commented question | Print Mat values out to screen and vice versa Thanks for the info, but how do i get into a string ? and from string back to mat ?? |
2013-10-14 04:13:10 -0600 | asked a question | Print Mat values out to screen and vice versa How can I break Mat into readable format i.e get the row and column values printed and convert that readable value back to Mat again I want something like this Eg and now convert those back to Mat I tried using this But I am getting same values Any help is appreciated |
2013-10-10 03:14:16 -0600 | commented answer | Replace a part of image with another Ya it was float, Thank you :) |
2013-10-09 06:19:42 -0600 | commented answer | Replace a part of image with another Please check my Edit3, you will get what i mean |
2013-10-06 23:54:09 -0600 | commented answer | Replace a part of image with another I dont necessarily need a rect, but atleast an approx location on screen ? |
2013-10-06 23:52:02 -0600 | commented answer | Replace a part of image with another Ya I did check those points as these values are obj_corners[0] 0.000000 obj_corners[1] 0.000000 obj_corners[2] 1116892853566439400.000000 obj_corners[3] 1116892707587883000.000000 but cant i get an approximate location on the image where this might be drawn ?? |
2013-10-04 07:21:30 -0600 | commented answer | Replace a part of image with another Hey can i get the xy position where the image is displayed means like the corner points ? like (0,0,150,150) for a 150 X 150 image ? |
2013-10-04 01:58:59 -0600 | received badge | ● Scholar (source) |
2013-10-03 05:13:01 -0600 | commented answer | Replace a part of image with another Please check the edit |
2013-10-03 03:42:43 -0600 | commented answer | Replace a part of image with another This works fine but draws image at top left of the image, but i need to draw it at the images position Check the edit |
2013-10-03 01:49:47 -0600 | asked a question | Replace a part of image with another Hi, I created an OpenCV matching using this to match an image As you can see i got the match using the corners from I tried using but I am not getting any fruitful result, please suggest what to do ?, How do replace the found target with new image ? I saw addweighted but dont know how to implement it EDIT Here is so how do i code and the obj_corners values are EDIT2 For example consider this This is image1 and the test image is this. I need to replace the car(1st image) with another image like this Note: If possible it should stretch as per the image is stretched EDIT 3 These are the two lines i use to draw line on image The P1 and p2 are so when i do a printf to get its values, i get like this Output so as you see the image width is just 2048 by 1536 so the x and y should be in between these ranges right ? but what i get it 1073741824,1081308864.. like these numbers so basically the scene_corners[0 ... (more) |
2013-08-16 03:31:46 -0600 | received badge | ● Critic (source) |
2013-08-14 01:16:39 -0600 | commented answer | How to get good matches from the ORB feature detection algorithm? @Alexander Shishkov Can you answer my question http://answers.opencv.org/question/18436/what-to-do-with-dmatch-value/ how can i compare two images and say if ther are equal or not ? |
2013-08-09 06:38:31 -0600 | commented answer | What to do with DMatch value ? what is the push_back method in line goodMatches.push_back(i); |
2013-08-09 01:50:44 -0600 | commented question | What to do with DMatch value ? @mada Can you give some lead on how to do that ? |