All Projects → sawankumarbundelkhandi → Edge_detection

sawankumarbundelkhandi / Edge_detection

Licence: apache-2.0
This is a flutter plugin to detect edges in a live camera, take the picture of detected edges object, crop it, and save.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Edge detection

Omrchecker
Grade exams fast and accurately using a scanner 🖨 or your phone 🤳.
Stars: ✭ 189 (+62.93%)
Mutual labels:  opencv, scanner
Opencv Document Scanner
An interactive document scanner built in Python using OpenCV featuring automatic corner detection, image sharpening, and color thresholding.
Stars: ✭ 213 (+83.62%)
Mutual labels:  opencv, scanner
Mmcamscanner
Simulation of CamScanner app With Custom Camera and Crop Rect Validation
Stars: ✭ 728 (+527.59%)
Mutual labels:  opencv, crop-image
Nvidia Gpu Tensor Core Accelerator Pytorch Opencv
A complete machine vision container that includes Jupyter notebooks with built-in code hinting, Anaconda, CUDA-X, TensorRT inference accelerator for Tensor cores, CuPy (GPU drop in replacement for Numpy), PyTorch, TF2, Tensorboard, and OpenCV for accelerated workloads on NVIDIA Tensor cores and GPUs.
Stars: ✭ 110 (-5.17%)
Mutual labels:  opencv
Ios Rubik Solver
An iOS app that detects a 3x3 Rubik's cube, recognizes the color of all cubies, solves it and provides a 3D visualisation of the solving process.
Stars: ✭ 111 (-4.31%)
Mutual labels:  opencv
Autoannotationtool
A label tool aim to reduce semantic segmentation label time, rectangle and polygon annotation is supported
Stars: ✭ 113 (-2.59%)
Mutual labels:  opencv
Python Examples Cv
OpenCV Python Computer Vision Examples used for Teaching
Stars: ✭ 113 (-2.59%)
Mutual labels:  opencv
Opencvjs
Complete opencvjs (With the lastest OpenCV 4.0.0+)
Stars: ✭ 108 (-6.9%)
Mutual labels:  opencv
Super enum
Create super-powered dart enums similar to sealed classes in Kotlin
Stars: ✭ 114 (-1.72%)
Mutual labels:  flutter-plugin
Face Swap Android
Realtime Face Swap Android NDK app full source code. Developed with OpenCV (http://opencv.org) and Dlib C++ (http://dlib.net).
Stars: ✭ 111 (-4.31%)
Mutual labels:  opencv
Studybook
Study E-Book(ComputerVision DeepLearning MachineLearning Math NLP Python ReinforcementLearning)
Stars: ✭ 1,457 (+1156.03%)
Mutual labels:  opencv
Rvision
Basic computer vision library for R
Stars: ✭ 107 (-7.76%)
Mutual labels:  opencv
Sobfu
real-time 3D reconstruction of non-rigidly deforming scenes using depth data
Stars: ✭ 113 (-2.59%)
Mutual labels:  opencv
Aruco tracker
Aruco Markers for pose estimation
Stars: ✭ 111 (-4.31%)
Mutual labels:  opencv
Scriptsdump
The biggest dump of scripts ever!
Stars: ✭ 114 (-1.72%)
Mutual labels:  opencv
Flutter local notifications
A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
Stars: ✭ 1,724 (+1386.21%)
Mutual labels:  flutter-plugin
Admin Finder
Blazing fast admin panel finder with asyncio and aiohttp
Stars: ✭ 113 (-2.59%)
Mutual labels:  scanner
Aruco Markers
Working examples/tutorial for detection and pose estimation of ArUco markers with C++
Stars: ✭ 112 (-3.45%)
Mutual labels:  opencv
Analyst Arsenal
A toolkit for Security Researchers
Stars: ✭ 112 (-3.45%)
Mutual labels:  scanner
Imagefeaturedetector
A C++ Qt GUI desktop program to calculate Harris, FAST, SIFT and SURF image features with OpenCV
Stars: ✭ 112 (-3.45%)
Mutual labels:  opencv

edge_detection

A flutter plugin to detect edges of objects, scan paper, detect corner, detect rectangle. It allows cropping of the detected object image and returns the path of the cropped image.

Usage:

Add dependency:

Please check the latest version before installation.

dependencies:
  flutter:
    sdk: flutter
  edge_detection: ^1.0.5

Add the following imports to your Dart code:

import 'package:edge_detection/edge_detection.dart';
//Make sure to await the call to detectEdge.
String imagePath = await EdgeDetection.detectEdge;

Demo

Demo

Screenshots

Android

iOS

Using these native implementation
https://github.com/WeTransfer/WeScan

https://github.com/KePeng1019/SmartPaperScan

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].