Lines Matching full:calculates
151 /* Calculates an image derivative using generalized Sobel
158 /* Calculates the image Laplacian: (d2/dx + d2/dy)I */
347 /* Calculates all spatial and central moments up to the 3rd order */
356 /* Calculates 7 Hu's invariants from precalculated spatial and central moments */
463 /* Calculates optical flow for 2 images using classical Lucas & Kanade algorithm */
467 /* Calculates optical flow for 2 images using block matching algorithm */
473 /* Calculates Optical flow for 2 images using Horn & Schunck algorithm */
486 Calculates optical flow between two images for certain set of points (i.e.
532 /* Calculates gradient of the motion history image and fills
538 /* Calculates average motion direction within a selected motion region
650 /* Calculates Voronoi tesselation (i.e. coordinates of Voronoi points) */
731 /* Calculates perimeter of a contour or length of a part of contour */
737 /* Calculates contour boundning rectangle (update=1) or
741 /* Calculates area of a contour or contour segment */
778 /* Calculates histogram of a contour */
784 /* Calculates exact convex hull of 2d point set */
874 /* Calculates bayesian probabilistic histograms
879 /* Calculates array histogram */
891 /* Calculates back project */
906 /* calculates probabilistic density (divides one histogram by another) */
924 /* Calculates the cooficients of the homography matrix */
992 /* Calculates constraint image for corner detection
998 /* Calculates eigen values and vectors of 2x2
1003 /* Calculates minimal eigenvalue for 2x2 gradient covariation matrix at
1009 Calculates det(M) - k*(trace(M)^2), where M is 2x2 gradient covariation matrix for each pixel */
1364 /* Calculates fundamental matrix given a set of corresponding points */