A B C D E F G H I J K L M N O P Q R S T V W X Y _

A

AAN_SCALES - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
AbstractClusterBuilder - com.alibaba.simpleimage.analyze.search.cluster.impl 中的 类
 
AbstractImageDecoder - com.alibaba.simpleimage.codec 中的 类
 
AbstractImageDecoder() - 类 com.alibaba.simpleimage.codec.AbstractImageDecoder 的构造方法
 
add(E) - 类 com.alibaba.simpleimage.analyze.kdtree.SortedLimitedList 中的方法
 
addExtendHeaderReader(int, ExtendImageHeaderReader) - 类 com.alibaba.simpleimage.codec.AbstractImageDecoder 中的方法
 
addExtendHeaderReader(int, ExtendImageHeaderReader) - 接口 com.alibaba.simpleimage.codec.ImageDecoder 中的方法
 
addExtraProperty(String, Object) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
addImage(List<? extends Clusterable>) - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTree 中的方法
 
addImage(List<? extends Clusterable>) - 接口 com.alibaba.simpleimage.analyze.search.tree.VocabularyTree 中的方法
 
addItem(Clusterable) - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Cluster 中的方法
 
addPoint(Clusterable) - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTree 中的方法
 
addTextInfo(DrawTextItem) - 类 com.alibaba.simpleimage.render.DrawTextParameter 中的方法
 
addValue(Clusterable) - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTreeNode 中的方法
Adds a clusterable to the current vocab tree for word creation
ADOBE_IMPOSSIBLE - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
ADOBE_UNKNOWN - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
ADOBE_YCC - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
ADOBE_YCCK - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
AdobeHeaderReader - com.alibaba.simpleimage.codec.jpeg.ext 中的 类
TODO Comment of AdobeHeaderReader
AdobeHeaderReader() - 类 com.alibaba.simpleimage.codec.jpeg.ext.AdobeHeaderReader 的构造方法
 
APP0 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
APP0 used by JFIF
APP1 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
APP10 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
APP11 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
APP12 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
APP13 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
APP14 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
APP14 used by Adobe
APP15 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
APP2 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
APP2 used by ICC Profile
APP3 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
APP4 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
APP5 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
APP6 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
APP7 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
APP8 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
APP9 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
autoScaleImage(PlanarImage, double) - 类 com.alibaba.simpleimage.util.ImageScaleHelper 中的静态方法
 
available() - 类 com.alibaba.simpleimage.io.ByteArrayInputStream 中的方法
 

B

baseScale - 类 com.alibaba.simpleimage.analyze.sift.scale.OctaveSpace 中的变量
 
bicubicScaleImage(PlanarImage, float, int) - 类 com.alibaba.simpleimage.util.ImageScaleHelper 中的静态方法
 
BLOCK_NATURAL_ORDER - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
BoxIntegral(IntegralImage, int, int, int, int) - 类 com.alibaba.simpleimage.analyze.harissurf.ImageTransformUtils 中的静态方法
 
buildIndex(List<? extends Clusterable>, int) - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 
buildOctaves(ImagePixelArray, float, int, float, int) - 类 com.alibaba.simpleimage.analyze.sift.scale.Pyramid 中的方法
 
buildWeight() - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 
ByteArray - com.alibaba.simpleimage.io 中的 类
代表一个byte数组。
ByteArray(byte[], int, int) - 类 com.alibaba.simpleimage.io.ByteArray 的构造方法
 
ByteArrayInputStream - com.alibaba.simpleimage.io 中的 类
非同步的ByteArrayInputStream替换方案, 本代码移植自IBM developer works精彩文章, 参见package文档.
ByteArrayInputStream(byte[]) - 类 com.alibaba.simpleimage.io.ByteArrayInputStream 的构造方法
 
ByteArrayInputStream(byte[], int, int) - 类 com.alibaba.simpleimage.io.ByteArrayInputStream 的构造方法
 
ByteArrayOutputStream - com.alibaba.simpleimage.io 中的 类
本代码专为图片缓存使用,故默认缓冲区设得比较大 非同步的ByteArrayOutputStream替换方案, 执行toByteArray()方法时返回的是只读的内部字节数组, 避免了没有必要的字节复制.
ByteArrayOutputStream() - 类 com.alibaba.simpleimage.io.ByteArrayOutputStream 的构造方法
 
ByteArrayOutputStream(int) - 类 com.alibaba.simpleimage.io.ByteArrayOutputStream 的构造方法
 
ByteArraySeekableStreamWrap - com.alibaba.simpleimage.io 中的 类
 
ByteArraySeekableStreamWrap(byte[], int, int) - 类 com.alibaba.simpleimage.io.ByteArraySeekableStreamWrap 的构造方法
 
ByteArraySeekableStreamWrap(byte[]) - 类 com.alibaba.simpleimage.io.ByteArraySeekableStreamWrap 的构造方法
 

C

calculate(int[], int, int[], int[], int, int, int) - 类 com.alibaba.simpleimage.codec.convertor.FastInverseDCTCalculator 中的方法
AA&N DCT algorithm implemention coeff # in, dct coefficients, length = 64 data # out, 64 bytes
calculate(int[], int, int[], int[], int, int, int) - 类 com.alibaba.simpleimage.codec.convertor.InverseDCTCalculator 中的方法
input must be 8x8 integer array quant is a 8x8 QuantizationTable output is one of output destination, the other is return object width is the output array's width height is the output array's height
calculate(int[], int, int[], int[], int, int, int) - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的方法
 
CalculateConsts - com.alibaba.simpleimage.codec.jpeg 中的 接口
 
canCreatePalette(ImageTypeSpecifier) - 类 com.alibaba.simpleimage.util.PaletteBuilder 中的静态方法
Returns true if PaletteBuilder is able to create palette for given image type.
canCreatePalette(RenderedImage) - 类 com.alibaba.simpleimage.util.PaletteBuilder 中的静态方法
Returns true if PaletteBuilder is able to create palette for given rendered image.
Cb2B - 类 com.alibaba.simpleimage.codec.convertor.MapColorConvertor 中的静态变量
 
Cb2G - 类 com.alibaba.simpleimage.codec.convertor.MapColorConvertor 中的静态变量
 
CENTERJSAMPLE - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
clampFloat(double) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
clampRoundByte(double) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
clampRoundInt(double) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
clampRoundShort(double) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
clampRoundUShort(double) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
clear() - 类 com.alibaba.simpleimage.analyze.sift.scale.OctaveSpace 中的方法
 
clone() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
clone() - 类 com.alibaba.simpleimage.analyze.sift.FloatArray 中的方法
 
clone() - 类 com.alibaba.simpleimage.analyze.sift.ImagePixelArray 中的方法
 
clone() - 类 com.alibaba.simpleimage.analyze.sift.scale.KDFeaturePoint 中的方法
 
clone() - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
cloneNode(Node) - 类 com.alibaba.simpleimage.util.NodeUtils 中的静态方法
Currently only use by GIFStreamMetadata and GIFImageMetadata
close() - 类 com.alibaba.simpleimage.io.ByteArrayInputStream 中的方法
 
close() - 类 com.alibaba.simpleimage.io.ByteArrayOutputStream 中的方法
 
close() - 类 com.alibaba.simpleimage.io.ImageBitsInputStream 中的方法
 
close() - 接口 com.alibaba.simpleimage.io.ImageInputStream 中的方法
 
closeQuietly(ImageInputStream) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
closeQuietly(ImageOutputStream) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
closeQuietly(ImageInputStream) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
closeQuietly(ImageReader) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
Cluster - com.alibaba.simpleimage.analyze.search.cluster.impl 中的 类
类Cluster.java的实现描述:TODO 类实现描述
Cluster(float[], int) - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Cluster 的构造方法
 
Clusterable - com.alibaba.simpleimage.analyze.search.cluster 中的 接口
类Clusterable.java的实现描述:TODO 类实现描述
ClusterBuilder - com.alibaba.simpleimage.analyze.search.cluster 中的 接口
类ClusterBuilder.java的实现描述:TODO 类实现描述
ClusterChecker - com.alibaba.simpleimage.analyze.search.cluster 中的 接口
类ClusterChecker.java的实现描述:TODO 类实现描述
ClusterUtils - com.alibaba.simpleimage.analyze.search.util 中的 类
类ClusterUtils.java的实现描述:TODO 类实现描述
ClusterUtils() - 类 com.alibaba.simpleimage.analyze.search.util.ClusterUtils 的构造方法
 
CMMColorSpace - com.alibaba.simpleimage.jai.cmm 中的 类
 
collect(List<? extends Clusterable>, int) - 接口 com.alibaba.simpleimage.analyze.search.cluster.ClusterBuilder 中的方法
 
collect(List<? extends Clusterable>, int) - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.AbstractClusterBuilder 中的方法
 
ColorConvertor - com.alibaba.simpleimage.codec.convertor 中的 接口
 
COM - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Comment marker
com.alibaba.simpleimage - 软件包 com.alibaba.simpleimage
 
com.alibaba.simpleimage.analyze - 软件包 com.alibaba.simpleimage.analyze
 
com.alibaba.simpleimage.analyze.harissurf - 软件包 com.alibaba.simpleimage.analyze.harissurf
 
com.alibaba.simpleimage.analyze.harris - 软件包 com.alibaba.simpleimage.analyze.harris
 
com.alibaba.simpleimage.analyze.harris.io - 软件包 com.alibaba.simpleimage.analyze.harris.io
 
com.alibaba.simpleimage.analyze.harris.match - 软件包 com.alibaba.simpleimage.analyze.harris.match
 
com.alibaba.simpleimage.analyze.kdtree - 软件包 com.alibaba.simpleimage.analyze.kdtree
 
com.alibaba.simpleimage.analyze.reftype - 软件包 com.alibaba.simpleimage.analyze.reftype
 
com.alibaba.simpleimage.analyze.search.cluster - 软件包 com.alibaba.simpleimage.analyze.search.cluster
 
com.alibaba.simpleimage.analyze.search.cluster.impl - 软件包 com.alibaba.simpleimage.analyze.search.cluster.impl
 
com.alibaba.simpleimage.analyze.search.engine - 软件包 com.alibaba.simpleimage.analyze.search.engine
 
com.alibaba.simpleimage.analyze.search.tree - 软件包 com.alibaba.simpleimage.analyze.search.tree
 
com.alibaba.simpleimage.analyze.search.util - 软件包 com.alibaba.simpleimage.analyze.search.util
 
com.alibaba.simpleimage.analyze.sift - 软件包 com.alibaba.simpleimage.analyze.sift
 
com.alibaba.simpleimage.analyze.sift.io - 软件包 com.alibaba.simpleimage.analyze.sift.io
 
com.alibaba.simpleimage.analyze.sift.match - 软件包 com.alibaba.simpleimage.analyze.sift.match
 
com.alibaba.simpleimage.analyze.sift.render - 软件包 com.alibaba.simpleimage.analyze.sift.render
 
com.alibaba.simpleimage.analyze.sift.scale - 软件包 com.alibaba.simpleimage.analyze.sift.scale
 
com.alibaba.simpleimage.codec - 软件包 com.alibaba.simpleimage.codec
 
com.alibaba.simpleimage.codec.convertor - 软件包 com.alibaba.simpleimage.codec.convertor
 
com.alibaba.simpleimage.codec.jpeg - 软件包 com.alibaba.simpleimage.codec.jpeg
 
com.alibaba.simpleimage.codec.jpeg.ext - 软件包 com.alibaba.simpleimage.codec.jpeg.ext
 
com.alibaba.simpleimage.font - 软件包 com.alibaba.simpleimage.font
 
com.alibaba.simpleimage.io - 软件包 com.alibaba.simpleimage.io
 
com.alibaba.simpleimage.jai.cmm - 软件包 com.alibaba.simpleimage.jai.cmm
 
com.alibaba.simpleimage.jai.scale - 软件包 com.alibaba.simpleimage.jai.scale
 
com.alibaba.simpleimage.render - 软件包 com.alibaba.simpleimage.render
 
com.alibaba.simpleimage.util - 软件包 com.alibaba.simpleimage.util
 
compare(SurfMatch, SurfMatch) - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatch.MatchWeighter 中的方法
 
compare(Match, Match) - 类 com.alibaba.simpleimage.analyze.sift.match.Match.MatchWeighter 中的方法
 
compareTo(Object) - 类 com.alibaba.simpleimage.analyze.kdtree.KDTree.BestEntry 中的方法
 
compareTo(Score) - 类 com.alibaba.simpleimage.analyze.search.engine.Score 中的方法
 
Component - com.alibaba.simpleimage.codec.jpeg 中的 类
 
Component() - 类 com.alibaba.simpleimage.codec.jpeg.Component 的构造方法
 
CompositeImageProcessor - com.alibaba.simpleimage 中的 类
已过时。 
CompositeImageProcessor(String) - 类 com.alibaba.simpleimage.CompositeImageProcessor 的构造方法
已过时。  
CompositeImageProcessor() - 类 com.alibaba.simpleimage.CompositeImageProcessor 的构造方法
已过时。  
compute(BufferedImage) - 类 com.alibaba.simpleimage.jai.scale.LanczosScaleOp 中的方法
 
computeDoubleScale(int, int, ScaleParameter) - 类 com.alibaba.simpleimage.util.ImageScaleHelper 中的静态方法
 
computeFloatScale(int, int, ScaleParameter) - 类 com.alibaba.simpleimage.util.ImageScaleHelper 中的静态方法
 
CONST_BITS - 类 com.alibaba.simpleimage.codec.convertor.FastInverseDCTCalculator 中的静态变量
 
CONST_BITS - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
CONST_SCALE - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
convert(int, int, int) - 接口 com.alibaba.simpleimage.analyze.sift.IPixelConverter 中的方法
 
convert(int[], int) - 接口 com.alibaba.simpleimage.codec.convertor.ColorConvertor 中的方法
 
convert(int[], int) - 类 com.alibaba.simpleimage.codec.convertor.InverseColorConvertor 中的方法
 
convert(int[], int) - 类 com.alibaba.simpleimage.codec.convertor.MapColorConvertor 中的方法
 
convert(int[], int) - 类 com.alibaba.simpleimage.codec.convertor.NullColorConvertor 中的方法
 
convert(int[], int) - 类 com.alibaba.simpleimage.codec.convertor.YCbCr2RGBColorConvertor 中的方法
 
convert(int[], int) - 类 com.alibaba.simpleimage.codec.convertor.YCCK2CMYKColorConvertor 中的方法
 
convert2sRGB(PlanarImage) - 类 com.alibaba.simpleimage.util.ImageColorConvertHelper 中的静态方法
 
convertBlock(int[], int, byte[], int, int, int, int) - 接口 com.alibaba.simpleimage.codec.convertor.ColorConvertor 中的方法
 
convertBlock(int[], int, byte[], int, int, int, int) - 类 com.alibaba.simpleimage.codec.convertor.InverseColorConvertor 中的方法
 
convertBlock(int[], int, byte[], int, int, int, int) - 类 com.alibaba.simpleimage.codec.convertor.MapColorConvertor 中的方法
 
convertBlock(int[], int, byte[], int, int, int, int) - 类 com.alibaba.simpleimage.codec.convertor.NullColorConvertor 中的方法
 
convertBlock(int[], int, byte[], int, int, int, int) - 类 com.alibaba.simpleimage.codec.convertor.YCbCr2RGBColorConvertor 中的方法
 
convertBlock(int[], int, byte[], int, int, int, int) - 类 com.alibaba.simpleimage.codec.convertor.YCCK2CMYKColorConvertor 中的方法
 
convertCMYK2RGB(PlanarImage) - 类 com.alibaba.simpleimage.util.ImageColorConvertHelper 中的静态方法
JAI在读cmyk格式的时候分2种: CMYK的图形读取,JAI使用的RGBA的模式的, 因此,为了替换使用自己的Color Profile, 直接使用format的操作。
convertGray2RGB(PlanarImage) - 类 com.alibaba.simpleimage.util.ImageColorConvertHelper 中的静态方法
这个转灰度图像为RGB,利用公式 r = gray, g = gray, b = gray 来做的转换
convertIndexColorModel2RGB(PlanarImage) - 类 com.alibaba.simpleimage.util.ImageColorConvertHelper 中的静态方法
 
convertRGBA2RGB(PlanarImage) - 类 com.alibaba.simpleimage.util.ImageColorConvertHelper 中的静态方法
为了降低存储空间, 没有必要保持jpeg alpha通道.
convertToGrayscale(BufferedImage) - 类 com.alibaba.simpleimage.analyze.harissurf.ImageTransformUtils 中的静态方法
 
convolve(ImagePixelArray) - 类 com.alibaba.simpleimage.analyze.sift.scale.GaussianArray 中的方法
 
Corner - com.alibaba.simpleimage.analyze.harris 中的 类
 
Corner(int, int, float) - 类 com.alibaba.simpleimage.analyze.harris.Corner 的构造方法
 
CornerDrawTextItem - com.alibaba.simpleimage.render 中的 类
类CornerDrawTextItem.java的实现描述:TODO 类实现描述
CornerDrawTextItem(String) - 类 com.alibaba.simpleimage.render.CornerDrawTextItem 的构造方法
 
CornerDrawTextItem(String, float) - 类 com.alibaba.simpleimage.render.CornerDrawTextItem 的构造方法
 
CornerDrawTextItem(String, Color, Color, Font, int, float) - 类 com.alibaba.simpleimage.render.CornerDrawTextItem 的构造方法
 
corners - 类 com.alibaba.simpleimage.analyze.harris.HarrisFast 中的变量
 
Cr2G - 类 com.alibaba.simpleimage.codec.convertor.MapColorConvertor 中的静态变量
 
Cr2R - 类 com.alibaba.simpleimage.codec.convertor.MapColorConvertor 中的静态变量
 
create(ParameterBlock, RenderingHints) - 类 com.alibaba.simpleimage.jai.scale.LanczosCRIF 中的方法
 
create(RenderedImage, Double, Double, RenderingHints) - 类 com.alibaba.simpleimage.jai.scale.LanczosDescriptor 中的静态方法
 
createIndexColorModel(RenderedImage) - 类 com.alibaba.simpleimage.util.PaletteBuilder 中的静态方法
Creates an palette representing colors from given image img.
createIndexedImage(RenderedImage, WriteParameter.QuantAlgorithm) - 类 com.alibaba.simpleimage.util.IndexImageBuilder 中的静态方法
 
createIndexedImage(RenderedImage) - 类 com.alibaba.simpleimage.util.PaletteBuilder 中的静态方法
Creates an image representing given image src using IndexColorModel.
createKDTree(List<? extends IKDTreeDomain>) - 类 com.alibaba.simpleimage.analyze.kdtree.KDTree 中的静态方法
 
createMemoryStream(InputStream) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
createRenderable(RenderableImage, Double, Double, RenderingHints) - 类 com.alibaba.simpleimage.jai.scale.LanczosDescriptor 中的静态方法
 
createVector(int, int, int) - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 中的方法
 
crop(PlanarImage, CropParameter) - 类 com.alibaba.simpleimage.util.ImageCropHelper 中的静态方法
 
CropParameter - com.alibaba.simpleimage.render 中的 类
 
CropParameter() - 类 com.alibaba.simpleimage.render.CropParameter 的构造方法
 
CropParameter(float, float, int, int) - 类 com.alibaba.simpleimage.render.CropParameter 的构造方法
 
CropRender - com.alibaba.simpleimage.render 中的 类
 
CropRender(ImageRender) - 类 com.alibaba.simpleimage.render.CropRender 的构造方法
 
CropRender(ImageRender, CropParameter) - 类 com.alibaba.simpleimage.render.CropRender 的构造方法
 
CropRender(ImageWrapper, CropParameter) - 类 com.alibaba.simpleimage.render.CropRender 的构造方法
 
CropRender(InputStream, CropParameter) - 类 com.alibaba.simpleimage.render.CropRender 的构造方法
 

D

DAC - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Define Arithmetic conditioning tables
data - 类 com.alibaba.simpleimage.analyze.sift.FloatArray 中的变量
 
DCTSIZE - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
DCTSIZE2 - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
debug(Object) - 类 com.alibaba.simpleimage.util.ImageLog 中的方法
 
debug(Object, RenderedImage) - 类 com.alibaba.simpleimage.util.ImageLog 中的方法
 
decode() - 类 com.alibaba.simpleimage.codec.AbstractImageDecoder 中的方法
 
decode() - 接口 com.alibaba.simpleimage.codec.ImageDecoder 中的方法
 
decode(ImageInputStream) - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的方法
 
decode() - 类 com.alibaba.simpleimage.codec.jpeg.JPEGDecoder 中的方法
 
DEFAULT_COLOR - 类 com.alibaba.simpleimage.render.DrawTextParameter 中的静态变量
 
DEFAULT_FONT - 类 com.alibaba.simpleimage.render.DrawTextParameter 中的静态变量
 
DEFAULT_FONT_SIZE_MIN - 类 com.alibaba.simpleimage.render.DrawTextParameter 中的静态变量
 
DEFAULT_HIGHT_QUALITY - 类 com.alibaba.simpleimage.util.ImageReadHelper 中的静态变量
Used by PNG, GIF default quality
DEFAULT_MIN_QUALITY - 类 com.alibaba.simpleimage.util.ImageWriteHelper 中的静态变量
 
DEFAULT_QUALITY - 类 com.alibaba.simpleimage.ImageWrapper 中的静态变量
 
DEFAULT_SHADOW_COLOR - 类 com.alibaba.simpleimage.render.DrawTextParameter 中的静态变量
 
DEFAULT_WIDTH_PERCENT - 类 com.alibaba.simpleimage.render.DrawTextParameter 中的静态变量
 
DENSITY_UNIT_ASPECT_RATIO - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
The X and Y units simply indicate the aspect ratio of the pixels.
DENSITY_UNIT_DOTS_CM - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Pixel density is in pixels per centemeter.
DENSITY_UNIT_DOTS_INCH - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Pixel density is in pixels per inch.
descriptor - 类 com.alibaba.simpleimage.analyze.kdtree.IKDTreeDomain 中的变量
 
detectFeatures(ImagePixelArray) - 类 com.alibaba.simpleimage.analyze.sift.SIFT 中的方法
 
detectFeaturesDownscaled(ImagePixelArray, int, float) - 类 com.alibaba.simpleimage.analyze.sift.SIFT 中的方法
 
detectInterestPoints() - 类 com.alibaba.simpleimage.analyze.harissurf.HarrisSurf 中的方法
特征检测,使用harris corner detector
DHP - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Define Heirarchical progression
DHT - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Define Huffman Tables
diffImags - 类 com.alibaba.simpleimage.analyze.sift.scale.OctaveSpace 中的变量
 
dim - 类 com.alibaba.simpleimage.analyze.kdtree.IKDTreeDomain 中的变量
 
dispose() - 类 com.alibaba.simpleimage.ImageRender 中的方法
 
dispose() - 类 com.alibaba.simpleimage.render.CropRender 中的方法
 
dispose() - 类 com.alibaba.simpleimage.render.DrawTextRender 中的方法
 
dispose() - 类 com.alibaba.simpleimage.render.ReadRender 中的方法
 
dispose() - 类 com.alibaba.simpleimage.render.ScaleRender 中的方法
 
dispose() - 类 com.alibaba.simpleimage.render.WatermarkRender 中的方法
 
dispose() - 类 com.alibaba.simpleimage.render.WriteRender 中的方法
 
dist1 - 类 com.alibaba.simpleimage.analyze.sift.match.Match 中的变量
 
dist2 - 类 com.alibaba.simpleimage.analyze.sift.match.Match 中的变量
 
DISTANCE_TOLERANCE - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.AbstractClusterBuilder 中的静态变量
 
distanceSq(IKDTreeDomain, IKDTreeDomain) - 类 com.alibaba.simpleimage.analyze.kdtree.KDTree 中的静态方法
 
DNL - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Define Number of lines
DOUBLE_QUANT_HASH - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
DOUBLE_QUANT_SUMS - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
doubled() - 类 com.alibaba.simpleimage.analyze.sift.ImagePixelArray 中的方法
 
DQT - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Define Quantisation Tables
drawText(Graphics2D, int, int) - 类 com.alibaba.simpleimage.render.CornerDrawTextItem 中的方法
 
drawText(Graphics2D, int, int) - 类 com.alibaba.simpleimage.render.DrawTextItem 中的方法
 
drawText(Graphics2D, int, int) - 类 com.alibaba.simpleimage.render.FixDrawTextItem 中的方法
 
drawText(Graphics2D, int, int) - 类 com.alibaba.simpleimage.render.FootnoteDrawTextItem 中的方法
 
drawText(Graphics2D, int, int) - 类 com.alibaba.simpleimage.render.ReleatePositionDrawTextItem 中的方法
 
drawText(BufferedImage, DrawTextParameter) - 类 com.alibaba.simpleimage.util.ImageDrawHelper 中的静态方法
 
DrawTextItem - com.alibaba.simpleimage.render 中的 类
类DrawTextItem.java的实现描述:TODO 类实现描述
DrawTextItem(String, Color, Color, Font, int) - 类 com.alibaba.simpleimage.render.DrawTextItem 的构造方法
 
DrawTextParameter - com.alibaba.simpleimage.render 中的 类
 
DrawTextParameter() - 类 com.alibaba.simpleimage.render.DrawTextParameter 的构造方法
 
DrawTextParameter(List<DrawTextItem>) - 类 com.alibaba.simpleimage.render.DrawTextParameter 的构造方法
 
DrawTextRender - com.alibaba.simpleimage.render 中的 类
 
DrawTextRender(ImageRender, DrawTextParameter) - 类 com.alibaba.simpleimage.render.DrawTextRender 的构造方法
 
DrawTextRender(ImageWrapper, DrawTextParameter) - 类 com.alibaba.simpleimage.render.DrawTextRender 的构造方法
 
DrawTextRender(InputStream, DrawTextParameter) - 类 com.alibaba.simpleimage.render.DrawTextRender 的构造方法
 
DrawTextRender(InputStream, boolean, DrawTextParameter) - 类 com.alibaba.simpleimage.render.DrawTextRender 的构造方法
 
drawWatermark(BufferedImage, WatermarkParameter) - 类 com.alibaba.simpleimage.util.ImageDrawHelper 中的静态方法
 
DRI - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Define Restart Interval
DriftClusterChecker - com.alibaba.simpleimage.analyze.search.cluster.impl 中的 类
类DriftClusterChecker.java的实现描述:TODO 类实现描述
DriftClusterChecker(float) - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.DriftClusterChecker 的构造方法
 
dValue - 类 com.alibaba.simpleimage.analyze.sift.scale.ScalePeak.LocalInfo 中的变量
 

E

EOI - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
End of Image
error(Object) - 类 com.alibaba.simpleimage.util.ImageLog 中的方法
 
error(Object, RenderedImage) - 类 com.alibaba.simpleimage.util.ImageLog 中的方法
 
EXP - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Expand reference image(s)
EXPIRED_PERIOD - 类 com.alibaba.simpleimage.CompositeImageProcessor 中的静态变量
已过时。  
extend(int, int) - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的方法
 
ExtendImageHeader - com.alibaba.simpleimage.codec.jpeg.ext 中的 类
 
ExtendImageHeader() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 的构造方法
 
ExtendImageHeaderReader - com.alibaba.simpleimage.codec 中的 接口
TODO Comment of ExtendImageHeaderReader

F

FastInverseDCTCalculator - com.alibaba.simpleimage.codec.convertor 中的 类
TODO Comment of FastInverseDCTCalculator
FastInverseDCTCalculator() - 类 com.alibaba.simpleimage.codec.convertor.FastInverseDCTCalculator 的构造方法
 
fatal(Object, RenderedImage) - 类 com.alibaba.simpleimage.util.ImageLog 中的方法
 
fatal(Object) - 类 com.alibaba.simpleimage.util.ImageLog 中的方法
 
FeaturePoint - com.alibaba.simpleimage.analyze.sift.scale 中的 类
类FeaturePoint.java的实现描述:TODO 类实现描述
FeaturePoint() - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 的构造方法
 
FeaturePoint(ImagePixelArray, float, float, float, float, float) - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 的构造方法
 
features - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 中的变量
 
FILE_CONTENT_LOG_BASE_DIR_NAME - 类 com.alibaba.simpleimage.CompositeImageProcessor 中的静态变量
已过时。  
FILE_CONTENT_LOG_MAX_FILE_NUM - 类 com.alibaba.simpleimage.CompositeImageProcessor 中的静态变量
已过时。  
filter(double, double, int) - 类 com.alibaba.simpleimage.analyze.harris.HarrisFast 中的方法
角点的生成和过滤
filter(double) - 类 com.alibaba.simpleimage.jai.scale.LanczosResizeFilter 中的方法
 
filterAndLocalizePeaks(ArrayList<ScalePeak>, float, float, float, int) - 类 com.alibaba.simpleimage.analyze.sift.scale.OctaveSpace 中的方法
精确化特征点位置并生成本地化信息以及过虑躁点
filterFarMatchL(List<SurfMatch>, double, double) - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatchPoints 中的静态方法
 
filterFarMatchL(List<Match>, float, float) - 类 com.alibaba.simpleimage.analyze.sift.match.MatchKeys 中的静态方法
 
filterFarMatchR(List<SurfMatch>, double, double) - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatchPoints 中的静态方法
 
filterFarMatchR(List<Match>, float, float) - 类 com.alibaba.simpleimage.analyze.sift.match.MatchKeys 中的静态方法
 
filterJoins(List<SurfMatch>) - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatchPoints 中的静态方法
 
filterMore(List<Match>) - 类 com.alibaba.simpleimage.analyze.sift.match.MatchKeys 中的静态方法
 
filterNBest(ArrayList<SurfMatch>, int) - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatchPoints 中的静态方法
 
filterNBest(ArrayList<Match>, int) - 类 com.alibaba.simpleimage.analyze.sift.match.MatchKeys 中的静态方法
 
findMatchesBBF(List<SURFInterestPointN>, List<SURFInterestPointN>) - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatchPoints 中的静态方法
 
findMatchesBBF(List<SURFInterestPointN>, KDTree) - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatchPoints 中的静态方法
 
findMatchesBBF(List<KDFeaturePoint>, List<KDFeaturePoint>) - 类 com.alibaba.simpleimage.analyze.sift.match.MatchKeys 中的静态方法
 
findMatchesBBF(List<KDFeaturePoint>, KDTree) - 类 com.alibaba.simpleimage.analyze.sift.match.MatchKeys 中的静态方法
 
findNearestNode(List<KMeansTreeNode>, KMeansTreeNode) - 类 com.alibaba.simpleimage.analyze.search.util.TreeUtils 中的静态方法
 
findNearestNodeIndex(List<KMeansTreeNode>, Clusterable) - 类 com.alibaba.simpleimage.analyze.search.util.TreeUtils 中的静态方法
 
findPeaks(float) - 类 com.alibaba.simpleimage.analyze.sift.scale.OctaveSpace 中的方法
 
fineX - 类 com.alibaba.simpleimage.analyze.sift.scale.ScalePeak.LocalInfo 中的变量
 
fineY - 类 com.alibaba.simpleimage.analyze.sift.scale.ScalePeak.LocalInfo 中的变量
 
FIX(double) - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态方法
 
FIX_0_071888074 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_0_138617169 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_0_275899379 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_0_298631336 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_0_390180644 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_0_410524528 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_0_509795579 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_0_541196100 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_0_601344887 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_0_666655658 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_0_765366865 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_0_766367282 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_0_897167586 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_0_899976223 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_065388962 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_082392200 - 类 com.alibaba.simpleimage.codec.convertor.FastInverseDCTCalculator 中的静态变量
 
FIX_1_093201867 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_125726048 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_175875602 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_247225013 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_306562965 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_353318001 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_387039845 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_407403738 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_414213562 - 类 com.alibaba.simpleimage.codec.convertor.FastInverseDCTCalculator 中的静态变量
 
FIX_1_501321110 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_835730603 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_847759065 - 类 com.alibaba.simpleimage.codec.convertor.FastInverseDCTCalculator 中的静态变量
 
FIX_1_847759065 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_961570560 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_1_971951411 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_2_053119869 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_2_286341144 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_2_562915447 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_2_613125930 - 类 com.alibaba.simpleimage.codec.convertor.FastInverseDCTCalculator 中的静态变量
 
FIX_3_072711026 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FIX_3_141271809 - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
FixDrawTextItem - com.alibaba.simpleimage.render 中的 类
类CenterDrawTextItem.java的实现描述:TODO 类实现描述
FixDrawTextItem(String) - 类 com.alibaba.simpleimage.render.FixDrawTextItem 的构造方法
 
FixDrawTextItem(String, FixDrawTextItem.Position, float) - 类 com.alibaba.simpleimage.render.FixDrawTextItem 的构造方法
 
FixDrawTextItem(String, Color, Color, Font, int, FixDrawTextItem.Position, float) - 类 com.alibaba.simpleimage.render.FixDrawTextItem 的构造方法
 
FixDrawTextItem.Position - com.alibaba.simpleimage.render 中的 枚举
 
FloatArray - com.alibaba.simpleimage.analyze.sift 中的 类
类floatArray.java的实现描述:一个用于存储float的一维数组,可以快速地直接访问数组元素。
FloatArray() - 类 com.alibaba.simpleimage.analyze.sift.FloatArray 的构造方法
 
FontLoader - com.alibaba.simpleimage.font 中的 类
类FontLoader.java的实现描述:TODO 类实现描述
FontLoader(String, int, String) - 类 com.alibaba.simpleimage.font.FontLoader 的构造方法
 
FontLoader(String, String) - 类 com.alibaba.simpleimage.font.FontLoader 的构造方法
 
FontManager - com.alibaba.simpleimage.font 中的 类
类FontManager.java的实现描述:TODO 类实现描述
FontManager() - 类 com.alibaba.simpleimage.font.FontManager 的构造方法
 
FootnoteDrawTextItem - com.alibaba.simpleimage.render 中的 类
类FootnoteDrawTextItem.java的实现描述:TODO 类实现描述
FootnoteDrawTextItem(String, String) - 类 com.alibaba.simpleimage.render.FootnoteDrawTextItem 的构造方法
 
FootnoteDrawTextItem(String, String, float, Font) - 类 com.alibaba.simpleimage.render.FootnoteDrawTextItem 的构造方法
 
FootnoteDrawTextItem(String, String, Color, Color, Font, Font, int, float) - 类 com.alibaba.simpleimage.render.FootnoteDrawTextItem 的构造方法
 
fp1 - 类 com.alibaba.simpleimage.analyze.sift.match.Match 中的变量
 
fp2 - 类 com.alibaba.simpleimage.analyze.sift.match.Match 中的变量
 
FrameHeader - com.alibaba.simpleimage.codec.jpeg 中的 类
 
FrameHeader(boolean, boolean) - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 的构造方法
 

G

Gauss25 - 类 com.alibaba.simpleimage.analyze.harissurf.GaussianConstants 中的静态变量
7 x 7 Discrete Gaussian Distribution, sigma = 2.5
GaussianArray - com.alibaba.simpleimage.analyze.sift.scale 中的 类
类GaussiianArray.java的实现描述:高斯模糊的主算法
GaussianArray(float) - 类 com.alibaba.simpleimage.analyze.sift.scale.GaussianArray 的构造方法
 
GaussianConstants - com.alibaba.simpleimage.analyze.harissurf 中的 类
 
GaussianConstants() - 类 com.alibaba.simpleimage.analyze.harissurf.GaussianConstants 的构造方法
 
generalColorConvert(PlanarImage) - 类 com.alibaba.simpleimage.util.ImageColorConvertHelper 中的静态方法
 
geometricFilter(Map<SURFInterestPoint, SURFInterestPoint>, int, int) - 类 com.alibaba.simpleimage.analyze.harissurf.HarrisSurf 中的静态方法
给点一组匹配的特征点对,使用几何位置过滤其中不符合的点对,目前的策略包括: 1、特征主方向差别 2、斜率一致性
getAcHuffTable() - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
getAdobeTransform() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
getAh() - 类 com.alibaba.simpleimage.codec.jpeg.ScanHeader 中的方法
 
getAl() - 类 com.alibaba.simpleimage.codec.jpeg.ScanHeader 中的方法
 
getAlgorithm() - 类 com.alibaba.simpleimage.render.ScaleParameter 中的方法
 
getAlpha() - 类 com.alibaba.simpleimage.render.WatermarkParameter 中的方法
 
getAsBufferedImage(int) - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
getAsBufferedImage() - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
getAsBufferedImages() - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
getAsPlanarImage(int) - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
getAsPlanarImage() - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
getAsPlanarImages() - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
getAttr(Node, String) - 类 com.alibaba.simpleimage.util.NodeUtils 中的静态方法
 
getBlur() - 类 com.alibaba.simpleimage.jai.scale.LanczosResizeFilter 中的方法
 
getBounds2D(ParameterBlock) - 类 com.alibaba.simpleimage.jai.scale.LanczosCRIF 中的方法
 
getBranchFactor() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTree 中的方法
 
getBreadthWiseList() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTree 中的方法
 
getBytes() - 类 com.alibaba.simpleimage.io.ByteArray 中的方法
 
getC() - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
getCandidate(List<Integer>) - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 
getChild(Node, String) - 类 com.alibaba.simpleimage.util.NodeUtils 中的静态方法
 
getClusterIndex() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
getClusterIndex() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
getClusterMean() - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Cluster 中的方法
Get the current mean value of the cluster's items
getClusterMean() - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Point 中的方法
 
getClusterMeanDist() - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Cluster 中的方法
 
getColorspace() - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 中的方法
 
getComponentByID(int) - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
getComponentByIndex(int) - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
getComponents() - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
getCoord(int) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
getCropParameter() - 类 com.alibaba.simpleimage.render.CropRender 中的方法
 
getCurrentItemCount() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTreeNode 中的方法
 
getCurrentWord(KMeansTreeNode, int) - 类 com.alibaba.simpleimage.analyze.search.util.TreeUtils 中的静态方法
 
getCurrentWords() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTree 中的方法
Will return the current word in a depth wise search on the tree
getCurrentWords() - 接口 com.alibaba.simpleimage.analyze.search.tree.VocabularyTree 中的方法
 
getData() - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 中的方法
 
getDcHuffTable() - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
getDefaultQuality() - 类 com.alibaba.simpleimage.render.WriteParameter 中的方法
 
getDensityUnit() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
getDesc(ImageFormat) - 枚举 com.alibaba.simpleimage.ImageFormat 中的静态方法
 
getDesc() - 枚举 com.alibaba.simpleimage.ImageFormat 中的方法
 
getDescriptions(List<Corner>, boolean) - 类 com.alibaba.simpleimage.analyze.harissurf.HarrisSurf 中的方法
特征描述,在已输入的角点上提取surf descriptor
getDescriptor() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
getDescriptor() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
getDescriptorString() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
getDim() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
getDimensionCount() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
getDimensionElement(int) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
getDimensions() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
getDist() - 类 com.alibaba.simpleimage.analyze.kdtree.KDTree.BestEntry 中的方法
 
getDist1() - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatch 中的方法
 
getDist2() - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatch 中的方法
 
getDistance(InterestPoint) - 接口 com.alibaba.simpleimage.analyze.harissurf.InterestPoint 中的方法
 
getDistance(InterestPoint) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
getDistSq() - 类 com.alibaba.simpleimage.analyze.kdtree.KDTree.BestEntry 中的方法
 
getDomainFont() - 类 com.alibaba.simpleimage.render.FootnoteDrawTextItem 中的方法
 
getDomainName() - 类 com.alibaba.simpleimage.render.FootnoteDrawTextItem 中的方法
 
getDoubleAttr(Node, String) - 类 com.alibaba.simpleimage.util.NodeUtils 中的静态方法
 
getDrawTextParameter() - 类 com.alibaba.simpleimage.render.DrawTextRender 中的方法
 
getDx() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
getDx() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
getDy() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
getDy() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
getErrorDir() - 类 com.alibaba.simpleimage.CompositeImageProcessor 中的方法
已过时。  
getEuclideanDistance(double[], double[]) - 类 com.alibaba.simpleimage.analyze.search.util.ClusterUtils 中的静态方法
 
getEuclideanDistance(float[], float[]) - 类 com.alibaba.simpleimage.analyze.search.util.ClusterUtils 中的静态方法
 
getEuclideanDistance(Clusterable, Clusterable) - 类 com.alibaba.simpleimage.analyze.search.util.ClusterUtils 中的静态方法
 
getExtendHeaderReaders() - 类 com.alibaba.simpleimage.codec.AbstractImageDecoder 中的方法
 
getExtendHeaderReaders() - 接口 com.alibaba.simpleimage.codec.ImageDecoder 中的方法
 
getExtendImageHeader() - 类 com.alibaba.simpleimage.codec.jpeg.JPEGDecoder 中的方法
 
getExtraProperty(String) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
getExtraPropertyNames() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
getFont() - 类 com.alibaba.simpleimage.font.FontLoader 中的方法
 
getFont(String) - 类 com.alibaba.simpleimage.font.FontManager 中的静态方法
 
getFont() - 类 com.alibaba.simpleimage.render.DrawTextItem 中的方法
 
getFontColor() - 类 com.alibaba.simpleimage.render.DrawTextItem 中的方法
 
getFontShadowColor() - 类 com.alibaba.simpleimage.render.DrawTextItem 中的方法
 
getGaussianDistribution(int, float, float) - 类 com.alibaba.simpleimage.analyze.harissurf.GaussianConstants 中的静态方法
 
getGlobalKDFeaturePoints() - 类 com.alibaba.simpleimage.analyze.sift.SIFT 中的方法
 
getGlobalNaturalInterestPoints() - 类 com.alibaba.simpleimage.analyze.harissurf.HarrisSurf 中的方法
 
getH() - 类 com.alibaba.simpleimage.analyze.harris.Corner 中的方法
 
getH() - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
getHeight() - 类 com.alibaba.simpleimage.analyze.harissurf.IntegralImage 中的方法
 
getHeight() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointListInfo 中的方法
 
getHeight() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNListInfo 中的方法
 
getHeight() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTreeNode 中的方法
 
getHeight() - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointListInfo 中的方法
 
getHeight() - 类 com.alibaba.simpleimage.analyze.sift.render.RenderImage 中的方法
 
getHeight() - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 中的方法
 
getHeight() - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
如果是除GIF以外的图片,getHeight()与getHeight(0)等价,既返回第一张图片的宽度 如果是GIF,则读取GIF的元信息来获取图片高度,这个值不一定和getHeight(0)相等
getHeight(int) - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
getHeight() - 类 com.alibaba.simpleimage.render.CropParameter 中的方法
 
getHorizonDCTScaledSize() - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
getHorizontalSamplingFactor(int) - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
getHorizontalSubsampling(int) - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
getHorizontalSubsampling(int) - 类 com.alibaba.simpleimage.render.WriteParameter 中的方法
 
getICC_Profile(String) - 类 com.alibaba.simpleimage.jai.cmm.CMMColorSpace 中的静态方法
 
getId() - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Cluster 中的方法
 
getId() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTreeNode 中的方法
 
getIdentity() - 类 com.alibaba.simpleimage.analyze.search.engine.Score 中的方法
 
getImageFile() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointListInfo 中的方法
 
getImageFile() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNListInfo 中的方法
 
getImageFile() - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointListInfo 中的方法
 
getImageFormat(String) - 枚举 com.alibaba.simpleimage.ImageFormat 中的静态方法
 
getImageFormat() - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
getImageLayoutHint(RenderingHints) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
getIndex() - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
getInstance(int) - 类 com.alibaba.simpleimage.jai.cmm.CMMColorSpace 中的静态方法
 
getIntAttr(Node, String) - 类 com.alibaba.simpleimage.util.NodeUtils 中的静态方法
 
getInterestPoints() - 类 com.alibaba.simpleimage.analyze.harissurf.HarrisSurf 中的方法
 
getItems() - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Cluster 中的方法
 
getItems() - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Point 中的方法
 
getJFIFMajorVersion() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
getJFIFMinorVersion() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
getL() - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的方法
 
getLaplacian() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
getLaplacian() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
getLastGaussianImg() - 类 com.alibaba.simpleimage.analyze.sift.scale.OctaveSpace 中的方法
 
getLeafsList() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTree 中的方法
 
getLength() - 类 com.alibaba.simpleimage.io.ByteArray 中的方法
 
getLF() - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
getLh() - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的方法
 
getList() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointListInfo 中的方法
 
getList() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNListInfo 中的方法
 
getList() - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointListInfo 中的方法
 
getLocation() - 接口 com.alibaba.simpleimage.analyze.harissurf.InterestPoint 中的方法
 
getLocation() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
To take care of the InterestPoint Interface
getLocation() - 接口 com.alibaba.simpleimage.analyze.search.cluster.Clusterable 中的方法
 
getLocation() - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Cluster 中的方法
Get the original location of the cluster
getLocation() - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Point 中的方法
 
getLocation() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTreeNode 中的方法
 
getLog(Class<?>) - 类 com.alibaba.simpleimage.util.ImageLog 中的静态方法
 
getLq() - 类 com.alibaba.simpleimage.codec.jpeg.QuantizationTable 中的方法
 
getLs() - 类 com.alibaba.simpleimage.codec.jpeg.ScanHeader 中的方法
 
getMarker() - 异常 com.alibaba.simpleimage.codec.jpeg.JPEGMarkerException 中的方法
 
getMaxHeight() - 类 com.alibaba.simpleimage.render.ScaleParameter 中的方法
 
getMaxSize() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointListInfo 中的方法
 
getMaxSize() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNListInfo 中的方法
 
getMaxWidth() - 类 com.alibaba.simpleimage.render.ScaleParameter 中的方法
 
getMeanValue(List<Clusterable>) - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Cluster 中的静态方法
 
getMetadata(int) - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
getMetadata() - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
getMetadatas() - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
getMinFontSize() - 类 com.alibaba.simpleimage.render.DrawTextItem 中的方法
 
getMinPointCount() - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态方法
 
getName() - 类 com.alibaba.simpleimage.font.FontLoader 中的方法
 
getNeighbour() - 类 com.alibaba.simpleimage.analyze.kdtree.KDTree.BestEntry 中的方法
 
getNf() - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
getNs() - 类 com.alibaba.simpleimage.codec.jpeg.ScanHeader 中的方法
 
getNumOfComponents() - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 中的方法
 
getNumOfImages() - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
getNumSubItems() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTreeNode 中的方法
 
getNumWords() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTree 中的方法
 
getOffset() - 类 com.alibaba.simpleimage.io.ByteArray 中的方法
 
getOrientation() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
getOrientation() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
getP() - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
getParam() - 类 com.alibaba.simpleimage.render.WatermarkRender 中的方法
 
getPosition() - 类 com.alibaba.simpleimage.render.FixDrawTextItem 中的方法
 
getPq() - 类 com.alibaba.simpleimage.codec.jpeg.QuantizationTable 中的方法
 
getProfileData() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
getProfileData() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ICCProfileReader 中的方法
 
getQ() - 类 com.alibaba.simpleimage.codec.jpeg.QuantizationTable 中的方法
 
getQTable() - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
getQuality() - 类 com.alibaba.simpleimage.codec.jpeg.JPEGDecoder 中的方法
 
getQuality() - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
getQuantAlgorithm() - 类 com.alibaba.simpleimage.render.WriteParameter 中的方法
 
getRankedList(List<Integer>, List<Score>, int) - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 
getRawColorspace() - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 中的方法
 
getRootNode() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTree 中的方法
 
getSampleTimes() - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
getScale() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
getScale() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
getScale() - 类 com.alibaba.simpleimage.jai.scale.LanczosResizeFilter 中的方法
 
getScaleDivedeWindowSupport() - 类 com.alibaba.simpleimage.jai.scale.LanczosResizeFilter 中的方法
 
getScore() - 类 com.alibaba.simpleimage.analyze.search.engine.Score 中的方法
 
getSe() - 类 com.alibaba.simpleimage.codec.jpeg.ScanHeader 中的方法
 
getSerialversionuid() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的静态方法
 
getShadowTranslation(int) - 类 com.alibaba.simpleimage.render.DrawTextItem 中的方法
 
getSolpeArcStep() - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态方法
 
getSp1() - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatch 中的方法
 
getSp2() - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatch 中的方法
 
getSs() - 类 com.alibaba.simpleimage.codec.jpeg.ScanHeader 中的方法
 
getStreamMetadata() - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
getSubNodes() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTreeNode 中的方法
 
getSupport() - 类 com.alibaba.simpleimage.jai.scale.LanczosResizeFilter 中的方法
 
getTc() - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的方法
 
getText() - 类 com.alibaba.simpleimage.render.DrawTextItem 中的方法
 
getTextInfo() - 类 com.alibaba.simpleimage.render.DrawTextParameter 中的方法
 
getTextWidthPercent() - 类 com.alibaba.simpleimage.render.FixDrawTextItem 中的方法
 
getTextWidthPercent() - 类 com.alibaba.simpleimage.render.FootnoteDrawTextItem 中的方法
 
getTh() - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的方法
 
getTotal_features() - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 
getTowPntDistRatio() - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态方法
 
getTowPntOrientationMinus() - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态方法
 
getTowPntScaleMinus() - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态方法
 
getTq() - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
getTq() - 类 com.alibaba.simpleimage.codec.jpeg.QuantizationTable 中的方法
 
getTransformedImage(BufferedImage, double, double, double, double) - 类 com.alibaba.simpleimage.analyze.harissurf.ImageTransformUtils 中的静态方法
 
getTreeHeight() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTree 中的方法
 
getUserMeta() - 类 com.alibaba.simpleimage.render.WriteParameter 中的方法
 
getV() - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
getV() - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的方法
 
getValue(int, int) - 类 com.alibaba.simpleimage.analyze.harissurf.IntegralImage 中的方法
 
getValues() - 类 com.alibaba.simpleimage.analyze.harissurf.IntegralImage 中的方法
 
getVerticaDCTScaledSize() - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
getVerticalSamplingFactor(int) - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
getVerticalSubsampling(int) - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
getVerticalSubsampling(int) - 类 com.alibaba.simpleimage.render.WriteParameter 中的方法
 
getWatermark() - 类 com.alibaba.simpleimage.render.WatermarkParameter 中的方法
 
getWidth() - 类 com.alibaba.simpleimage.analyze.harissurf.IntegralImage 中的方法
 
getWidth() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointListInfo 中的方法
 
getWidth() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNListInfo 中的方法
 
getWidth() - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointListInfo 中的方法
 
getWidth() - 类 com.alibaba.simpleimage.analyze.sift.render.RenderImage 中的方法
 
getWidth() - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 中的方法
 
getWidth() - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
如果是除GIF以外的图片,getWidth()与getWidth(0)等价,既返回第一张图片的宽度 如果是GIF,则读取GIF的元信息来获取图片宽度,这个值不一定和getWidth(0)相等
getWidth(int) - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
getWidth() - 类 com.alibaba.simpleimage.render.CropParameter 中的方法
 
getWindowSupport() - 类 com.alibaba.simpleimage.jai.scale.LanczosResizeFilter 中的方法
 
getX() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
getX() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
getX() - 类 com.alibaba.simpleimage.analyze.harris.Corner 中的方法
 
getX() - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Point 中的方法
 
getX() - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
getX() - 类 com.alibaba.simpleimage.render.CropParameter 中的方法
 
getX() - 类 com.alibaba.simpleimage.render.WatermarkParameter 中的方法
 
getXDensity() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
getY() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
getY() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
getY() - 类 com.alibaba.simpleimage.analyze.harris.Corner 中的方法
 
getY() - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Point 中的方法
 
getY() - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
getY() - 类 com.alibaba.simpleimage.render.CropParameter 中的方法
 
getY() - 类 com.alibaba.simpleimage.render.WatermarkParameter 中的方法
 
getYDensity() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
getZoom() - 类 com.alibaba.simpleimage.render.ScaleRender 中的方法
 
GIF_IMAGE_METADATA_NAME - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的静态变量
 
GIF_STREAM_METADATA_NAME - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的静态变量
 

H

halved() - 类 com.alibaba.simpleimage.analyze.sift.ImagePixelArray 中的方法
 
HarrisFast - com.alibaba.simpleimage.analyze.harris 中的 类
Harris角点
HarrisFast(int[][], int, int, IntegralImage) - 类 com.alibaba.simpleimage.analyze.harris.HarrisFast 的构造方法
 
HarrisSurf - com.alibaba.simpleimage.analyze.harissurf 中的 类
结合了Harris Corner Detector 以及 Surf Haarwave Descriptor 削弱了对尺度缩放的抵抗性,降低特征维度从128到64,增加特征提取的效率
HarrisSurf(BufferedImage) - 类 com.alibaba.simpleimage.analyze.harissurf.HarrisSurf 的构造方法
 
HarrisSurf(BufferedImage, double, double, int) - 类 com.alibaba.simpleimage.analyze.harissurf.HarrisSurf 的构造方法
 
hasBadValue(float[]) - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.MeansClusterBuilder 中的静态方法
 
hasFeatures - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 中的变量
 
height - 类 com.alibaba.simpleimage.analyze.sift.ImagePixelArray 中的变量
 
HuffmanTable - com.alibaba.simpleimage.codec.jpeg 中的 类
 
HuffmanTable(int, int, int[], int[]) - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 的构造方法
 

I

ICC_PROFILE_LABEL - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
ICCProfileReader - com.alibaba.simpleimage.codec.jpeg.ext 中的 类
TODO Comment of ICCProfileReader
ICCProfileReader() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ICCProfileReader 的构造方法
 
idCount - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTree 中的静态变量
 
identifyFormat(InputStream) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
IKDTreeDomain - com.alibaba.simpleimage.analyze.kdtree 中的 类
类IKDTreeDomain.java的实现描述:在kdtree 上查找的元素必须存在这两个字段
IKDTreeDomain() - 类 com.alibaba.simpleimage.analyze.kdtree.IKDTreeDomain 的构造方法
 
image - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 中的变量
 
ImageBitsInputStream - com.alibaba.simpleimage.io 中的 类
 
ImageBitsInputStream(InputStream) - 类 com.alibaba.simpleimage.io.ImageBitsInputStream 的构造方法
 
ImageColorConvertHelper - com.alibaba.simpleimage.util 中的 类
 
ImageColorConvertHelper() - 类 com.alibaba.simpleimage.util.ImageColorConvertHelper 的构造方法
 
ImageCropHelper - com.alibaba.simpleimage.util 中的 类
图片裁剪帮助类
ImageCropHelper() - 类 com.alibaba.simpleimage.util.ImageCropHelper 的构造方法
 
ImageDecoder - com.alibaba.simpleimage.codec 中的 接口
TODO Comment of Decoder
ImageDrawHelper - com.alibaba.simpleimage.util 中的 类
JAI图片处理辅助类
ImageDrawHelper() - 类 com.alibaba.simpleimage.util.ImageDrawHelper 的构造方法
 
ImageEngine - com.alibaba.simpleimage.analyze.search.engine 中的 类
类ImageEngine.java的实现描述:TODO 类实现描述
ImageEngine() - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 的构造方法
 
ImageFormat - com.alibaba.simpleimage 中的 枚举
TODO Comment of ImageFormat
ImageInputStream - com.alibaba.simpleimage.io 中的 接口
 
ImageLog - com.alibaba.simpleimage.util 中的 类
just use log image info
ImagePixelArray - com.alibaba.simpleimage.analyze.sift 中的 类
类PixelfloatArray.java的实现描述:用于存储图象象素的一维数组,按行依次存储
ImagePixelArray(int, int) - 类 com.alibaba.simpleimage.analyze.sift.ImagePixelArray 的构造方法
 
ImagePixelArray(float[], int, int) - 类 com.alibaba.simpleimage.analyze.sift.ImagePixelArray 的构造方法
 
ImageReadHelper - com.alibaba.simpleimage.util 中的 类
TODO Comment of ImageReadHelper
ImageReadHelper() - 类 com.alibaba.simpleimage.util.ImageReadHelper 的构造方法
 
ImageRender - com.alibaba.simpleimage 中的 类
TODO Comment of ImageRender
ImageRender(ImageRender) - 类 com.alibaba.simpleimage.ImageRender 的构造方法
 
ImageScaleHelper - com.alibaba.simpleimage.util 中的 类
 
ImageScaleHelper() - 类 com.alibaba.simpleimage.util.ImageScaleHelper 的构造方法
 
ImageTransformUtils - com.alibaba.simpleimage.analyze.harissurf 中的 类
 
ImageTransformUtils() - 类 com.alibaba.simpleimage.analyze.harissurf.ImageTransformUtils 的构造方法
 
ImageUtil - com.alibaba.simpleimage.analyze.search.util 中的 类
 
ImageUtil() - 类 com.alibaba.simpleimage.analyze.search.util.ImageUtil 的构造方法
 
ImageUtils - com.alibaba.simpleimage.util 中的 类
TODO Comment of SIUtils
ImageWrapper - com.alibaba.simpleimage 中的 类
这个类存在的意义在于可以比BufferedImage和PlanarImage提供更多的图片的源信息,同时可以保存像GIF这样多副图片的图片格式。
ImageWrapper(BufferedImage) - 类 com.alibaba.simpleimage.ImageWrapper 的构造方法
 
ImageWrapper(PlanarImage) - 类 com.alibaba.simpleimage.ImageWrapper 的构造方法
 
ImageWrapper(BufferedImage, boolean) - 类 com.alibaba.simpleimage.ImageWrapper 的构造方法
 
ImageWrapper(PlanarImage, boolean) - 类 com.alibaba.simpleimage.ImageWrapper 的构造方法
 
ImageWrapper(BufferedImage, int) - 类 com.alibaba.simpleimage.ImageWrapper 的构造方法
 
ImageWrapper(BufferedImage, int, boolean) - 类 com.alibaba.simpleimage.ImageWrapper 的构造方法
 
ImageWrapper(PlanarImage, int) - 类 com.alibaba.simpleimage.ImageWrapper 的构造方法
 
ImageWrapper(PlanarImage, int, boolean) - 类 com.alibaba.simpleimage.ImageWrapper 的构造方法
 
ImageWrapper(PlanarImage[]) - 类 com.alibaba.simpleimage.ImageWrapper 的构造方法
 
ImageWriteHelper - com.alibaba.simpleimage.util 中的 类
 
ImageWriteHelper() - 类 com.alibaba.simpleimage.util.ImageWriteHelper 的构造方法
 
imgScale - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 中的变量
 
IndexImageBuilder - com.alibaba.simpleimage.util 中的 类
类PaletteBuilder2.java的实现描述:TODO 类实现描述
info(Object) - 类 com.alibaba.simpleimage.util.ImageLog 中的方法
 
info(Object, RenderedImage) - 类 com.alibaba.simpleimage.util.ImageLog 中的方法
 
init(String) - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 
initData() - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 中的方法
 
IntegralImage - com.alibaba.simpleimage.analyze.harissurf 中的 类
 
IntegralImage(BufferedImage) - 类 com.alibaba.simpleimage.analyze.harissurf.IntegralImage 的构造方法
 
InterestPoint - com.alibaba.simpleimage.analyze.harissurf 中的 接口
 
InterestPointInfoReader - com.alibaba.simpleimage.analyze.harris.io 中的 类
类KeyPointFileReader.java的实现描述:TODO 类实现描述
InterestPointInfoReader() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointInfoReader 的构造方法
 
InterestPointInfoWriter - com.alibaba.simpleimage.analyze.harris.io 中的 类
类InterestPointWriter.java的实现描述:TODO 类实现描述
InterestPointInfoWriter() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointInfoWriter 的构造方法
 
InterestPointListInfo - com.alibaba.simpleimage.analyze.harris.io 中的 类
类InterestPointFileList.java的实现描述:每张图片的SURFInterestPoint信息,用于缓存logo信息。
InterestPointListInfo() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointListInfo 的构造方法
 
InterestPointNInfoReader - com.alibaba.simpleimage.analyze.harris.io 中的 类
类KeyPointFileReader.java的实现描述:TODO 类实现描述
InterestPointNInfoReader() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNInfoReader 的构造方法
 
InterestPointNinfoWriter - com.alibaba.simpleimage.analyze.harris.io 中的 类
类InterestPointWriter.java的实现描述:TODO 类实现描述
InterestPointNinfoWriter() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNinfoWriter 的构造方法
 
InterestPointNListInfo - com.alibaba.simpleimage.analyze.harris.io 中的 类
类InterestPointFileList.java的实现描述:TODO 类实现描述
InterestPointNListInfo() - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNListInfo 的构造方法
 
InternalRawImage - com.alibaba.simpleimage.codec.jpeg 中的 类
TODO Comment of RawImage
InternalRawImage() - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 的构造方法
 
interpolateH(int[], int) - 类 com.alibaba.simpleimage.jai.scale.InterpolationLanczos 中的方法
 
interpolateH(float[], float) - 类 com.alibaba.simpleimage.jai.scale.InterpolationLanczos 中的方法
 
interpolateH(double[], float) - 类 com.alibaba.simpleimage.jai.scale.InterpolationLanczos 中的方法
 
InterpolationLanczos - com.alibaba.simpleimage.jai.scale 中的 类
TODO Comment of InterpolationLanczos
InterpolationLanczos() - 类 com.alibaba.simpleimage.jai.scale.InterpolationLanczos 的构造方法
 
InverseColorConvertor - com.alibaba.simpleimage.codec.convertor 中的 类
TODO Comment of InverseColorConvertor
InverseColorConvertor() - 类 com.alibaba.simpleimage.codec.convertor.InverseColorConvertor 的构造方法
 
InverseDCTCalculator - com.alibaba.simpleimage.codec.convertor 中的 类
 
InverseDCTCalculator() - 类 com.alibaba.simpleimage.codec.convertor.InverseDCTCalculator 的构造方法
 
IPixelConverter - com.alibaba.simpleimage.analyze.sift 中的 接口
类IPixelConverter.java的实现描述:将三通道的RGB转换成一通道的灰度,并进行归一化处理
isBaseline() - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
isBMP(InputStream) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
isBroken() - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
这个参数只有图片格式是JPEG的时候才有意义,表示图片内容已经损坏
isEquivalentTo(SURFInterestPoint) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
isExistProfile() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
isGIF(InputStream) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
isJPEG(InputStream) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
isLeafNode() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTreeNode 中的方法
 
isPNG(InputStream) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 
isProgressiveMode() - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
isQualitySet() - 类 com.alibaba.simpleimage.render.WriteParameter 中的方法
 
isSamplingSet() - 类 com.alibaba.simpleimage.render.WriteParameter 中的方法
 
isSawAdobeMarker() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
isSawJFIFMarker() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
isSawJFXXMarker() - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
isTIFF(InputStream) - 类 com.alibaba.simpleimage.util.ImageUtils 中的静态方法
 

J

JAIRegisterHelper - com.alibaba.simpleimage.util 中的 类
 
JAIRegisterHelper() - 类 com.alibaba.simpleimage.util.JAIRegisterHelper 的构造方法
 
JFIFHeaderReader - com.alibaba.simpleimage.codec.jpeg.ext 中的 类
TODO Comment of JFIFHeaderReader
JFIFHeaderReader() - 类 com.alibaba.simpleimage.codec.jpeg.ext.JFIFHeaderReader 的构造方法
 
joinsFilter(Map<SURFInterestPoint, SURFInterestPoint>) - 类 com.alibaba.simpleimage.analyze.harissurf.HarrisSurf 中的静态方法
 
JPEGColorSpace - com.alibaba.simpleimage.codec.jpeg 中的 枚举
TODO Comment of JPEGColorSpace
JPEGDecoder - com.alibaba.simpleimage.codec.jpeg 中的 类
 
JPEGDecoder(ImageInputStream, boolean, boolean) - 类 com.alibaba.simpleimage.codec.jpeg.JPEGDecoder 的构造方法
 
JPEGDecoder(ImageInputStream) - 类 com.alibaba.simpleimage.codec.jpeg.JPEGDecoder 的构造方法
 
JPEGDecoderException - com.alibaba.simpleimage.codec.jpeg 中的 异常
TODO Comment of JPEGDecodeException
JPEGDecoderException() - 异常 com.alibaba.simpleimage.codec.jpeg.JPEGDecoderException 的构造方法
 
JPEGDecoderException(String, Throwable) - 异常 com.alibaba.simpleimage.codec.jpeg.JPEGDecoderException 的构造方法
 
JPEGDecoderException(String) - 异常 com.alibaba.simpleimage.codec.jpeg.JPEGDecoderException 的构造方法
 
JPEGDecoderException(Throwable) - 异常 com.alibaba.simpleimage.codec.jpeg.JPEGDecoderException 的构造方法
 
JPEGMarkerException - com.alibaba.simpleimage.codec.jpeg 中的 异常
TODO Comment of JPEGMarkerException
JPEGMarkerException(int) - 异常 com.alibaba.simpleimage.codec.jpeg.JPEGMarkerException 的构造方法
 
JPG - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Reserved for JPEG extensions

K

KDFeaturePoint - com.alibaba.simpleimage.analyze.sift.scale 中的 类
类KDFeaturePoint.java的实现描述:该类主要将FeaturePoint的feature修改为整数以便在KDTree上查找
KDFeaturePoint() - 类 com.alibaba.simpleimage.analyze.sift.scale.KDFeaturePoint 的构造方法
 
KDFeaturePoint(FeaturePoint) - 类 com.alibaba.simpleimage.analyze.sift.scale.KDFeaturePoint 的构造方法
 
KDFeaturePointInfoReader - com.alibaba.simpleimage.analyze.sift.io 中的 类
 
KDFeaturePointInfoReader() - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointInfoReader 的构造方法
 
KDFeaturePointListInfo - com.alibaba.simpleimage.analyze.sift.io 中的 类
 
KDFeaturePointListInfo() - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointListInfo 的构造方法
 
KDFeaturePointWriter - com.alibaba.simpleimage.analyze.sift.io 中的 类
 
KDFeaturePointWriter() - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointWriter 的构造方法
 
KDTree - com.alibaba.simpleimage.analyze.kdtree 中的 类
类KDTree.java的实现描述:TODO 类实现描述
KDTree() - 类 com.alibaba.simpleimage.analyze.kdtree.KDTree 的构造方法
 
KDTree.BestEntry - com.alibaba.simpleimage.analyze.kdtree 中的 类
 
KMeansTree - com.alibaba.simpleimage.analyze.search.tree 中的 类
 
KMeansTree(List<Clusterable>, int, int, ClusterBuilder) - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTree 的构造方法
This creates a new tree from the items
KMeansTreeNode - com.alibaba.simpleimage.analyze.search.tree 中的 类
 
KMeansTreeNode(float[], List<Clusterable>, int, int, int, ClusterBuilder) - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTreeNode 的构造方法
 

L

LanczosContributionInfo - com.alibaba.simpleimage.jai.scale 中的 类
TODO Comment of LanczosContributionInfo
LanczosContributionInfo() - 类 com.alibaba.simpleimage.jai.scale.LanczosContributionInfo 的构造方法
 
LanczosCRIF - com.alibaba.simpleimage.jai.scale 中的 类
TODO Comment of LanczosCRIF
LanczosCRIF() - 类 com.alibaba.simpleimage.jai.scale.LanczosCRIF 的构造方法
 
LanczosDescriptor - com.alibaba.simpleimage.jai.scale 中的 类
TODO Comment of LanczosDescriptor
LanczosDescriptor() - 类 com.alibaba.simpleimage.jai.scale.LanczosDescriptor 的构造方法
 
LanczosOpImage - com.alibaba.simpleimage.jai.scale 中的 类
已过时。 
LanczosOpImage(RenderedImage, ImageLayout, Map, double, double) - 类 com.alibaba.simpleimage.jai.scale.LanczosOpImage 的构造方法
已过时。  
LanczosResizeFilter - com.alibaba.simpleimage.jai.scale 中的 类
TODO Comment of LanczosResizeFilter
LanczosResizeFilter() - 类 com.alibaba.simpleimage.jai.scale.LanczosResizeFilter 的构造方法
 
lanczosScaleImage(PlanarImage, double) - 类 com.alibaba.simpleimage.util.ImageScaleHelper 中的静态方法
 
LanczosScaleOp - com.alibaba.simpleimage.jai.scale 中的 类
Lanczos缩路算法实现,参考自ImageMagick http://www.imagemagick.org
LanczosScaleOp(double, double) - 类 com.alibaba.simpleimage.jai.scale.LanczosScaleOp 的构造方法
 
level - 类 com.alibaba.simpleimage.analyze.sift.scale.ScalePeak 中的变量
 
loadHistogram(String) - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 
loadIndex(String) - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 
loadObject(String) - 类 com.alibaba.simpleimage.analyze.search.util.SerializationUtils 中的静态方法
 
loadTree(String) - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 
loadVocabTree(String) - 类 com.alibaba.simpleimage.analyze.search.tree.VocabTreeManager 中的静态方法
 
loadWeight(String) - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 
local - 类 com.alibaba.simpleimage.analyze.sift.scale.ScalePeak 中的变量
 

M

main(String[]) - 类 com.alibaba.simpleimage.analyze.harissurf.GaussianConstants 中的静态方法
 
main(String[]) - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Cluster 中的静态方法
 
main(String[]) - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.MeansClusterBuilder 中的静态方法
 
main(String[]) - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的静态方法
 
main(String[]) - 类 com.alibaba.simpleimage.analyze.search.util.ImageUtil 中的静态方法
 
makeFeaturePoints(ArrayList<ScalePeak>, float, int, float) - 类 com.alibaba.simpleimage.analyze.sift.scale.OctaveSpace 中的方法
 
makeGaussianDiffImgs() - 类 com.alibaba.simpleimage.analyze.sift.scale.OctaveSpace 中的方法
 
makeGaussianImgs(ImagePixelArray, float, int, float) - 类 com.alibaba.simpleimage.analyze.sift.scale.OctaveSpace 中的方法
在一个8空间用不同的模糊因子构造更多层的高期模糊图像集,这里是不同模糊因子的模糊但是尺寸是相同的
makeMask(float, int) - 类 com.alibaba.simpleimage.analyze.sift.scale.GaussianArray 中的静态方法
 
makeSampledTree(List<Clusterable>, ClusterBuilder, int) - 类 com.alibaba.simpleimage.analyze.search.tree.VocabTreeManager 中的静态方法
 
makeTree(List<Clusterable>, ClusterBuilder, int) - 类 com.alibaba.simpleimage.analyze.search.tree.VocabTreeManager 中的静态方法
 
MapColorConvertor - com.alibaba.simpleimage.codec.convertor 中的 类
 
MapColorConvertor() - 类 com.alibaba.simpleimage.codec.convertor.MapColorConvertor 的构造方法
 
mark(int) - 类 com.alibaba.simpleimage.io.ByteArrayInputStream 中的方法
 
MarkerConstants - com.alibaba.simpleimage.codec.jpeg 中的 类
 
MarkerConstants() - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 的构造方法
 
markSupported() - 类 com.alibaba.simpleimage.io.ByteArrayInputStream 中的方法
 
mask - 类 com.alibaba.simpleimage.analyze.sift.scale.GaussianArray 中的变量
 
match(List<SURFInterestPoint>, List<SURFInterestPoint>) - 类 com.alibaba.simpleimage.analyze.harissurf.HarrisSurf 中的静态方法
 
Match - com.alibaba.simpleimage.analyze.sift.match 中的 类
 
Match(KDFeaturePoint, KDFeaturePoint, float, float) - 类 com.alibaba.simpleimage.analyze.sift.match.Match 的构造方法
 
Match.MatchWeighter - com.alibaba.simpleimage.analyze.sift.match 中的 类
 
Match.MatchWeighter() - 类 com.alibaba.simpleimage.analyze.sift.match.Match.MatchWeighter 的构造方法
 
Match.MatchWeighter(float, float) - 类 com.alibaba.simpleimage.analyze.sift.match.Match.MatchWeighter 的构造方法
 
MatchKeys - com.alibaba.simpleimage.analyze.sift.match 中的 类
 
MatchKeys() - 类 com.alibaba.simpleimage.analyze.sift.match.MatchKeys 的构造方法
 
MAX_RECLUSTERING - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.AbstractClusterBuilder 中的静态变量
 
MAXJSAMPLE - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
MeansClusterBuilder - com.alibaba.simpleimage.analyze.search.cluster.impl 中的 类
类MeansClusterBuilder.java的实现描述:TODO 类实现描述
MeansClusterBuilder() - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.MeansClusterBuilder 的构造方法
 
MetadataRenderedImage - com.alibaba.simpleimage 中的 类
TODO Comment of MetaRenderedImage
MetadataRenderedImage() - 类 com.alibaba.simpleimage.MetadataRenderedImage 的构造方法
 
minus(ImagePixelArray, ImagePixelArray) - 类 com.alibaba.simpleimage.analyze.sift.ImagePixelArray 中的静态方法
 
ModifiableConst - com.alibaba.simpleimage.analyze 中的 类
 
ModifiableConst() - 类 com.alibaba.simpleimage.analyze.ModifiableConst 的构造方法
 

N

nearestNeighbour(IKDTreeDomain, RefFloat) - 类 com.alibaba.simpleimage.analyze.kdtree.KDTree 中的方法
 
nearestNeighbourListBBF(IKDTreeDomain, int, int) - 类 com.alibaba.simpleimage.analyze.kdtree.KDTree 中的方法
 
needConvertToIndex(RenderedImage) - 类 com.alibaba.simpleimage.util.IndexImageBuilder 中的静态方法
 
NodeUtils - com.alibaba.simpleimage.util 中的 类
类NodeUtils.java的实现描述:TODO 类实现描述
NodeUtils() - 类 com.alibaba.simpleimage.util.NodeUtils 的构造方法
 
NullColorConvertor - com.alibaba.simpleimage.codec.convertor 中的 类
TODO Comment of NullColorConvertor
NullColorConvertor() - 类 com.alibaba.simpleimage.codec.convertor.NullColorConvertor 的构造方法
 
NUM_DENSITY_UNIT - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
The max known value for DENSITY_UNIT

O

octaves - 类 com.alibaba.simpleimage.analyze.sift.scale.Pyramid 中的变量
 
OctaveSpace - com.alibaba.simpleimage.analyze.sift.scale 中的 类
类Octave.java的实现描述:表示8度金字塔中的一个8度空间,即以尺寸为坐标的某一尺寸上的那个8度空间
OctaveSpace() - 类 com.alibaba.simpleimage.analyze.sift.scale.OctaveSpace 的构造方法
 
oDim - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 中的变量
 
ONE - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
orientation - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 中的变量
 
orientation - 类 com.alibaba.simpleimage.analyze.sift.scale.KDFeaturePoint 中的变量
 
OverallFitness(SurfMatch) - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatch.MatchWeighter 中的方法
 
OverallFitness(Match) - 类 com.alibaba.simpleimage.analyze.sift.match.Match.MatchWeighter 中的方法
 

P

PaletteBuilder - com.alibaba.simpleimage.util 中的 类
Oracle的实现有bug,而且性能有待改进,所以在Oracle的基础上实现自己的版本
PASS1_BITS - 类 com.alibaba.simpleimage.codec.convertor.FastInverseDCTCalculator 中的静态变量
 
PASS1_BITS - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 中的静态变量
 
pixel - 类 com.alibaba.simpleimage.jai.scale.LanczosContributionInfo 中的变量
 
Point - com.alibaba.simpleimage.analyze.search.cluster.impl 中的 类
类Point.java的实现描述:TODO 类实现描述
Point(float, float) - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Point 的构造方法
 
pretreatMagnitudeAndDirectionImgs() - 类 com.alibaba.simpleimage.analyze.sift.scale.OctaveSpace 中的方法
先将差分图上每个点的梯度方向和梯度幅值计算出来,预计算的总体性能比统计在范围内的点再计算的总体性能要高,因为特征点分布较大, 它周围的点可能被其它中心点多次使用到, 如果统计在范围内再计算的的话每个点可能被多次计算。
process(InputStream, DrawTextParameter, int, int) - 类 com.alibaba.simpleimage.CompositeImageProcessor 中的方法
已过时。 根据输入的流的, 完成写水印, 缩放, 写输出流。
progressiveScaleImage(PlanarImage, int, int, Object, boolean) - 类 com.alibaba.simpleimage.util.ImageScaleHelper 中的静态方法
已过时。 
Pyramid - com.alibaba.simpleimage.analyze.sift.scale 中的 类
类Pyramid.java的实现描述:TODO 类实现描述
Pyramid() - 类 com.alibaba.simpleimage.analyze.sift.scale.Pyramid 的构造方法
 

Q

QuantizationTable - com.alibaba.simpleimage.codec.jpeg 中的 类
 
QuantizationTable(int[]) - 类 com.alibaba.simpleimage.codec.jpeg.QuantizationTable 的构造方法
 
quntinize(List<? extends Clusterable>) - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 

R

RANGE_MASK - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
read() - 类 com.alibaba.simpleimage.io.ByteArrayInputStream 中的方法
 
read(byte[], int, int) - 类 com.alibaba.simpleimage.io.ByteArrayInputStream 中的方法
 
read() - 类 com.alibaba.simpleimage.io.ImageBitsInputStream 中的方法
 
read(byte[], int, int) - 类 com.alibaba.simpleimage.io.ImageBitsInputStream 中的方法
 
read(byte[]) - 类 com.alibaba.simpleimage.io.ImageBitsInputStream 中的方法
 
read() - 接口 com.alibaba.simpleimage.io.ImageInputStream 中的方法
 
read(byte[], int, int) - 接口 com.alibaba.simpleimage.io.ImageInputStream 中的方法
 
read(byte[]) - 接口 com.alibaba.simpleimage.io.ImageInputStream 中的方法
 
read(InputStream) - 类 com.alibaba.simpleimage.util.ImageReadHelper 中的静态方法
 
readBit() - 类 com.alibaba.simpleimage.io.ImageBitsInputStream 中的方法
 
readBit() - 接口 com.alibaba.simpleimage.io.ImageInputStream 中的方法
 
readBits(int) - 类 com.alibaba.simpleimage.io.ImageBitsInputStream 中的方法
 
readBits(int) - 接口 com.alibaba.simpleimage.io.ImageInputStream 中的方法
 
readByte() - 类 com.alibaba.simpleimage.io.ImageBitsInputStream 中的方法
 
readByte() - 接口 com.alibaba.simpleimage.io.ImageInputStream 中的方法
 
readComplete(String) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointInfoReader 中的静态方法
 
readComplete(ObjectInputStream, String) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointInfoReader 中的静态方法
 
readComplete(String) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNInfoReader 中的静态方法
 
readComplete(String) - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointInfoReader 中的静态方法
 
readComplete(ObjectInputStream, String) - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointInfoReader 中的静态方法
 
readGeneral(InputStream) - 类 com.alibaba.simpleimage.util.ImageReadHelper 中的静态方法
 
readGIF(InputStream) - 类 com.alibaba.simpleimage.util.ImageReadHelper 中的静态方法
 
readJPEG(InputStream) - 类 com.alibaba.simpleimage.util.ImageReadHelper 中的静态方法
 
readProperties(ImageInputStream, int, ExtendImageHeader) - 接口 com.alibaba.simpleimage.codec.ExtendImageHeaderReader 中的方法
 
readProperties(ImageInputStream, int, ExtendImageHeader) - 类 com.alibaba.simpleimage.codec.jpeg.ext.AdobeHeaderReader 中的方法
 
readProperties(ImageInputStream, int, ExtendImageHeader) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ICCProfileReader 中的方法
 
readProperties(ImageInputStream, int, ExtendImageHeader) - 类 com.alibaba.simpleimage.codec.jpeg.ext.JFIFHeaderReader 中的方法
 
ReadRender - com.alibaba.simpleimage.render 中的 类
ReadRender 支持多种方式读取图片,同时进行颜色空间转换(转成RGB) 目前支持的格式有 JPEG 包括 CMYK和RGB颜色空间 PNG 包括 16位、256位颜色,黑白,单一色和真色的PNG GIF 包括GIF 87a和GIF 89a BMP TIFF 包括 16位、256位,灰度等
ReadRender(InputStream, boolean) - 类 com.alibaba.simpleimage.render.ReadRender 的构造方法
 
ReadRender(InputStream) - 类 com.alibaba.simpleimage.render.ReadRender 的构造方法
 
readShort() - 类 com.alibaba.simpleimage.io.ImageBitsInputStream 中的方法
 
readShort() - 接口 com.alibaba.simpleimage.io.ImageInputStream 中的方法
 
readUnsignedShort() - 类 com.alibaba.simpleimage.io.ImageBitsInputStream 中的方法
 
readUnsignedShort() - 接口 com.alibaba.simpleimage.io.ImageInputStream 中的方法
 
recalculateClusters(Clusterable[]) - 接口 com.alibaba.simpleimage.analyze.search.cluster.ClusterChecker 中的方法
 
recalculateClusters(Clusterable[]) - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.DriftClusterChecker 中的方法
 
RefDouble - com.alibaba.simpleimage.analyze 中的 类
类RefDouble.java的实现描述:TODO 类实现描述
RefDouble() - 类 com.alibaba.simpleimage.analyze.RefDouble 的构造方法
 
RefDouble - com.alibaba.simpleimage.analyze.reftype 中的 类
类RefDouble.java的实现描述:
RefDouble() - 类 com.alibaba.simpleimage.analyze.reftype.RefDouble 的构造方法
 
RefFloat - com.alibaba.simpleimage.analyze 中的 类
类Refdouble.java的实现描述:
RefFloat() - 类 com.alibaba.simpleimage.analyze.RefFloat 的构造方法
 
RefFloat - com.alibaba.simpleimage.analyze.reftype 中的 类
类RefDouble.java的实现描述:
RefFloat() - 类 com.alibaba.simpleimage.analyze.reftype.RefFloat 的构造方法
 
RefInt - com.alibaba.simpleimage.analyze 中的 类
类RefInt.java的实现描述:TODO 类实现描述
RefInt() - 类 com.alibaba.simpleimage.analyze.RefInt 的构造方法
 
RefInt - com.alibaba.simpleimage.analyze.reftype 中的 类
类RefInt.java的实现描述:TODO 类实现描述
RefInt() - 类 com.alibaba.simpleimage.analyze.reftype.RefInt 的构造方法
 
register() - 类 com.alibaba.simpleimage.util.JAIRegisterHelper 中的静态方法
 
ReleatePositionDrawTextItem - com.alibaba.simpleimage.render 中的 类
类ReleatePositionDrawTextItem.java的实现描述:TODO 类实现描述
ReleatePositionDrawTextItem(String, Color, Color, Font, int, float, float, float) - 类 com.alibaba.simpleimage.render.ReleatePositionDrawTextItem 的构造方法
 
removeChild(Node, String) - 类 com.alibaba.simpleimage.util.NodeUtils 中的静态方法
 
removeExtendHeaderReader(int) - 类 com.alibaba.simpleimage.codec.AbstractImageDecoder 中的方法
 
removeExtendHeaderReader(int) - 接口 com.alibaba.simpleimage.codec.ImageDecoder 中的方法
 
removeItem(Clusterable) - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Cluster 中的方法
 
removeProperty(String) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
render() - 类 com.alibaba.simpleimage.ImageRender 中的方法
 
render() - 类 com.alibaba.simpleimage.render.CropRender 中的方法
 
render() - 类 com.alibaba.simpleimage.render.DrawTextRender 中的方法
 
render() - 类 com.alibaba.simpleimage.render.ReadRender 中的方法
 
render() - 类 com.alibaba.simpleimage.render.ScaleRender 中的方法
 
render() - 类 com.alibaba.simpleimage.render.WatermarkRender 中的方法
 
render() - 类 com.alibaba.simpleimage.render.WriteRender 中的方法
 
RenderImage - com.alibaba.simpleimage.analyze.sift.render 中的 类
类RenderImage.java的实现描述:TODO 类实现描述
RenderImage(BufferedImage) - 类 com.alibaba.simpleimage.analyze.sift.render.RenderImage 的构造方法
 
reset() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTree 中的方法
 
reset() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTreeNode 中的方法
 
reset() - 接口 com.alibaba.simpleimage.analyze.search.tree.VocabularyTree 中的方法
 
reset() - 类 com.alibaba.simpleimage.io.ByteArrayInputStream 中的方法
 
reset() - 类 com.alibaba.simpleimage.io.ByteArrayOutputStream 中的方法
 
reset() - 类 com.alibaba.simpleimage.render.WriteParameter 中的方法
 
resetBuffer() - 类 com.alibaba.simpleimage.io.ImageBitsInputStream 中的方法
 
resetBuffer() - 接口 com.alibaba.simpleimage.io.ImageInputStream 中的方法
 
resizeImage(BufferedImage, int, int) - 类 com.alibaba.simpleimage.analyze.search.util.ImageUtil 中的静态方法
 
RESTART_RANGE - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Number of restart markers
RST0 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
RST1 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
RST2 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
RST3 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
RST4 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
RST5 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
RST6 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 
RST7 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
 

S

sampleRangeLimitOffset - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
sampleRangeLimitTable - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
saveHistogram(String) - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 
saveIndex(String) - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 
saveObject(Object, File) - 类 com.alibaba.simpleimage.analyze.search.util.SerializationUtils 中的静态方法
 
saveWeight(String) - 类 com.alibaba.simpleimage.analyze.search.engine.ImageEngine 中的方法
 
scale - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 中的变量
 
scale - 类 com.alibaba.simpleimage.analyze.sift.scale.KDFeaturePoint 中的变量
 
scale(PlanarImage, ScaleParameter) - 类 com.alibaba.simpleimage.util.ImageScaleHelper 中的静态方法
 
scaleAdjust - 类 com.alibaba.simpleimage.analyze.sift.scale.ScalePeak.LocalInfo 中的变量
 
scaleGIF(ImageWrapper, ScaleParameter) - 类 com.alibaba.simpleimage.util.ImageScaleHelper 中的静态方法
 
ScaleParameter - com.alibaba.simpleimage.render 中的 类
缩放参数定义
ScaleParameter() - 类 com.alibaba.simpleimage.render.ScaleParameter 的构造方法
 
ScaleParameter(int, int) - 类 com.alibaba.simpleimage.render.ScaleParameter 的构造方法
 
ScaleParameter(int, int, ScaleParameter.Algorithm) - 类 com.alibaba.simpleimage.render.ScaleParameter 的构造方法
 
ScaleParameter.Algorithm - com.alibaba.simpleimage.render 中的 枚举
 
ScalePeak - com.alibaba.simpleimage.analyze.sift.scale 中的 类
类ScalePeak.java的实现描述:备选的极值点
ScalePeak(int, int, int) - 类 com.alibaba.simpleimage.analyze.sift.scale.ScalePeak 的构造方法
 
ScalePeak.LocalInfo - com.alibaba.simpleimage.analyze.sift.scale 中的 类
 
ScalePeak.LocalInfo(float, float, float) - 类 com.alibaba.simpleimage.analyze.sift.scale.ScalePeak.LocalInfo 的构造方法
 
ScaleRender - com.alibaba.simpleimage.render 中的 类
 
ScaleRender(ImageRender, ScaleParameter) - 类 com.alibaba.simpleimage.render.ScaleRender 的构造方法
 
ScaleRender(ImageWrapper, ScaleParameter) - 类 com.alibaba.simpleimage.render.ScaleRender 的构造方法
 
ScaleRender(InputStream, ScaleParameter) - 类 com.alibaba.simpleimage.render.ScaleRender 的构造方法
 
ScaleRender(InputStream, boolean, ScaleParameter) - 类 com.alibaba.simpleimage.render.ScaleRender 的构造方法
 
scaleWithin(int) - 类 com.alibaba.simpleimage.analyze.sift.render.RenderImage 中的方法
 
ScanHeader - com.alibaba.simpleimage.codec.jpeg 中的 类
 
ScanHeader() - 类 com.alibaba.simpleimage.codec.jpeg.ScanHeader 的构造方法
 
Score - com.alibaba.simpleimage.analyze.search.engine 中的 类
类Score.java的实现描述:TODO 类实现描述
Score(int, float) - 类 com.alibaba.simpleimage.analyze.search.engine.Score 的构造方法
 
SerializationUtils - com.alibaba.simpleimage.analyze.search.util 中的 类
 
SerializationUtils() - 类 com.alibaba.simpleimage.analyze.search.util.SerializationUtils 的构造方法
 
setAcHuffTable(HuffmanTable) - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
setAdobeTransform(int) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
setAh(int) - 类 com.alibaba.simpleimage.codec.jpeg.ScanHeader 中的方法
 
setAl(int) - 类 com.alibaba.simpleimage.codec.jpeg.ScanHeader 中的方法
 
setAlgorithm(ScaleParameter.Algorithm) - 类 com.alibaba.simpleimage.render.ScaleParameter 中的方法
 
setAlpha(float) - 类 com.alibaba.simpleimage.render.WatermarkParameter 中的方法
 
setAttrValue(Node, String, String) - 类 com.alibaba.simpleimage.util.NodeUtils 中的静态方法
 
setAttrValue(Node, String, int) - 类 com.alibaba.simpleimage.util.NodeUtils 中的静态方法
 
setAttrValue(Node, String, double) - 类 com.alibaba.simpleimage.util.NodeUtils 中的静态方法
 
setBaseline(boolean) - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
setBlur(double) - 类 com.alibaba.simpleimage.jai.scale.LanczosResizeFilter 中的方法
 
setBroken(boolean) - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
这个参数只有图片格式是JPEG的时候才有意义,表示图片内容已经损坏
setC(int) - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
setClusterIndex(int) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
setClusterIndex(int) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
setColorspace(JPEGColorSpace) - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 中的方法
 
setComponents(Component[]) - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
setCropParameter(CropParameter) - 类 com.alibaba.simpleimage.render.CropRender 中的方法
 
setData(byte[]) - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 中的方法
 
setDcHuffTable(HuffmanTable) - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
setDefaultQuality(float) - 类 com.alibaba.simpleimage.render.WriteParameter 中的方法
 
setDensityUnit(int) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
setDescriptor(float[]) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
setDescriptor(int[]) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
setDim(int) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
setDist(float) - 类 com.alibaba.simpleimage.analyze.kdtree.KDTree.BestEntry 中的方法
 
setDistSq(int) - 类 com.alibaba.simpleimage.analyze.kdtree.KDTree.BestEntry 中的方法
 
setDomainFont(Font) - 类 com.alibaba.simpleimage.render.FootnoteDrawTextItem 中的方法
 
setDomainName(String) - 类 com.alibaba.simpleimage.render.FootnoteDrawTextItem 中的方法
 
setDrawTextParameter(DrawTextParameter) - 类 com.alibaba.simpleimage.render.DrawTextRender 中的方法
 
setDx(float) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
setDx(float) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
setDy(float) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
setDy(float) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
setErrorDir(String) - 类 com.alibaba.simpleimage.CompositeImageProcessor 中的方法
已过时。  
setExistProfile(boolean) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
setFont(Font) - 类 com.alibaba.simpleimage.render.DrawTextItem 中的方法
 
setFontColor(Color) - 类 com.alibaba.simpleimage.render.DrawTextItem 中的方法
 
setFontShadowColor(Color) - 类 com.alibaba.simpleimage.render.DrawTextItem 中的方法
 
setH(float) - 类 com.alibaba.simpleimage.analyze.harris.Corner 中的方法
 
setH(int) - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
setHeight(int) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointListInfo 中的方法
 
setHeight(int) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNListInfo 中的方法
 
setHeight(int) - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointListInfo 中的方法
 
setHeight(int) - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 中的方法
 
setHeight(int) - 类 com.alibaba.simpleimage.render.CropParameter 中的方法
 
setHorizonDCTScaledSize(int) - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
setHorizontalSamplingFactor(int, int) - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
setHorizontalSubsampling(int, int) - 类 com.alibaba.simpleimage.render.WriteParameter 中的方法
 
setIdentity(int) - 类 com.alibaba.simpleimage.analyze.search.engine.Score 中的方法
 
setImage(int, BufferedImage) - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
setImage(BufferedImage) - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
setImage(int, PlanarImage) - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
setImage(PlanarImage) - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
setImageFile(String) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointListInfo 中的方法
 
setImageFile(String) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNListInfo 中的方法
 
setImageFile(String) - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointListInfo 中的方法
 
setImageFormat(ImageFormat) - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
setImages(BufferedImage[]) - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
setImages(PlanarImage[]) - 类 com.alibaba.simpleimage.ImageWrapper 中的方法
 
setIndex(int) - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
setJFIFMajorVersion(int) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
setJFIFMinorVersion(int) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
setL(int[]) - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的方法
 
setLaplacian(int) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
setLF(int) - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
setLh(int) - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的方法
 
setList(List<SURFInterestPoint>) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointListInfo 中的方法
 
setList(List<SURFInterestPointN>) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNListInfo 中的方法
 
setList(List<KDFeaturePoint>) - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointListInfo 中的方法
 
setLocation(float[]) - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Cluster 中的方法
 
setLq(int) - 类 com.alibaba.simpleimage.codec.jpeg.QuantizationTable 中的方法
 
setLs(int) - 类 com.alibaba.simpleimage.codec.jpeg.ScanHeader 中的方法
 
setMaxHeight(int) - 类 com.alibaba.simpleimage.render.ScaleParameter 中的方法
 
setMaxSize(int) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointListInfo 中的方法
 
setMaxSize(int) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNListInfo 中的方法
 
setMaxWidth(int) - 类 com.alibaba.simpleimage.render.ScaleParameter 中的方法
 
setMetadata(int, Node) - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
setMetadata(Node) - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
setMetadatas(Node[]) - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
setMinFontSize(int) - 类 com.alibaba.simpleimage.render.DrawTextItem 中的方法
 
setNf(int) - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
setNs(int) - 类 com.alibaba.simpleimage.codec.jpeg.ScanHeader 中的方法
 
setNumOfComponents(int) - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 中的方法
 
setOrientation(float) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 中的方法
 
setOrientation(float) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
setP(int) - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
setParam(WatermarkParameter) - 类 com.alibaba.simpleimage.render.WatermarkRender 中的方法
 
setPosition(FixDrawTextItem.Position) - 类 com.alibaba.simpleimage.render.FixDrawTextItem 中的方法
 
setPq(int) - 类 com.alibaba.simpleimage.codec.jpeg.QuantizationTable 中的方法
 
setProfileData(byte[]) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
setProgressiveMode(boolean) - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
setQ(int[]) - 类 com.alibaba.simpleimage.codec.jpeg.QuantizationTable 中的方法
 
setQTable(QuantizationTable) - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
setQuantAlgorithm(WriteParameter.QuantAlgorithm) - 类 com.alibaba.simpleimage.render.WriteParameter 中的方法
 
setRawColorspace(JPEGColorSpace) - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 中的方法
 
setSampleTimes(int) - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
setSawAdobeMarker(boolean) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
setSawJFIFMarker(boolean) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
setSawJFXXMarker(boolean) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
setScale(float) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
setScale(double) - 类 com.alibaba.simpleimage.jai.scale.LanczosResizeFilter 中的方法
 
setScore(float) - 类 com.alibaba.simpleimage.analyze.search.engine.Score 中的方法
 
setSe(int) - 类 com.alibaba.simpleimage.codec.jpeg.ScanHeader 中的方法
 
setSolpeArcStep(int) - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态方法
 
setSs(int) - 类 com.alibaba.simpleimage.codec.jpeg.ScanHeader 中的方法
 
setStreamMetadata(Node) - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
setSupport(double) - 类 com.alibaba.simpleimage.jai.scale.LanczosResizeFilter 中的方法
 
setTc(int) - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的方法
 
setText(String) - 类 com.alibaba.simpleimage.render.DrawTextItem 中的方法
 
setTextWidthPercent(float) - 类 com.alibaba.simpleimage.render.FixDrawTextItem 中的方法
 
setTextWidthPercent(float) - 类 com.alibaba.simpleimage.render.FootnoteDrawTextItem 中的方法
 
setTh(int) - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的方法
 
setTowPntDistRatio(float) - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态方法
setteies
setTowPntOrientationMinus(float) - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态方法
 
setTowPntScaleMinus(float) - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态方法
 
setTq(int) - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
setTq(int) - 类 com.alibaba.simpleimage.codec.jpeg.QuantizationTable 中的方法
 
setUserMeta(Map<String, String>) - 类 com.alibaba.simpleimage.render.WriteParameter 中的方法
 
setV(int) - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
setV(int[]) - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的方法
 
setVerticaDCTScaledSize(int) - 类 com.alibaba.simpleimage.codec.jpeg.Component 中的方法
 
setVerticalSamplingFactor(int, int) - 类 com.alibaba.simpleimage.MetadataRenderedImage 中的方法
 
setVerticalSubsampling(int, int) - 类 com.alibaba.simpleimage.render.WriteParameter 中的方法
 
setWatermark(ImageWrapper) - 类 com.alibaba.simpleimage.render.WatermarkParameter 中的方法
 
setWidth(int) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointListInfo 中的方法
 
setWidth(int) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNListInfo 中的方法
 
setWidth(int) - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointListInfo 中的方法
 
setWidth(int) - 类 com.alibaba.simpleimage.codec.jpeg.InternalRawImage 中的方法
 
setWidth(int) - 类 com.alibaba.simpleimage.render.CropParameter 中的方法
 
setWindowSupport(double) - 类 com.alibaba.simpleimage.jai.scale.LanczosResizeFilter 中的方法
 
setX(float) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
setX(int) - 类 com.alibaba.simpleimage.analyze.harris.Corner 中的方法
 
setX(int) - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
setX(float) - 类 com.alibaba.simpleimage.render.CropParameter 中的方法
 
setX(int) - 类 com.alibaba.simpleimage.render.WatermarkParameter 中的方法
 
setXDensity(int) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
setY(float) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 中的方法
 
setY(int) - 类 com.alibaba.simpleimage.analyze.harris.Corner 中的方法
 
setY(int) - 类 com.alibaba.simpleimage.codec.jpeg.FrameHeader 中的方法
 
setY(float) - 类 com.alibaba.simpleimage.render.CropParameter 中的方法
 
setY(int) - 类 com.alibaba.simpleimage.render.WatermarkParameter 中的方法
 
setYDensity(int) - 类 com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader 中的方法
 
setZoom(ScaleParameter) - 类 com.alibaba.simpleimage.render.ScaleRender 中的方法
 
SIFT - com.alibaba.simpleimage.analyze.sift 中的 类
类SIFT.java的实现描述:面向用户的主操作接口
SIFT() - 类 com.alibaba.simpleimage.analyze.sift.SIFT 的构造方法
 
SimpleImageException - com.alibaba.simpleimage 中的 异常
 
SimpleImageException() - 异常 com.alibaba.simpleimage.SimpleImageException 的构造方法
 
SimpleImageException(String) - 异常 com.alibaba.simpleimage.SimpleImageException 的构造方法
 
SimpleImageException(String, Throwable) - 异常 com.alibaba.simpleimage.SimpleImageException 的构造方法
 
SimpleImageException(Throwable) - 异常 com.alibaba.simpleimage.SimpleImageException 的构造方法
 
SINGLE_QUANT_HASH - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
SINGLE_QUANT_SUMS - 接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 中的静态变量
 
skip(long) - 类 com.alibaba.simpleimage.io.ByteArrayInputStream 中的方法
 
skipBytes(int) - 类 com.alibaba.simpleimage.io.ImageBitsInputStream 中的方法
 
skipBytes(int) - 接口 com.alibaba.simpleimage.io.ImageInputStream 中的方法
 
SlowInverseDCTCalculator - com.alibaba.simpleimage.codec.convertor 中的 类
 
SlowInverseDCTCalculator() - 类 com.alibaba.simpleimage.codec.convertor.SlowInverseDCTCalculator 的构造方法
 
smoothedImgs - 类 com.alibaba.simpleimage.analyze.sift.scale.OctaveSpace 中的变量
 
SOF0 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Baseline DCT
SOF1 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Extended Sequential DCT
SOF10 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Progressive DCT, Arithmetic coding
SOF11 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Lossless Sequential, Arithmetic coding
SOF13 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Differential Sequential DCT, Arithmetic coding
SOF14 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Differential Progressive DCT, Arithmetic coding
SOF15 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Differential Lossless, Arithmetic coding
SOF2 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Progressive DCT
SOF3 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Lossless Sequential
SOF5 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Differential Sequential DCT
SOF6 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Differential Progressive DCT
SOF7 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Differential Lossless
SOF9 - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Extended Sequential DCT, Arithmetic coding
SOI - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Start of Image
SortedLimitedList<E> - com.alibaba.simpleimage.analyze.kdtree 中的 类
 
SortedLimitedList(int) - 类 com.alibaba.simpleimage.analyze.kdtree.SortedLimitedList 的构造方法
 
SOS - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
Start of Scan
subsampleavgScaleImage(PlanarImage, double) - 类 com.alibaba.simpleimage.util.ImageScaleHelper 中的静态方法
 
sumDifferences(List<Double>, List<Double>) - 类 com.alibaba.simpleimage.analyze.search.util.ClusterUtils 中的静态方法
 
SURFInterestPoint - com.alibaba.simpleimage.analyze.harissurf 中的 类
 
SURFInterestPoint(float, float, float, int) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint 的构造方法
 
SURFInterestPointN - com.alibaba.simpleimage.analyze.harissurf 中的 类
类SURFInterestPointN.java的实现描述:TODO 类实现描述
SURFInterestPointN() - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 的构造方法
 
SURFInterestPointN(SURFInterestPoint) - 类 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPointN 的构造方法
 
SurfMatch - com.alibaba.simpleimage.analyze.harris.match 中的 类
类SurfMatch.java的实现描述:TODO 类实现描述
SurfMatch(SURFInterestPointN, SURFInterestPointN, double, double) - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatch 的构造方法
 
SurfMatch.MatchWeighter - com.alibaba.simpleimage.analyze.harris.match 中的 类
 
SurfMatch.MatchWeighter() - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatch.MatchWeighter 的构造方法
 
SurfMatch.MatchWeighter(double, double) - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatch.MatchWeighter 的构造方法
 
SurfMatchPoints - com.alibaba.simpleimage.analyze.harris.match 中的 类
类SurfMatchPoints.java的实现描述:TODO 类实现描述
SurfMatchPoints() - 类 com.alibaba.simpleimage.analyze.harris.match.SurfMatchPoints 的构造方法
 

T

TEM - 类 com.alibaba.simpleimage.codec.jpeg.MarkerConstants 中的静态变量
For temporary use in arithmetic coding
toByteArray() - 类 com.alibaba.simpleimage.io.ByteArray 中的方法
 
toByteArray() - 类 com.alibaba.simpleimage.io.ByteArrayOutputStream 中的方法
 
toInputStream() - 类 com.alibaba.simpleimage.io.ByteArray 中的方法
 
toInputStream() - 类 com.alibaba.simpleimage.io.ByteArrayOutputStream 中的方法
 
toPixelFloatArray(IPixelConverter) - 类 com.alibaba.simpleimage.analyze.sift.render.RenderImage 中的方法
 
toString() - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Cluster 中的方法
 
toString() - 类 com.alibaba.simpleimage.analyze.search.cluster.impl.Point 中的方法
 
toString() - 类 com.alibaba.simpleimage.analyze.search.tree.KMeansTreeNode 中的方法
 
trace(Object) - 类 com.alibaba.simpleimage.util.ImageLog 中的方法
 
trace(Object, RenderedImage) - 类 com.alibaba.simpleimage.util.ImageLog 中的方法
 
TreeUtils - com.alibaba.simpleimage.analyze.search.util 中的 类
 
TreeUtils() - 类 com.alibaba.simpleimage.analyze.search.util.TreeUtils 的构造方法
 
TYPE_AC - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的静态变量
 
TYPE_DC - 类 com.alibaba.simpleimage.codec.jpeg.HuffmanTable 中的静态变量
 

V

val - 类 com.alibaba.simpleimage.analyze.RefDouble 中的变量
 
val - 类 com.alibaba.simpleimage.analyze.RefFloat 中的变量
 
val - 类 com.alibaba.simpleimage.analyze.RefInt 中的变量
 
val - 类 com.alibaba.simpleimage.analyze.reftype.RefDouble 中的变量
 
val - 类 com.alibaba.simpleimage.analyze.reftype.RefFloat 中的变量
 
val - 类 com.alibaba.simpleimage.analyze.reftype.RefInt 中的变量
 
valueOf(String) - 枚举 com.alibaba.simpleimage.codec.jpeg.JPEGColorSpace 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 com.alibaba.simpleimage.ImageFormat 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 com.alibaba.simpleimage.render.FixDrawTextItem.Position 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 com.alibaba.simpleimage.render.ScaleParameter.Algorithm 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 com.alibaba.simpleimage.render.WriteParameter.QuantAlgorithm 中的静态方法
返回带有指定名称的该类型的枚举常量。
values() - 枚举 com.alibaba.simpleimage.codec.jpeg.JPEGColorSpace 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 com.alibaba.simpleimage.ImageFormat 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 com.alibaba.simpleimage.render.FixDrawTextItem.Position 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 com.alibaba.simpleimage.render.ScaleParameter.Algorithm 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 com.alibaba.simpleimage.render.WriteParameter.QuantAlgorithm 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
VocabTreeManager - com.alibaba.simpleimage.analyze.search.tree 中的 类
 
VocabTreeManager() - 类 com.alibaba.simpleimage.analyze.search.tree.VocabTreeManager 的构造方法
 
VocabularyTree - com.alibaba.simpleimage.analyze.search.tree 中的 接口
 

W

warn(Object) - 类 com.alibaba.simpleimage.util.ImageLog 中的方法
 
warn(Object, RenderedImage) - 类 com.alibaba.simpleimage.util.ImageLog 中的方法
 
WatermarkParameter - com.alibaba.simpleimage.render 中的 类
WatermarkParameter
WatermarkParameter(ImageWrapper, float, int, int) - 类 com.alibaba.simpleimage.render.WatermarkParameter 的构造方法
 
WatermarkParameter(ImageWrapper) - 类 com.alibaba.simpleimage.render.WatermarkParameter 的构造方法
 
WatermarkRender - com.alibaba.simpleimage.render 中的 类
TODO Comment of WatermarkRender
WatermarkRender(ImageRender, WatermarkParameter) - 类 com.alibaba.simpleimage.render.WatermarkRender 的构造方法
 
WatermarkRender(ImageWrapper, WatermarkParameter) - 类 com.alibaba.simpleimage.render.WatermarkRender 的构造方法
 
weight - 类 com.alibaba.simpleimage.jai.scale.LanczosContributionInfo 中的变量
 
width - 类 com.alibaba.simpleimage.analyze.sift.ImagePixelArray 中的变量
 
window(double) - 类 com.alibaba.simpleimage.jai.scale.LanczosResizeFilter 中的方法
 
wrapInputStream(InputStream) - 类 com.alibaba.simpleimage.io.ByteArraySeekableStreamWrap 中的静态方法
 
write(int) - 类 com.alibaba.simpleimage.io.ByteArrayOutputStream 中的方法
 
write(byte[], int, int) - 类 com.alibaba.simpleimage.io.ByteArrayOutputStream 中的方法
 
write(ImageWrapper, OutputStream, ImageFormat, WriteParameter) - 类 com.alibaba.simpleimage.util.ImageWriteHelper 中的静态方法
 
writeComplete(String, InterestPointListInfo) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointInfoWriter 中的静态方法
 
writeComplete(ObjectOutputStream, InterestPointListInfo) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointInfoWriter 中的静态方法
 
writeComplete(String, InterestPointNListInfo) - 类 com.alibaba.simpleimage.analyze.harris.io.InterestPointNinfoWriter 中的静态方法
 
writeComplete(String, KDFeaturePointListInfo) - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointWriter 中的静态方法
 
writeComplete(ObjectOutputStream, KDFeaturePointListInfo) - 类 com.alibaba.simpleimage.analyze.sift.io.KDFeaturePointWriter 中的静态方法
 
writeGIF(ImageWrapper, OutputStream, WriteParameter.QuantAlgorithm) - 类 com.alibaba.simpleimage.util.ImageWriteHelper 中的静态方法
 
writeJPEG(ImageWrapper, OutputStream, WriteParameter) - 类 com.alibaba.simpleimage.util.ImageWriteHelper 中的静态方法
 
WriteParameter - com.alibaba.simpleimage.render 中的 类
 
WriteParameter(Map<String, String>) - 类 com.alibaba.simpleimage.render.WriteParameter 的构造方法
 
WriteParameter(WriteParameter.QuantAlgorithm) - 类 com.alibaba.simpleimage.render.WriteParameter 的构造方法
 
WriteParameter() - 类 com.alibaba.simpleimage.render.WriteParameter 的构造方法
 
WriteParameter.QuantAlgorithm - com.alibaba.simpleimage.render 中的 枚举
 
WriteRender - com.alibaba.simpleimage.render 中的 类
向流写出encode图形数据。
WriteRender(ImageWrapper, OutputStream) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageWrapper, OutputStream, ImageFormat) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageWrapper, OutputStream, ImageFormat, WriteParameter) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageWrapper, File, ImageFormat, WriteParameter) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageWrapper, File) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageWrapper, File, ImageFormat) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageWrapper, String, ImageFormat, WriteParameter) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageWrapper, String, ImageFormat) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageWrapper, String) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageRender, OutputStream, ImageFormat, WriteParameter) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageRender, OutputStream, ImageFormat) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageRender, OutputStream) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageRender, File, ImageFormat, WriteParameter) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageRender, File, ImageFormat) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageRender, File) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageRender, String, ImageFormat, WriteParameter) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageRender, String, ImageFormat) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
WriteRender(ImageRender, String) - 类 com.alibaba.simpleimage.render.WriteRender 的构造方法
 
writeTo(OutputStream) - 类 com.alibaba.simpleimage.io.ByteArray 中的方法
 
writeTo(OutputStream) - 类 com.alibaba.simpleimage.io.ByteArrayOutputStream 中的方法
 

X

x - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 中的变量
 
x - 类 com.alibaba.simpleimage.analyze.sift.scale.KDFeaturePoint 中的变量
 
x - 类 com.alibaba.simpleimage.analyze.sift.scale.ScalePeak 中的变量
 
xDim - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 中的变量
 

Y

y - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 中的变量
 
y - 类 com.alibaba.simpleimage.analyze.sift.scale.KDFeaturePoint 中的变量
 
y - 类 com.alibaba.simpleimage.analyze.sift.scale.ScalePeak 中的变量
 
YCbCr2RGBColorConvertor - com.alibaba.simpleimage.codec.convertor 中的 类
TODO Comment of YCbCr2RGBColorConvertor
YCbCr2RGBColorConvertor() - 类 com.alibaba.simpleimage.codec.convertor.YCbCr2RGBColorConvertor 的构造方法
 
YCCK2CMYKColorConvertor - com.alibaba.simpleimage.codec.convertor 中的 类
TODO Comment of YCCK2CMYKColorConvertor
YCCK2CMYKColorConvertor() - 类 com.alibaba.simpleimage.codec.convertor.YCCK2CMYKColorConvertor 的构造方法
 
yDim - 类 com.alibaba.simpleimage.analyze.sift.scale.FeaturePoint 中的变量
 

_

_MINPOINTCOUNT - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态变量
 
_SLOPEARCSTEP - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态变量
 
_TOWPNTDISTRATIO - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态变量
 
_TOWPNTORIENTATIONMINUS - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态变量
 
_TOWPNTSCALAMINUS - 类 com.alibaba.simpleimage.analyze.ModifiableConst 中的静态变量
 

A B C D E F G H I J K L M N O P Q R S T V W X Y _

Copyright © 2012–2015 Alibaba Group. All rights reserved.