I basically understand the theory behind using the Hough Transform to de开发者_如何学Pythontect parabolas (i.e. y = a( x - x_c ) + y_c).
http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_descriptor_matchers.html#flannbasedmatcher
I\'m having a really strange bug, and maybe it is a pointer error, but I can\'t see it.I have the following code...
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I must track a person in a scene using a segmentation algorithm.SIFT will do the job but is it definitely considered 开发者_开发技巧a segmentation algorithm or something else altogether?
In this 开发者_开发问答paper: Human Body Tracking by Adaptive Background Models and Mean-Shift Analysis
开发者_StackOverflow社区 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will
I am using the cvThresholding() routine from the OpenCV library to perform binarisation using Otsu\'s thresholding method. At times the approach fails which is understandable since Otsu calculates a s
I am implementing the Good Features To Track/Shi-Tomasi corner detection algorithm on CUDA and need to find a way to parallelize the following part of the algorithm:
I have IplImage * structures, and I am trying to have a loop to show an Image to a user, and ask them if the shown image is OK.