Class BlockRowScoreMutualInformation.U8

java.lang.Object
boofcv.alg.disparity.block.BlockRowScore.ArrayS32<T,ImageData>
boofcv.alg.disparity.block.BlockRowScore.ArrayS32_BS32<GrayU8,byte[]>
boofcv.alg.disparity.block.BlockRowScoreMutualInformation.U8
All Implemented Interfaces:
BlockRowScore<GrayU8,int[],byte[]>
Enclosing interface:
BlockRowScoreMutualInformation

public static class BlockRowScoreMutualInformation.U8 extends BlockRowScore.ArrayS32_BS32<GrayU8,byte[]>
  • Constructor Details

  • Method Details

    • score

      public void score(byte[] leftRow, byte[] rightRow, int indexLeft, int indexRight, int offset, int length, int[] elementScore)
    • isRequireNormalize

      public boolean isRequireNormalize()
      Description copied from interface: BlockRowScore
      If true then the score needs to be normalized
    • getImageType

      public ImageType<GrayU8> getImageType()