Class XCornerAbeles2019Intensity
java.lang.Object
boofcv.alg.feature.detect.intensity.XCornerAbeles2019Intensity
X-Corner detector. Can be used to detector chessboard corners. Samples in a circle around a targeted pixel.
It's at a maximum when adjacent points in the circle are all above or below the mean.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
XCornerAbeles2019Intensity
public XCornerAbeles2019Intensity()
-
-
Method Details
-
process
Computes the x-corner intensity. It's assumed the image has already had Gaussian blur applied to it with a radius of 1- Parameters:
input
- Blurred input image. Recommended that it's normalized to have values from -1 to 1intensity
- x-corner intensity.
-