Class SelectErrorSubpixel.S32_F32
java.lang.Object
boofcv.alg.disparity.block.SelectDisparityWithChecksWta<int[],DI>
boofcv.alg.disparity.block.select.SelectErrorWithChecks_S32<GrayF32>
boofcv.alg.disparity.block.select.SelectErrorSubpixel.S32_F32
- All Implemented Interfaces:
DisparitySelect<int[],,GrayF32> Compare_S32
- Enclosing class:
- SelectErrorSubpixel
For scores of type int[]
-
Nested Class Summary
Nested classes/interfaces inherited from class boofcv.alg.disparity.block.select.SelectErrorWithChecks_S32
SelectErrorWithChecks_S32.DispU8Nested classes/interfaces inherited from class boofcv.alg.disparity.block.SelectDisparityWithChecksWta
SelectDisparityWithChecksWta.SaveScore -
Field Summary
Fields inherited from class boofcv.alg.disparity.block.select.SelectErrorWithChecks_S32
discretizer, textureThresholdFields inherited from class boofcv.alg.disparity.block.SelectDisparityWithChecksWta
DISCRETIZER, disparityMax, disparityMin, disparityRange, disparityType, funcSaveScore, imageDisparity, imageScore, invalidDisparity, localRange, maxError, radiusX, regionWidth, rightToLeftTolerance -
Constructor Summary
ConstructorsConstructorDescriptionS32_F32(int maxError, int rightToLeftTolerance, double texture, boolean squaredError) -
Method Summary
Modifier and TypeMethodDescriptionDisparitySelect<int[],GrayF32> Creates a copy with separate working space.protected voidsetDisparity(int index, int disparityValue, float score) Sets the output to the specified disparity value.protected voidsetDisparityInvalid(int index) Methods inherited from class boofcv.alg.disparity.block.select.SelectErrorWithChecks_S32
compare, configure, process, setTextureMethods inherited from class boofcv.alg.disparity.block.SelectDisparityWithChecksWta
disparityMaxAtColumnL2R, getDisparityType, setLocalDisparityMax
-
Constructor Details
-
S32_F32
public S32_F32(int maxError, int rightToLeftTolerance, double texture, boolean squaredError)
-
-
Method Details
-
setDisparity
protected void setDisparity(int index, int disparityValue, float score) Description copied from class:SelectDisparityWithChecksWtaSets the output to the specified disparity value.- Specified by:
setDisparityin classSelectDisparityWithChecksWta<int[],GrayF32> - Parameters:
index- Image pixel that is being setdisparityValue- disparity valuescore- Score of the best disparity value
-
setDisparityInvalid
protected void setDisparityInvalid(int index) - Specified by:
setDisparityInvalidin classSelectDisparityWithChecksWta<int[],GrayF32>
-
concurrentCopy
Description copied from interface:DisparitySelectCreates a copy with separate working space. Used for concurrency. Data structures which are threadsafe can be shared
-