Skip to content

Commit

Permalink
houghLine fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaMulgundkar committed Nov 7, 2020
1 parent e45b878 commit 402147c
Show file tree
Hide file tree
Showing 9 changed files with 120 additions and 126 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -18,3 +18,5 @@ android/.project
android/.classpath
.idea/workspace.xml
.idea/libraries/Flutter_Plugins.xml
pubspec.lock
.idea/workspace.xml
76 changes: 35 additions & 41 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions example/lib/main.dart
@@ -1,3 +1,11 @@
/*
* flutter_opencv
* https://mulgundkar.com
*
* Copyright (c) 2020 Aditya Mulgundkar. All rights reserved.
* See LICENSE for more details.
*/

import 'dart:io';

import 'package:flutter/material.dart';
Expand Down

0 comments on commit 402147c

Please sign in to comment.