Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@phsamuel
phsamuel / cv2_IO.ipynb
Created August 9, 2016 13:16
I/O examples with OpenCV
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## GSP_DEMO - Tutorial on the GSPBox"
]
},
{
@phsamuel
phsamuel / linear_reg.ipynb
Created January 26, 2017 13:12
Linear regression example
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Linear regression with simple basis extension"
]
},
{
@phsamuel
phsamuel / optimizer comparison.ipynb
Last active February 2, 2017 02:10
A demo to compare some popular numerical optimizer
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@phsamuel
phsamuel / pca.ipynb
Created September 20, 2017 16:47
A PCA demo (in matlab)
{
"cells": [
{
"cell_type": "code",
"execution_count": 7,
"metadata": {
"collapsed": false
},
"outputs": [
{
@phsamuel
phsamuel / config
Created April 11, 2018 00:41
Xounral config file for "powerpoint" presentation (assume screen resolution of 1024 x 768)
# Xournal configuration file.
# This file is generated automatically upon saving preferences.
# Use caution when editing this file manually.
#
[general]
# the display resolution, in pixels per inch
display_dpi=96.00
# the initial zoom level, in percent
initial_zoom=212.00
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Linux terminal essential"
]
},
{
@phsamuel
phsamuel / cv2-epipolar.ipynb
Created February 14, 2019 20:44
Epipolar geometry (compute fundamental matrix and show epipolar lines)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.