Ask Your Question

Acanus's profile - activity

2018-10-23 23:41:12 -0600 received badge  Popular Question (source)
2014-11-12 04:37:29 -0600 asked a question histogram specification/fitting/matching

Hi everyone, I'm trying to make a histogram specification/fitting/matching to make the illumination of an image look like a model image ( the model image is the average of several image).So i want to know if OpenCV already have the function to do this? If not, can someone give me some advice on how to make the histogram specification/fitting/matching ( i want to normalize the illumination, but Histogram equalization not work well). Here is the wiki page of histogram specification/fitting/matching: http://en.wikipedia.org/wiki/Histogram_matching

2014-09-09 22:01:46 -0600 commented question Find Contour

try replace CvSeq *firstcontour = NULL with CvSeq *firstcontour =0

2014-08-19 07:20:08 -0600 asked a question ring projection

is there any function in openCV that help me calculate ring projection of an image or i have to write it myself? If i have to write it, can some one help me on writing the code that take less computation-intensive.And the algorithm to calculate ring projection is in here : http://machinevision.iem.yzu.edu.tw/vision/tech/Pattern2-color.pdf

2014-06-26 03:30:43 -0600 asked a question circular profiles matching

Does opencv have any function to calculate circular profiles from an image or i have to write the code myself?

2014-06-23 21:20:50 -0600 asked a question Meanshift clustering

Hi eveyone, i'm new to opencv, and i'm woking on a project that require to segment a color image using meanshift clustering.I tried using meanshift functions in opencv but it not work , can someone write an example of using meanshift for clustering a simple image. Thank for reading this..