I have successfully written a video processing program. I used ubuntu and Netbeans for programming. When I run this program on netbeans it runs perfectly and gives expected output.
I am getting errors using a NSDictionary when trying to assign it\'s contents to new variables/objects. Maybe this isn\'t posible? I thought it would be. I\'m also not sure if I can use non-Objective
I\'m developing a proof of concept algorithm for iris-related biometrics. I\'d like to be able to test it on a series of images, but in order to do so, I need to know the iris boundaries. Following th
Im trying to create my own sobel edge detect开发者_JS百科ion based off of the gx and gy matrices on three channels i have in my code below.
I have an RGB image. I want to convert it to numpy array. I did the following im = cv.LoadImage(\"abc.tiff\")
Im trying out the c开发者_开发百科odebook method, but don\'t really understand the point of int t in a code_book struct. Its the variable used to \"Count every access\", but this completely lost me. C
I\'ve been reading about similarity measures and image feature extraction; most of the papers refer to k-means as a good uniform clustering technique and my question is, is there any alternativ开发者_
i\'d like to implement a kalman filter using OpenCV to t开发者_JAVA技巧rack eye (in particular eye ball). I read something around internet about Kalman Filter. I have to set the state of my filter. Wh
I want to implement a background averaging method. I have 50 frames of images taken in one second and some of the frames contain lightning which I want to extract as the foreground. The frames are tak
I\'m trying to create an openCV matrix where each element of the matrix is a std::vector... butI can\'t seem to get it to work. Here\'s what I\'m doing: