Skip to content

Instantly share code, notes, and snippets.

View rathaROG's full-sized avatar
🎯
Focusing

rathaROG

🎯
Focusing
View GitHub Profile
@MareArts
MareArts / line_circle_rectangle_ellipse_polyline_fillConvexPoly_putText_drawContours.cpp
Last active March 26, 2024 14:34
line, circle, rectangle, ellipse, polyline, fillConvexPoly, putText, drawContours
http://cvlecture.marearts.com/2016/12/opencv-lecture-3-3_23.html
#include "opencv2/opencv.hpp"
using namespace cv;
using namespace std;
int main(int, char)
{
Mat img(500, 500, CV_8UC3);
@wavezhang
wavezhang / java_download.sh
Last active April 29, 2024 14:42
download java from oracle without login
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz