Delaunay region as ROI?
How to make a delaunay triangle region of ROI in opencv.
How to make a delaunay triangle region of ROI in opencv.
Asked: 2017-09-12 10:58:45 -0600
Seen: 102 times
Last updated: Sep 12 '17
OpenCV DescriptorMatcher matches
Conversion between IplImage and MxArray
Video On Label OpenCV Qt :: hide cvNamedWindows
Problems using the math.h class with OpenCV (c++, VS2012)
How to reduce false positives for face detection
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
I need each delaunay triangle for matching processing.
If you want to set a non rectangular you can create a mask instead .
you can create a mask by drawing filled contour around your points.
Thanks i will try.