Skip to content

Instantly share code, notes, and snippets.

@jaytxrx
jaytxrx / cornerness_harris.cpp
Last active January 24, 2021 02:05
cornerness_harris
#include <iostream>
#include <numeric>
#include <opencv2/core.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/features2d.hpp>
using namespace std;
void cornernessHarris()
#!/bin/bash
SESSIONNAME="fastai"
TAB3="jupyter"
TAB2="shell"
TAB1="overview"
DEFAULTTAB=$TAB2