XII Release 0.1.0
Loading...
Searching...
No Matches
xiiImageUtils Member List

This is the complete list of members for xiiImageUtils, including all inherited members.

AdjustRoughness(xiiImage &ref_roughnessMap, const xiiImageView &normalMap)xiiImageUtilsstatic
BilinearSample(const xiiImageView &image, xiiImageAddressMode::Enum addressMode, xiiVec2 vUv)xiiImageUtilsstatic
BilinearSample(const xiiColor *pPixelPointer, xiiUInt32 uiWidth, xiiUInt32 uiHeight, xiiImageAddressMode::Enum addressMode, xiiVec2 vUv)xiiImageUtilsstatic
ChangeExposure(xiiImage &ref_image, float fBias)xiiImageUtilsstatic
ComputeImageDifferenceABS(const xiiImageView &imageA, const xiiImageView &imageB, xiiImage &out_difference)xiiImageUtilsstatic
ComputeImageDifferenceABSRelaxed(const xiiImageView &imageA, const xiiImageView &imageB, xiiImage &out_difference)xiiImageUtilsstatic
ComputeMeanSquareError(const xiiImageView &differenceImage, xiiUInt8 uiBlockSize, xiiUInt32 uiOffsetx, xiiUInt32 uiOffsety)xiiImageUtilsstatic
ComputeMeanSquareError(const xiiImageView &differenceImage, xiiUInt8 uiBlockSize)xiiImageUtilsstatic
Copy(const xiiImageView &srcImg, const xiiRectU32 &srcRect, xiiImage &ref_dstImg, const xiiVec3U32 &vDstOffset, xiiUInt32 uiDstMipLevel=0, xiiUInt32 uiDstFace=0, xiiUInt32 uiDstArrayIndex=0)xiiImageUtilsstatic
CopyChannel(xiiImage &ref_dstImg, xiiUInt8 uiDstChannelIdx, const xiiImage &srcImg, xiiUInt8 uiSrcChannelIdx)xiiImageUtilsstatic
CreateCubemapFrom6Files(xiiImage &ref_dstImg, const xiiImageView *pSourceImages)xiiImageUtilsstatic
CreateCubemapFromSingleFile(xiiImage &ref_dstImg, const xiiImageView &srcImg)xiiImageUtilsstatic
CreateImageDiffHtml(xiiStringBuilder &out_sHtml, xiiStringView sTitle, const xiiImage &referenceImgRgb, const xiiImage &referenceImgAlpha, const xiiImage &capturedImgRgb, const xiiImage &capturedImgAlpha, const xiiImage &diffImgRgb, const xiiImage &diffImgAlpha, xiiUInt32 uiError, xiiUInt32 uiThreshold, xiiUInt8 uiMinDiffRgb, xiiUInt8 uiMaxDiffRgb, xiiUInt8 uiMinDiffAlpha, xiiUInt8 uiMaxDiffAlpha)xiiImageUtilsstatic
CreateVolumeTextureFromSingleFile(xiiImage &ref_dstImg, const xiiImageView &srcImg) (defined in xiiImageUtils)xiiImageUtilsstatic
CropImage(const xiiImageView &input, const xiiVec2I32 &vOffset, const xiiSizeU32 &newsize, xiiImage &ref_output)xiiImageUtilsstatic
EmbedImageData(xiiStringBuilder &out_sHtml, const xiiImage &image)xiiImageUtilsstatic
ExtractAlphaChannel(const xiiImageView &inputImage, xiiImage &ref_outputImage)xiiImageUtilsstatic
ExtractLowerMipChain(const xiiImageView &src, xiiImage &ref_dst, xiiUInt32 uiNumMips)xiiImageUtilsstatic
GenerateMipMaps(const xiiImageView &source, xiiImage &ref_target, const MipMapOptions &options)xiiImageUtilsstatic
GetSampleIndex(xiiUInt32 uiNumTexels, xiiInt32 iIndex, xiiImageAddressMode::Enum addressMode, bool &out_bUseBorderColor) (defined in xiiImageUtils)xiiImageUtilsstatic
NearestSample(const xiiImageView &image, xiiImageAddressMode::Enum addressMode, xiiVec2 vUv)xiiImageUtilsstatic
NearestSample(const xiiColor *pPixelPointer, xiiUInt32 uiWidth, xiiUInt32 uiHeight, xiiImageAddressMode::Enum addressMode, xiiVec2 vUv)xiiImageUtilsstatic
Normalize(xiiImage &ref_image)xiiImageUtilsstatic
Normalize(xiiImage &ref_image, xiiUInt8 &ref_uiMinRgb, xiiUInt8 &ref_uiMaxRgb, xiiUInt8 &ref_uiMinAlpha, xiiUInt8 &ref_uiMaxAlpha) (defined in xiiImageUtils)xiiImageUtilsstatic
ReconstructNormalZ(xiiImage &ref_source)xiiImageUtilsstatic
RenormalizeNormalMap(xiiImage &ref_image)xiiImageUtilsstatic
RotateSubImage180(xiiImage &ref_image, xiiUInt32 uiMipLevel=0, xiiUInt32 uiFace=0, xiiUInt32 uiArrayIndex=0)xiiImageUtilsstatic
Scale(const xiiImageView &source, xiiImage &ref_target, xiiUInt32 uiWidth, xiiUInt32 uiHeight, const xiiImageFilter *pFilter=nullptr, xiiImageAddressMode::Enum addressModeU=xiiImageAddressMode::Clamp, xiiImageAddressMode::Enum addressModeV=xiiImageAddressMode::Clamp, const xiiColor &borderColor=xiiColor::Black)xiiImageUtilsstatic
Scale3D(const xiiImageView &source, xiiImage &ref_target, xiiUInt32 uiWidth, xiiUInt32 uiHeight, xiiUInt32 uiDepth, const xiiImageFilter *pFilter=nullptr, xiiImageAddressMode::Enum addressModeU=xiiImageAddressMode::Clamp, xiiImageAddressMode::Enum addressModeV=xiiImageAddressMode::Clamp, xiiImageAddressMode::Enum addressModeW=xiiImageAddressMode::Clamp, const xiiColor &borderColor=xiiColor::Black)xiiImageUtilsstatic