OpenCV Comprehensive Demo
Explore all OpenCV features by uploading images or videos and selecting a tab below.
Upload an image or video to display.
Convert between RGB, HSV, and LAB color spaces.
Resize or crop the image.
Apply rotation and translation.
Apply global or adaptive thresholding.
Detect edges using Canny, Sobel, or Laplacian.
Apply Gaussian or median blur.
Detect and draw contours.
Detect ORB keypoints.
Detect cars using Haar Cascade.
Detect faces using Haar Cascade.
Apply GrabCut segmentation.
Compute optical flow for video.
Detect checkerboard for calibration (upload checkerboard image).
Compute disparity map (simplified).
Apply MOG2 for moving object detection.
Stitch two images using ORB features.
Apply k-means clustering for color quantization.
Detect objects using MobileNet SSD (upload prototxt and caffemodel files).
Draw shapes and add text to the image.