A line projected on the image space, is defined by the plane formed by the rays intersecting with the image space, and that plane is defined (mathematically) by a normal(perpendicular line) in projective space. Line on the image is defined by the normal to the plane: Basically: The Formula isContinue Reading

Given a projection matrix m, it’s null space is the camera center. Why? Because every point on a specific ray that is projected through projection line of the camera center has to land on the same spot on the image, so that means that the camera matrix times the center point mustContinue Reading

Every rigid body has 6DOF potential in 3D space. One point has to be fixed to an x,y,z location – so that holds the first 3 DOF. The vector from it to any given point in the rigid object has to be constant in the z axis – because theContinue Reading

* Support vector machines analysis are supervised learning models that analyze data, and are used for classification analysis and regression analysis. * The minimization function is the error of how much misclassified points are there in the model(graph), (either inside the margins or of course outside of them), and alsoContinue Reading

Auctor varius interdum quam pellentesque nam duis etiam neque, mauris malesuada tincidunt primis augue montes faucibus, posuere porttitor libero ullamcorper ante aenean aliquam. Torquent nisl auctor cras varius nam faucibus posuere nec, habitasse mollis congue vel primis risus pharetra, semper lobortis dis fringilla massa integer leo. Etiam quis hendrerit adContinue Reading

Similarity – pixels should look alike (image patch on the left should look like the image patch on the right). Assumptions: Most scene points visible in both views. Image regions for matches are similar in appearance. Tactics- Do a dense correspondence by first: Normalize images to same standard deviation ofContinue Reading

Circle equation = (x-a) ²+ (y-b)²= r² (a,b is the center and r is the radius) Circle Hough Space is represented using a as the horizontal axis and b as the vertical axis. Each point from x,y is represented in hough space using its a,b as center of the circle,Continue Reading