Ask Your Question

gauravgrover95's profile - activity

2020-09-20 21:14:38 -0600 received badge  Popular Question (source)
2018-11-09 04:47:25 -0600 commented question OpenCV for React Native

yeah. that is actually the whole issue. I understand that opencvjs supports the html canvas element for image processing

2018-11-09 04:27:23 -0600 commented question OpenCV for React Native

Currently, I am using react-native-image-picker. I believe it can return the image in either of the jpeg or base64 forma

2018-11-09 04:09:14 -0600 commented question OpenCV for React Native

I am developing a cross-platform mobile application for both Android and iOS. I want to capture an image from the camera

2018-11-09 03:58:03 -0600 commented question OpenCV for React Native

I need to use some image processing functions like GaussianBlur, adaptiveThreshold, medianBlur, morphologyEx, bounndingR

2018-11-08 11:00:14 -0600 asked a question OpenCV for React Native

OpenCV for React Native Hi, I have a requirement for using OpenCV in my React Native project. According to my research,