Top "Contour" questions

A contour line for a function of two variables is a curve connecting points where the function has the same particular value.

How to crop the internal area of a contour?

I am working on Retinal fundus images.The image consists of a circular retina on a black background. With OpenCV, …

python image opencv image-processing contour
OpenCV's Canny Edge Detection in C++

I want to extract the edges of hand but I get the following result. I've tried adjusting the low and …

c++ opencv contour edge-detection
Calculate the area of an object with OpenCV

I need to calculate the area of a blob/an object in a grayscale picture (loading it as Mat, not …

c++ opencv contour
OpenCV sub-image from a Mat image

Possible Duplicate: Understanding region of interest in openCV 2.4 i want to get a sub-image (the one bounded by the red …

c++ image image-processing opencv contour
Python matplotlib change default color for values exceeding colorbar range

When filling a grid with color such as when using contourf in pyplot, I need to find a way to …

python matplotlib contour color-mapping colorbar
matplotlib - extracting data from contour lines

I would like to get data from a single contour of evenly spaced 2D data (an image-like data). Based on …

python numpy matplotlib scipy contour
Python matplotlib contour plot logarithmic color scale

I have problems with a contour-plot using logarithmic color scaling. I want to specify the levels by hand. Matplotlib, however, …

python matplotlib plot logging contour
Make contour of scatter

In python, If I have a set of data x, y, z I can make a scatter with import matplotlib.…

python matplotlib contour scatter-plot
What is the algorithm that opencv uses for finding contours?

I need to use cv::FindContours() in a program and I have to know the algorithm behind that. What algorithm …

algorithm opencv computer-vision contour
openCV - draw color contours on greyscale image

I'm working on a segmentation algorithme for medical images and during the process it must display the evolving contour on …

image opencv colors contour grayscale