Ask Your Question

Boggy's profile - activity

2017-02-27 13:05:41 -0600 asked a question Activity Recognition

I wanna to recognize human activity recognition what method support in opencv python??

2017-02-26 12:47:52 -0600 asked a question Feature Matching

When i use sift in opencv python with feature matching it work one and can detect the location of object. But it only work well in one to one matching process.How should i test with data base images with sift

2017-02-25 12:30:13 -0600 commented answer confidence value in face recognition opencv3.1.0

Thz i will rebuild current 3.2.

2017-02-25 10:28:40 -0600 asked a question confidence value in face recognition opencv3.1.0

i used opencv face recognition .But when i take confidence value TypeError: 'int' object is not iterable error in my code.How should i take conf value in opencv python 3.1.0??

2016-06-07 00:47:01 -0600 asked a question Python and Wireless IP camera

Is There any way to use ip camera with opencv python default api?? or how can i accept ip camera and take image processing with python

2016-02-27 13:04:20 -0600 commented question bow and SURF with many images

https://github.com/berak/opencv_small... i tried like this but i was a little mess with many images

2016-02-27 13:03:36 -0600 answered a question bow and SURF with many images

https://github.com/berak/opencv_small... i read from this.if i match with many images how to try

2016-02-20 11:53:26 -0600 asked a question bow and SURF with many images

i used SURF and BOW. i have seen bow.py from git. but i have no idea how to use many images with SVM.predict() and how to classify many images with bow.

2016-02-20 11:45:21 -0600 commented question Flann Match in opencv3 python

i downloaded last month!

2016-02-17 00:03:37 -0600 asked a question Flann Match in opencv3 python

image description image description image description

2015-12-31 01:19:03 -0600 commented question Hough Circle and Contour Circle

i wanna detect circle .should i use hough circle or contour?i wanna know how hough gradient and how hough circle method detect circle and return x,y and radius.i also want to know about contour how it detect circle.

2015-12-31 00:12:29 -0600 asked a question Hough Circle and Contour Circle

What is different between hough circle and Contour Cirle. i wanna read background theory of Hough cirlce and Contour please anyone can share me??? i wanna know how hough gradient work in backgroud and how much differ with contour .

2015-12-29 00:32:40 -0600 asked a question SURF with image databases

i wanna use about 30 images to recognize by using python.but i saw in documentation it match two certain image with SURF,SIFT and FAST.how to match 30 database image with input image

2015-12-14 00:01:58 -0600 commented question i can't import cv2 after build from visual

Yes! i also update opencv3 repo.but error are the same.what should i do?

2015-12-10 04:44:48 -0600 commented question i can't import cv2 after build from visual

yeah!i also edit OPENCV_EXTRA_MODULE_PATH !

2015-12-10 04:42:38 -0600 received badge  Editor (source)
2015-12-10 04:23:49 -0600 commented question i can't import cv2 after build from visual

i have been used it.but SIFT,SURF and FAST are not supported . so i need to rebuild with cmake

2015-12-10 04:13:20 -0600 asked a question i can't import cv2 after build from visual

image descriptionimage description

after i have build from Opencv.sln.i can"t import from python idle. how to solve it.

2015-12-02 01:22:19 -0600 asked a question Opencv3 python and opencv-contrib

i have a little problem with opencv3 and pydev in eclipse.how i get SIFT,SURF in opencv3 with eclipse!

2015-12-01 21:51:33 -0600 commented question SIFT,SURF and FAST in opencv3

yes!i Have it!

2015-12-01 21:41:45 -0600 received badge  Enthusiast
2015-11-26 05:54:00 -0600 commented question SIFT,SURF and FAST in opencv3

i use eclipse! and how about with eclipse and cmake !fri

2015-11-26 03:17:23 -0600 asked a question what is differ between cv2.pyd copy/paste in sitepackage and default install

in my computer.copy cv2.pyd and paste in sitepackages. what is differ between them. i wana know it is right way for opencv install

2015-11-25 23:32:00 -0600 asked a question SIFT,SURF and FAST in opencv3

I wanna use SIFT,SURF and FAST in opencv3 python . My Os is window 7. how to get new lib and install in window7.