I am doing a pro开发者_如何学运维ject in Matlab on Image processing Is there any possibility of getting 3d image from 2d image?If you have multiple images of the same object and the position of the c
Is it possible to tap into the VGA output of a (different) computer? The computer in question will be running a driving simulator (which is at full screen). I would like to feed this video to another
Like, finding the positions of all the A\'s within a .png, regardless of scale, but all rotated properly?
Dual of Absolute Quadric (DAQ)开发者_开发知识库 Just wondering if someone in this group has worked with accurate estimation of Dual of Absolute Quadric for camera calibration?
I need a very precise algorithm for fitting a circle to the set of data points (actually I need to determine the center). The data comes after the binarization and segmentation of the image.
If one wanted to perform the K-nearest-neighbors algorithm to do classification on im开发者_如何学Pythonages, how are features extracted from the images?What are the easiest, most effective methods?Gr
I have a CvSeq* containing the polygons created by running cvApproxPoly() on a CvSeq* created from running cvFindContors on a b&w input image.I want to access the CvPoints of each polygon returned
I\'ve googled around a few times, but I have not gotten a straight answer.I have a matrix that I would like to convolve with a discrete filter (e.g. the Sobel operator for edge detection).Is it possib
I want to compare the contrast of several images, for that purpose I need to measure the contrast. In fact I need the local contrast, not global. I already have a solution which just compares the neig
I need to get the rectangular counter of a sobel edge detected and threshold binary image, Does anyone know any suitable algorithm to get the coun开发者_开发知识库t, which can be implemented using c