Skip to content

Instantly share code, notes, and snippets.

@abhinavjain241
abhinavjain241 / colour-detect-hsv.cpp
Created November 25, 2015 18:11
HSV Colour Detection
#include <iostream>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
using namespace cv;
using namespace std;
int main()
{
#!/bin/bash
for n in E2 A2 D3 G3 B3 E4; do play -n synth 4 pluck $n repeat 2; done