Wasim Akram Biswas
Wasim Akram Biswas
**Add this method in `CropImageView` class and get cropped bitmap** ``` @Nullable public Bitmap getCroppedBitmap() { Bitmap viewBitmap = getViewBitmap(); if (viewBitmap == null) return null; cancelAllAnimations(); setImageToWrapCropBounds(false); RectF currentImageRect...
@wu162 have you get any solution ?
some one added this project integrate in android project ... then plz explain integration process of this project ... (Note:- I just added opencv4.5.4 sdk in my android project ).