Skip to content

Instantly share code, notes, and snippets.

View StanfordLin's full-sized avatar

Stanford Lin StanfordLin

View GitHub Profile
<?xml VERSION="0.01" ?>
<PROBLEM>
<DESCRIPTION>
<SHORT></SHORT>
<DETAILED></DETAILED>
</DESCRIPTION>
<CONTAINERS>
<CSPIF VERSION="0.01">
<CSP>
<NAME>Untitled</NAME>
<DESCRIPTION>
<SHORT></SHORT>
<DETAILED></DETAILED>
</DESCRIPTION>
<VARIABLE TYPE="Integer">
<NAME>G</NAME>
<VALUE>1</VALUE>
<!doctype html>
<html id="root" lang="en">
<!--
Built on 3/30/2021 at 5:23 PM
-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
## Privacy Policy
Stanford Lin built the Trip Compare app as a Freemium app. This SERVICE is provided by Stanford Lin at no cost and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Trip Compare unless otherwise defined in this Privacy Policy.

Installing OpenCV 3.1 on Raspbian Jessie

Prerequisites

  • Keep your system up to date:
    • $ sudo apt-get update
    • $ sudo apt-get upgrade
    • $ sudo reboot
  • Make sure you've got an internet connection.
  • Make sure you've got
  • wget