Skip to content

Instantly share code, notes, and snippets.

import 'dart:math' as math;
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/scheduler.dart';
void main() => runApp(ExampleApp());
class ExampleApp extends StatelessWidget {
@override
@ngoluuduythai
ngoluuduythai / robot.cpp
Last active August 29, 2015 14:26 — forked from zhezheng/robot.cpp
Elderly Fall Detection Using Web Camera and Mobile Robot
#include <stdio.h>
#include <opencv/highgui.h>
#include <opencv/cv.h>
#include <opencv/cxcore.h>
#include <ros/ros.h>
#include <geometry_msgs/Twist.h>
#include <std_msgs/String.h>
IplImage* imgTracking;