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

learn more… | top users | synonyms

2
votes
1answer
26 views

Set limits on a matplotlib colorbar without changing the actual plot

I would like create a pseudocolor plot (e.g. contour or contourf) and a colorbar. For practical reason, I want the range of the colorbar different from the underlying mappable. In the example below, ...
0
votes
2answers
34 views

Picking contours using the mouse?

My project takes a bitmap snapshot of the client area of a given window, and converts this data into an IplImage instance. Then after a grayscale conversion, threshing etc, bounding boxes are drawn ...
1
vote
1answer
49 views

which one the following centroid is the centroid of object in image?

I want to get mass center of circle shape from binary image, but the output give more then one mass center. I'm using code from opencv web tutorial document about image moment and modified little bit. ...
2
votes
1answer
47 views

my maiden post: Having trouble with ind2rgb function in matlab

A breif disclaimer: I am self-taught programmer, and this is officially my first stack overflow post, so try and be patient. I have a 250X250 probability distribution(pdf) matrix (values ranging 0 to ...
0
votes
1answer
35 views

Matplotlib.pyplot.contourf: lines, or gaps between polygons?

I'm trying to plot a filled contour plot, but the edge of each polygon is white. I've tried turning them of with linewidth=0, linewidths=0,edgecolor=None and a few others. I'm beginning to think it ...
3
votes
1answer
74 views

Adding water flow arrows to Matplotlib Contour Plot

I am generating a groundwater elevation contour with Matplotlib. See below Here is what I have now; how can I add water flow arrows like the image below? I want to add arrows to make it look like ...
0
votes
0answers
16 views

matlab overlaying streamslice to map

I'm trying to create radial wind map with Matlab. But I cant overlay wind streamline to already my radial wind map. This is the code i use to generate my map. figure('Color','w'); [lonng ...
0
votes
1answer
30 views

Java fillPolygon(Polygon p) doesn't work when p is circle contour?

I have here a situation, I can't handle by myself. I'd like to draw and fill Polygon onto JPanel. I have written Moore-Neighbor Tracing algorithm ...
0
votes
1answer
35 views

MATLAB - Contour plot with only 2 colours?

I am plotting contour plots in matlab using vectors. I am using the contourf command for filled contour. The thing is that my data is discrete initially (only has values 0 & 1) but still matlab ...
0
votes
1answer
61 views

Matplotlib: Multiple legends for contour plot for multiple contour variables

I need to make multiple contours plots of several variables on the same page. I can do this with MATLAB (see below for MATLAB code). I cannot get matplotlib to show multiple legends. Any help would be ...
0
votes
2answers
55 views

How to save the Black Pixels of a grayscale image and draw it to another graysclae image of same size?

I am trying to save the Black pixel positions of an original grayscale image and later want to draw it to the modified version of the grayscale image. And My code is here: std::vector< std::vector ...
0
votes
0answers
24 views

How to remove a certain contour collection from the contour plot?

A certain collection of a contour region needs to be eliminated. Suggest me a way to accomplish this ? I tried to program for the collections path to check for presence of every point in image but ...
0
votes
1answer
54 views

Getting a contour plot to use data from a CSV file

Hi experienced python community. I often collect magnetic data as part of my job but I have to wait until I am back from the field to process the data to check it for quality. This data comes in this ...
0
votes
0answers
27 views

Stylized contour rendering via transform feedback

I'm looking into rendering stylized contour strokes with OpenGL, and I'm wondering if using transform feedback is a viable way to process the strokes. Currently I understand that you can use a ...
-1
votes
0answers
39 views

Contour Detection change stepwise cityblock shape to euclidean in openCV

I have a problem, while I´m doing contour-detection. I want to get a smoother contour. On the example pictures below you can see my detected contour. I used grabCut on down-scaled image, resized it, ...
1
vote
2answers
95 views

How can i delete largest contour in a skeleton image in python?

I would like to delete the circumference (the outermost perimeter of a sign) of this wheel skeleton sign except what's inside. I think about a function findcontours() and delete the largest contour ...
0
votes
0answers
27 views

How to plot multiple contours for different axes in Matlab?

I have 3D data V(nx, ny, nz) and 3 independent vectors xs(nx,1), ys(ny,1), zs(nz,1). Instead of plotting an isosurface, I would like to plot 3 different contours, all which intersect in the middle of ...
0
votes
1answer
39 views

mark the contours in matplotlib contourf by (x,y) indices and not levels?

In my pcolor map, I want to mark contours , but for values which dont depend on the Z values of the pcolor ( specified by levels) but on the basis of specific (x,y) indices. How can i do this ? ...
0
votes
0answers
49 views

How to use cv::drawContours for connected component labeling purpose

I have a vector of saved contours.Now i want to draw them in the original image from where i have retrieve the contours and want to label the different regions and also want to grow the regions.How ...
0
votes
0answers
50 views

How to get the contour area in meter?

This is my code to find the contour area of a binary image: std::vector< std::vector<cv::Point> > contours_temp; cv::Mat temp = map_; cv::Mat Expanded_Map; cv::Mat ...
7
votes
2answers
95 views

Stop pyplot.contour from drawing a contour along a discontinuity

I have a 2d map of a coordinate transform. The data at each point is the aximuthal angle in the original coordinate system, which goes from 0 to 360. I'm trying to use pyplot.contour to plot lines of ...
0
votes
1answer
64 views

How can i convert images from scikit-image to opencv2 and other libraries?

I tried to find contour with cv2 python library in a skeletonized image created with scikit-image and i got this error: contours, hierarchy = ...
0
votes
1answer
105 views

How to plot contour of FFT of an image in Matlab

I want to know how to plot the contour of the FFT of an image in Matlab. I have this code but when plotting the contour I get a blue plot. I think I need to specify the range of the frequencies in the ...
0
votes
0answers
23 views

Is posibble to visualize contour in vba

I am new with visual basic. I have data like these where x = longitude, y = latitude, and z = sunset. I need to generate the contour where it can visual the sunset line . Can visual basic do this ...
0
votes
0answers
62 views

How to use countourArea() in OpenCV C++

I am having difficulty making contourArea() to work with my code. I am trying to calculate the area of each circle that I have detected using canny followed by morphologyEx(Close) and then ...
1
vote
1answer
65 views

Contour Plot using 2D set of data

I've got an XY coordinate set of data, and I need to be able to create a contour plot from that data. Is there an existing C# library that will provide me with this functionality? Thank you in ...
0
votes
1answer
53 views

contourf: plot unordered data

I have an unordered array of size 3xN, and I want to plot a contourf plot of the data. When I try contourf(pnts(1,:),pnts(2,:),pnts(3,:)); Matlab gives error. I can see that contourf doesn't want ...
1
vote
1answer
96 views

Replot matlab contour plots using gnuplot

He guys! I am (slowly) moving away from matlab towards the OS realm and I have recently discovered gnuplot which creates really nice plots so far. Now I want to replot some graphs I made with ...
2
votes
0answers
74 views

Multiple Filled Contour plots on the

I think my query is partially answered by this: Filled contour lines from a plot with color in R I have added a response to that post, but being quite old, I thought I might re-post it as a new ...
0
votes
1answer
115 views

Get (inner edge) contour pixel with opencv

I'm searching for a way to extract the "inner" contours of a binary image with opencv. I know that findContours extracts contours but I need the silhouette pixel which belong to the thresholded object ...
0
votes
0answers
39 views

ContourArea ignores internal “holes” of contour?

I'm using Findcontours with the simple external/internal hierarchy (CV_RETR_CCOMP), so that I get the external countours as well as any "holes" it may have. When I try to find the area of the blob ...
1
vote
1answer
73 views

R: Filling enclosed areas in contour

Im drawing a knn-classification plot in R using plot to plot the samples and contour to plot the lines that classify the plane. Here is my code: k<-1 ...
0
votes
0answers
44 views

Contour plot of back transformed data

I've fitted a linear model to my log10 transformed data with the rsm function of the DoE.wrapper library in R. Now I simply want to obtain some contour plot of my model but with data back-transformed ...
1
vote
0answers
30 views

Separating the Lanes with Contours

I am using Contours in Open-CV in C++ and I want to detect the lanes with that. Basically I am using contours the detect the lanes and shapes and by putting filters before that I figure the actual ...
0
votes
0answers
18 views

Contour Plot of Libration width three body

I try to plot the libration width of a resonance in the semimajor axis - eccentricity plane. The formula i must plot is (26) of this article: ...
0
votes
0answers
75 views

opencv - find contour and calculate the dynamics

I have stack of successive bw images where in multiple contours of different size. Basically they 'grow' and 'shrink'. I want to calculate the area, rate of growth of the contour. Is there functions ...
0
votes
1answer
76 views

Extract objects from cvFindContour

I am able to draw some contours using cvFindContour on my webcam's capture but now I would like to store each contour into some object. The goal here is to make a live object detection on a camera's ...
1
vote
1answer
529 views

How to plot 4D contour lines (XYZ-V) in MATLAB?

I have dataset of XYZ as the coordinates and V as the value at each point (100x4 matrix). I plot the 3D surface using patch. (by faces & vertices) How can I plot the contour lines of V (NOT Z) ...
1
vote
1answer
385 views

Opencv and Image Processing: Extracting contour of the body frame

I am a beginner in image processing and just started fiddling with OpenCV for a project. I have a video signal of pedestrian walking.I am running the pedestrain.cpp program whic does th bckgound ...
-4
votes
1answer
70 views

An Error in R: When I try to apply outer function:

Here is my code: Step1: Define a inverse function which I will use later inverse = function (f, lower = -100, upper = 100) { function (y) uniroot((function (x) f(x) - y), lower = lower, upper = ...
2
votes
1answer
113 views

Contour graph in python

How would I make a countour grid in python using matplotlib.pyplot, where the grid is one colour where the z variable is below zero and another when z is equal to or larger than zero? I'm not very ...
1
vote
2answers
201 views

OpenCV getting points in contours

I've tried so far to find a way to know if a point (cvPoint) is in the same hole than another. My solution was to take the CvSeq resulting from the application of cvFindContours() and to fill those ...
0
votes
1answer
509 views

How does the opencv function findContours work?

I am just starting out with opencv and I am trying to make a program that puts squares around a picture of rocks on some sand. The documentation for the function here includes an example of how to use ...
0
votes
2answers
94 views

Evaluate straightness of an arbitrary countour

I want to get a metric of straightness of contour in my binary image (relatively faster). The image looks as follows: Now, the contours in the red box are the ones which I would like to be removed ...
3
votes
1answer
102 views

R contour and fill contour can't fit together

I wana to draw a picture of global sea surface temperature ,but after I filled the contour of the sst, I try to add counter broader onto the filled picture,then some strange happened, these tow ...
1
vote
1answer
84 views

R color the map with contour [closed]

I want to draw the sst(sea surface temperature) with R,but there is still with some error in the line ,as a new ,please tell me where the problem is the rr.txt is formated like this 89 rows 180 ...
1
vote
0answers
60 views

Contourlet transformation( nsct)

We are currently working on a project on image fusion using non subsampled contourlet transformation, however we are having some trouble running the nsct codes that we have obtained from the link ...
0
votes
2answers
142 views

matlab contourf with gradual change of color

folks, I have an image matrix and created the following figure using contourf(my_matrix) colorbar Is it possible to make the color change gradually between the contour lines, instead of filling ...
2
votes
1answer
72 views

How to set an arbitrary direction on a contour plot to perform operation in Matlab

I am looking for help for my particular problem. I have a contour plot created from XYZ data. This plot contains 2 broad peaks with one more intense than the other. When the most intense peak is ...
0
votes
1answer
74 views

Specify RGB colour of contours with matplotlib

OK, I think this is probably simple but I've searched extensively and can't find anything. What I want to do is specify the precise RGB colour values of a contour line generated with matplotlib. I ...

1 2 3 4 5 7