chfakht

Results 6 issues of chfakht

Hi, i have some questions 1. What is the difference between Igor Pavlov's SDK in c and EASYLZMA. 2. How much memory allocation it require when using lc=0 , pb=3,...

Hi, Since i'm using raspberry pi 2 , this project seems very interesting because it detect faces fastly but how can i improve it for eye detection , is there...

Hi , Hi all , i'm under ubuntu 14.04 and opencv 3 gold .... i have found your code here for eye detection https://github.com/trishume/eyeLike when compiling in raspberry pi i...

I'm using windows 7 , with python 2.7 and pip 8.0.2 i have installed pyCallGraph for python using pip in cygwin `pip install pycallgraph` When trying to execute it :...

Python script on adding connection from linkedin. On following code: ``` from linkedin import linkedin API_KEY = 'wFNJekVpDCJtRPFX812pQsJee-gt0zO4X5XmG6wcfSOSlLocxodAXNMbl0_hw3Vl' API_SECRET = 'daJDa6_8UcnGMw1yuq9TsjoO_PMKukXMo8vEMo7Qv5J-G3SPgrAV0FqFCd0TNjQyG' RETURN_URL = 'https://localhost:8000' authentication = linkedin.LinkedInAuthentication(API_KEY, API_SECRET, RETURN_URL) #,...

The file alg.c contain the algorithm used for motionDetection in a video stream. However this page [http://www.lavrsen.dk/foswiki/bin/view/Motion/MotionTechnology](url) haven't explain a lot about it and the source code is very long...