Skip to content

Instantly share code, notes, and snippets.

@VasanthKumarB
VasanthKumarB / MSER_opencv.cpp
Last active November 2, 2022 01:46
MSER opencv C++ example
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#include "opencv2/features2d/features2d.hpp"
#include <iostream>
using namespace cv;
using namespace std;
int main(int argc, char *argv[])
{