Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/image quality #58

Merged
merged 7 commits into from
Apr 6, 2021
Merged

Feature/image quality #58

merged 7 commits into from
Apr 6, 2021

Conversation

Goulartvic
Copy link
Contributor

feat: create ImageQualityController to analyze image quality

feat: Return image quality at onImageCreated

refactor: upgrade imageQuality algorithm

feat: retrieve imageQuality Darkness, Lightness and Sharpness tresholds at Demo Analysis tab

fix: fix extensions bitmap.mirror bug

fix: getBitmap and getContours to work with back camera

fix: change qrCode scanner input to RGB Bitmap to work with xiaomi cellphones

feat: Return image quality at onImageCreated
feat: retrieve imageQuality Darkness, Lightness and Sharpness at Demo Analasys tab
fix: getBitmap and getContours to work with back camera

fix: change qrCode scanner input to RGB Bitmap to work with xiaomi cellphones
@Goulartvic Goulartvic added bug Something isn't working enhancement New feature or request labels Apr 6, 2021
@Goulartvic Goulartvic requested a review from TeruyaHaroldo April 6, 2021 20:42
@Goulartvic Goulartvic self-assigned this Apr 6, 2021
Comment on lines 65 to 67
if (CaptureOptions.cameraLens == CameraSelector.LENS_FACING_FRONT) {
bitmap = bitmap
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@TeruyaHaroldo TeruyaHaroldo merged commit 4d79e75 into development Apr 6, 2021
@TeruyaHaroldo TeruyaHaroldo deleted the FEATURE/image-quality branch September 9, 2021 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants