All public logs
From BoofCV
Jump to navigationJump to searchCombined display of all available logs of BoofCV. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 19:35, 7 December 2016 Peter talk contribs uploaded File:Example bilinear eye.png (Example of bilinear interpolation being used to enlarge a picture of an eye.)
- 19:24, 7 December 2016 Peter talk contribs uploaded File:Example lena median blur.jpg (Median filter applied to an image)
- 19:23, 7 December 2016 Peter talk contribs uploaded File:Example lena mean blur.jpg (Mean blur applied to an image.)
- 19:20, 7 December 2016 Peter talk contribs uploaded File:Example lena gaussian blur.jpg (Gaussian blur applied to an image.)
- 19:19, 7 December 2016 Peter talk contribs uploaded File:Original lena512.jpg (Original unprocessed Lena photo. Classic photo used as a test image for image processing.)
- 18:54, 7 December 2016 Peter talk contribs uploaded File:Example nonmax r10 threshold.png (non-maximum suppression with a radius of 10 and thresholding)
- 18:53, 7 December 2016 Peter talk contribs uploaded File:Example nonmax r10.png (non-maximum suppression with a radius of 10)
- 18:53, 7 December 2016 Peter talk contribs uploaded File:Example nonmax r3 threshold.png (Example of found maximums with a radius of 3)
- 18:52, 7 December 2016 Peter talk contribs uploaded File:Example nonmax r3.png (Example of found maximums with a radius of 3)
- 18:46, 7 December 2016 Peter talk contribs uploaded File:Example nonmax intensity.png (Corner feature intensity for boat image)
- 18:44, 7 December 2016 Peter talk contribs uploaded File:Standard boat.jpg (Standard boat test image for image processing.)
- 09:02, 2 December 2016 Peter talk contribs deleted page Applet Image Segmentation (content was: "Demonstration of image segmentation using algorithms which used textural information to break up the image into clusters of connected pixels, also known as superpixel..." (and the only contributor was "Peter"))
- 09:02, 2 December 2016 Peter talk contribs deleted page Applet Dense Optical Flow (content was: "Demonstration of dense optical flow across several standard images from [http://vision.middlebury.edu/flow/data/ Middlebury]. Dense optical flow is the process of es..." (and the only contributor was "Peter"))
- 09:02, 2 December 2016 Peter talk contribs deleted page Applet Shape Fitting (content was: "After binary blobs have been extracted, higher level information of the scene is often found by fitting the blobs to different shapes. This example demonstrates how..." (and the only contributor was "Peter"))
- 09:02, 2 December 2016 Peter talk contribs deleted page Applet Orientation Point (content was: "One technique used to create an orientation invariant feature descriptor is to estimate the orientation of the region around the interest point. Once the feature's o..." (and the only contributor was "Peter"))
- 09:02, 2 December 2016 Peter talk contribs deleted page Applet Scale Space Point (content was: "Shows different types of point features detected across scale space. Both the Hessian-Laplace and Harris-Laplace use the Laplacian to determine the feature's respons..." (and the only contributor was "Peter"))
- 09:02, 2 December 2016 Peter talk contribs deleted page Applet Point Detected (content was: "Interest points are distinctive features inside an image and are commonly used to determine the relationship between two images. When processing a sequence of image they can be used to determine the type of motion the camera is undergoi...")
- 09:01, 2 December 2016 Peter talk contribs deleted page Applet Line Detected (content was: "Straight lines are common inside of man made structures and provide valuable scene information. Depending on the algorithm, lines detected inside an image can either..." (and the only contributor was "Peter"))
- 09:01, 2 December 2016 Peter talk contribs deleted page Applet Feature Extraction (content was: "Feature extraction is the second step in feature detection. After an intensity image has been computed,features are extracted from the intensity image by detecting l..." (and the only contributor was "Peter"))
- 09:01, 2 December 2016 Peter talk contribs deleted page Applet Scale Space Intensity (content was: "Shows feature intensity images at different levels in scale-space. In the scale-space formalism, different scales are represented by apply different amounts of blur to the input image. At higher scales (more blur/lower resolution) larg...")
- 09:01, 2 December 2016 Peter talk contribs deleted page Applet Point Intensity (content was: "Interest points or feature detectors most often work by scanning an image for regions in which the detector has a large response. The output of which is an intensity image showing where interest points are most likely to be. After the...")
- 09:01, 2 December 2016 Peter talk contribs deleted page Applet Image Enhance (content was: "Demonstrates different ways in which the image can be enhanced to make it easier for people to detect features in the image. Histrogram adjustment algorithms adjust..." (and the only contributor was "Peter"))
- 09:01, 2 December 2016 Peter talk contribs deleted page Applet Lens Distortion (content was: "All cameras have lens distortion which distort the image from the "ideal" camera model. Part of camera calibration is modeling, detecting, and correcting for this di..." (and the only contributor was "Peter"))
- 19:17, 1 December 2016 Peter talk contribs deleted page Applet Binary Segmentation (content was: "A common task to perform on binary images is to segment out blobs of connected pixels. Different connectivity rules can be applied. In BoofCV both 4 and 8 connect r..." (and the only contributor was "Peter"))
- 19:17, 1 December 2016 Peter talk contribs deleted page Applet Binary Operations (content was: "Binary images are fast to compute and process. The original binary image is computed by thresholding an intensity image. To detect features inside a binary image it..." (and the only contributor was "Peter"))
- 19:17, 1 December 2016 Peter talk contribs deleted page Applet Kernel Gaussian Steerable (content was: "Steerable filters are used to describe regions inside of an image. For example, once the orientation of a region has been determined the filters response to first, s..." (and the only contributor was "Peter"))
- 19:17, 1 December 2016 Peter talk contribs deleted page Applet Kernel Gaussian (content was: "Gaussian kernels are one of the most common convolutions kernels used in image processing. In this applet kernels are different sizes are shown. Smaller kernels app..." (and the only contributor was "Peter"))
- 19:17, 1 December 2016 Peter talk contribs deleted page Applet Interpolation (content was: "Image are composed of a 2D discrete grid where each pixel has an intensity value associated with it. Interpolation allows images to be treated as having a continuous set of elements instead of a discrete set by estimating the values pix...")
- 19:17, 1 December 2016 Peter talk contribs deleted page Applet Denoise (content was: "Noise removal is an important step in image processing. It allows higher level algorithms to operate more effectively with fewer faults. What exactly noise is is de..." (and the only contributor was "Peter"))
- 19:16, 1 December 2016 Peter talk contribs deleted page Applet Contour (content was: "Demonstrates different ways of detecting the edges or contours of objects inside of images. These techniques typically work best when object have a clearly defined edge and are not in cluttered environments. The [http://en.wikipedia.or...")
- 19:16, 1 December 2016 Peter talk contribs deleted page Applet Gradient (content was: "The image derivative is the rate of change in pixel intensity across the image. Image derivatives are used in numerous applications and regions with large first order derivatives (edges) are often considered to be the most informative p...")
- 19:16, 1 December 2016 Peter talk contribs deleted page Applet Color Space (content was: "Color inside of images can be represented many different ways. This demonstrations allows you to change the color space that different images are displayed in and vi..." (and the only contributor was "Peter"))
- 19:16, 1 December 2016 Peter talk contribs deleted page Applet Image Blur (content was: "Shows the affects of different image blur operations. Blurring is typically done to "remove noise" from images and often enables feature extraction algorithms to per..." (and the only contributor was "Peter"))
- 18:55, 1 December 2016 Peter talk contribs uploaded File:Calib target circle asym grid.png (Example of a circle asymmetric grid calibration target with an 8x5 grid)
- 16:17, 1 December 2016 Peter talk contribs uploaded File:Example image classification.jpg (Results over layed from image classification)
- 14:37, 1 December 2016 Peter talk contribs uploaded File:Detected ellipses.jpg (Red ellipses show where ellipses were detected inside this image.)
- 14:26, 1 December 2016 Peter talk contribs uploaded File:Fisheye to pinhole right.jpg (Synthetic pinhole view generated from a fisheye camera)
- 14:26, 1 December 2016 Peter talk contribs uploaded File:Fisheye to pinhole front.jpg (Synthetic pinhole view generated from a fisheye camera)
- 14:14, 1 December 2016 Peter talk contribs uploaded File:Table combined equirectangular.jpg (Equirectangular image created by combining two fisheye views from a RICOH THETA S)
- 14:12, 1 December 2016 Peter talk contribs uploaded File:Front table.jpg (Front fisheye image from RICOH THETA S)
- 14:11, 1 December 2016 Peter talk contribs uploaded File:Back table.jpg (fisheye photo from a RICOH THETA S)
- 14:02, 1 December 2016 Peter talk contribs uploaded File:Half dome pinhole 1.jpg (Synthetic pinhole camera view from an equirectangular image)
- 13:58, 1 December 2016 Peter talk contribs uploaded File:Half dome pinhole 0.jpg (Synthetic pinhole camera view from an equirectangular image)
- 13:44, 1 December 2016 Peter talk contribs uploaded File:Equirectangular half dome 01.jpg (Equirectangular image take on a RICOH Theta S. Resolution reduced and compressed for size.)
- 13:35, 1 December 2016 Peter talk contribs deleted page Example Calibrate Given Points (content was: "In other camera calibration examples, the process was fully automated. In this example it is demonstrated how to calibrate given a set of observed calibration points..." (and the only contributor was "Peter"))
- 04:51, 8 June 2016 Peter talk contribs uploaded File:Youtube calibration.jpg
- 11:02, 4 June 2016 Peter talk contribs uploaded File:Rgb to gray weighted.jpg
- 11:02, 4 June 2016 Peter talk contribs uploaded File:Rgb to gray unweighted.jpg
- 11:01, 4 June 2016 Peter talk contribs uploaded File:Rgb to gray original.jpg
- 10:58, 4 June 2016 Peter talk contribs uploaded a new version of File:Confusion matrix.png