Home | History | Annotate | Download | only in include

Lines Matching full:histogram

575    from the object histogram back project (extension of meanshift) */
581 from the object histogram back project */
778 /* Calculates histogram of a contour */
820 * Histogram functions *
823 /* Creates new histogram */
828 /* Assignes histogram bin ranges */
832 /* Creates histogram header for array */
838 /* Releases histogram */
841 /* Clears all the histogram bins */
844 /* Finds indices and values of minimum and maximum histogram bins */
851 /* Normalizes histogram by dividing all bins by sum of the bins, multiplied by <factor>.
852 After that sum of histogram bins is equal to <factor> */
856 /* Clear all histogram bins that are below the threshold */
864 /* Compares two histogram */
869 /* Copies one histogram to another. Destination histogram is created if
879 /* Calculates array histogram */
906 /* calculates probabilistic density (divides one histogram by another) */
910 /* equalizes histogram of 8-bit single-channel image */