Ask Your Question

wscem's profile - activity

2017-09-03 06:29:37 -0600 received badge  Student (source)
2017-02-22 23:09:15 -0600 received badge  Teacher (source)
2014-02-28 01:11:30 -0600 received badge  Supporter (source)
2014-02-28 01:10:19 -0600 answered a question Is OpenCV Manager souce code open?
  1. first look at you folder: /opencv/OpenCV-2.4.7-android-sdk/apk there are the apks, I used OpenCV_2.4.7_Manager_2.14_armv7a-neon.apk
  2. where is Opencv Manager source code,you can found with path: /opencv/opencv-2.4.7/modules/java/ /opencv/opencv-2.4.7/modules/androidcamera/ /opencv/opencv-2.4.7/platforms/android/
2014-02-28 00:05:22 -0600 asked a question which function have patent or copyright in opencv

What I know is opencv is under BSD, and module 'nonfree' have some other limitations.

But, what about other modules? like Haar/svm/Adaboost/cuda/gpu/ && data//.xml??

all of those can free use?

2014-02-26 04:05:39 -0600 received badge  Scholar (source)
2013-12-09 03:43:45 -0600 received badge  Necromancer (source)
2013-12-09 02:40:59 -0600 answered a question Stitching non-overlapping images

Image mosaic? just copy data . each rows or cols

2013-12-06 03:19:07 -0600 asked a question what's the meaning of '>' with Mat
{//code=c++

    Mat m = imread("flow.jpg");
    m = m > 50;
}

what's the mean of '>'?

2013-12-03 23:38:20 -0600 received badge  Editor (source)
2013-12-03 23:13:13 -0600 asked a question Stitching can't work with Camera picture

I wan't use two cameras and together a synthetic panorama, now I have byte data of two camers,

I'm try use Stitching to stitch two picture which from two camera, but it's failed.

what can I do?