Rich's Wordpress

又一个WordPress站点

Uncategorized

OpenCV 13: Thresholding

Simple Thresholding Thresholding is the binarization of an image, it is useful when we want to convert a normal image to a binary image, that is an image where pixels are either 0 (black) or 255 (white). We would provide the computer a thresholding value, and compare each pixel of the image to this thresholded […]

Induction

Find the Nth Number in a Sequence In any sequence, if you know the nth term rule, you can find any term in that sequence. Remember, n stands for the position of the term: for the 1st term, n = 1; for the 10th term, n = 10; for the 1765th term, n = 1765. We simply substitute n into the nth term rule for our quadratic sequence.  To […]

Scroll to top