edge_detection
edge_detection copied to clipboard
This is a flutter plugin to detect edges in a live camera, take the picture of detected edges object, crop it, and save.
https://user-images.githubusercontent.com/72604311/153803128-c13afff7-fc0e-4147-9e33-5975a9d96024.mp4 how to fix this issue.
ava.lang.RuntimeException: Canvas: trying to draw too large(136666408bytes) bitmap. at android.graphics.RecordingCanvas.throwIfCannotDraw(RecordingCanvas.java:280) at android.graphics.BaseRecordingCanvas.drawBitmap(BaseRecordingCanvas.java:88) at android.graphics.drawable.BitmapDrawable.draw(BitmapDrawable.java:548) at android.widget.ImageView.onDraw(ImageView.java:1434) at android.view.View.draw(View.java:21440) at android.view.View.updateDisplayListIfDirty(View.java:20317) at android.view.View.draw(View.java:21172) at android.view.ViewGroup.drawChild(ViewGroup.java:4388) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4149) at android.view.View.updateDisplayListIfDirty(View.java:20308) at android.view.View.draw(View.java:21172)...
Hi All, i have this lines of code EdgeDetection.useInternalStorage(true); String? imagePath = await EdgeDetection.detectEdge; that give me to the log "File does not exist" someone can help?
Hi, Can you only select rectangular? (4 selection points) So can I add multiple points? How do I do this? (Note: I want to cut a profile photo.) Thanks.
I got the issue when try to run the app after install the package in IOS simulator, i got the error like wift Compiler Error (Xcode): Could not find module...
Hi, I realized that when I try to crop the image sometimes it is going back because of the swipe left gesture. How can I solve this issue? Thanks in...
Hi, Kudos to you for this package. As this package has UI build in Native and we cannot customize it in Flutter. I am here to know that if there...
I scan image from a folder and everything is ok. But when I scan image from another folder like Screenshoots folder, I get error like it: I/ExifInterface_JNI( 5112): Raw image...
I am using edge_detection and google_ml_kit library in my project . Increasing the app size 60 to 120 mb . :(
**Here is the image which causing it to crash.** 1. https://drive.google.com/file/d/1vxj_d4mrPjg0BPqozcdQ6R3t7JvM84gn/view?usp=sharing **I have traced this issues in scan/ScanActivity.kt on function onImageSelected(), on line mPresenter.detectEdge(pic); it is getting crashed. Here is...