Ask Your Question

sarit's profile - activity

2015-07-31 08:29:08 -0600 commented answer How to stream live video on html page (web server)

Hi. First URL I got permission denied.

2015-06-27 12:57:00 -0600 commented question Distinguish person face algorithm

@berak Thank you. I'm following your given sources.

2015-06-25 11:25:43 -0600 asked a question Distinguish person face algorithm

Hi
How can I distinguish person face?
I am now creating the face database, but my program gets all the faces without classification on them.
They are mixed up. How can I group same person faces in the same directory without human effort?
I have tried norm between images, but threshold are varieties too much. It depends on many factors like posing,
illumination.
Best regards
Sarit

2015-04-02 12:08:40 -0600 asked a question pkg-config --libs opencv

Hi
I move my project over the old computer. My cflags look fine.
sarit@ssaiya:~/eclipse-cdt$ pkg-config --cflags opencv
-I/home/opencv-2.4.10/include/opencv -I/home/opencv-2.4.10/include

However, my libs is looked different. sarit@ssaiya:~/eclipse-cdt$ pkg-config --libs opencv /home/opencv-2.4.10/lib/libopencv_calib3d.so /home/opencv-2.4.10/lib/libopencv_contrib.so /home/opencv-2.4.10/lib/libopencv_core.so /home/opencv-2.4.10/lib/libopencv_features2d.so /home/opencv-2.4.10/lib/libopencv_flann.so /home/opencv-2.4.10/lib/libopencv_gpu.so /home/opencv-2.4.10/lib/libopencv_highgui.so /home/opencv-2.4.10/lib/libopencv_imgproc.so /home/opencv-2.4.10/lib/libopencv_legacy.so /home/opencv-2.4.10/lib/libopencv_ml.so /home/opencv-2.4.10/lib/libopencv_nonfree.so /home/opencv-2.4.10/lib/libopencv_objdetect.so /home/opencv-2.4.10/lib/libopencv_ocl.so /home/opencv-2.4.10/lib/libopencv_photo.so /home/opencv-2.4.10/lib/libopencv_stitching.so /home/opencv-2.4.10/lib/libopencv_superres.so /home/opencv-2.4.10/lib/libopencv_ts.a /home/opencv-2.4.10/lib/libopencv_video.so /home/opencv-2.4.10/lib/libopencv_videostab.so -lrt -lpthread -lm -ldl

In the old computer I can see --libs opencv return
-lopencv -lopencv_contrib. Everything begin with -l.
Am I miss something?