Wasim Akram Biswas

Results 3 comments of 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...

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 ).