All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download core-image JAR 1.3.5 with all dependencies


Core definitions of images, pixels and connected components. Also contains interfaces for processors for these basic types. Includes loading, saving and displaying images.

Files of the artifact core-image version 1.3.5 from the group org.openimaj.

Artifact core-image
Group org.openimaj
Version 1.3.5
Last update 01. July 2016
Tags: loading connected contains definitions includes pixels processors displaying basic interfaces saving images core components types also these
Organization not specified
URL Not specified
License not specified
Dependencies amount 15
Dependencies azure-bing-search-java, jeuclid-core, snuggletex-core, snuggletex-upconversion, snuggletex-jeuclid, flickr4java, core, core-math, sanselan, bezier-utils, jai-core, jai-codec, imageio-jpeg, imageio-core, common-lang,
There are maybe transitive dependencies!
There is a newer version: 1.3.10
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of core-image Show documentation

Please rate this JAR file. Is it a good library?

149 downloads

Source code of core-image version 1.3.5

META-INF
META-INF.META-INF.MANIFEST.MF
org.openimaj.image
org.openimaj.image.org.openimaj.image.ARGBPlane
org.openimaj.image.org.openimaj.image.DisplayUtilities
org.openimaj.image.org.openimaj.image.ExtendedImageIO
org.openimaj.image.org.openimaj.image.FImage
org.openimaj.image.org.openimaj.image.Image
org.openimaj.image.org.openimaj.image.ImageProvider
org.openimaj.image.org.openimaj.image.ImageUtilities
org.openimaj.image.org.openimaj.image.MBFImage
org.openimaj.image.org.openimaj.image.MultiBandImage
org.openimaj.image.org.openimaj.image.Plotter
org.openimaj.image.org.openimaj.image.SingleBandImage
org.openimaj.image.analyser
org.openimaj.image.analyser.org.openimaj.image.analyser.ImageAnalyser
org.openimaj.image.analyser.org.openimaj.image.analyser.PixelAnalyser
org.openimaj.image.colour
org.openimaj.image.colour.org.openimaj.image.colour.ColourMap
org.openimaj.image.colour.org.openimaj.image.colour.ColourSpace
org.openimaj.image.colour.org.openimaj.image.colour.RGBColour
org.openimaj.image.colour.org.openimaj.image.colour.Transforms
org.openimaj.image.combiner
org.openimaj.image.combiner.org.openimaj.image.combiner.AccumulatingImageCombiner
org.openimaj.image.combiner.org.openimaj.image.combiner.ImageCombiner
org.openimaj.image.dataset
org.openimaj.image.dataset.org.openimaj.image.dataset.BingImageDataset
org.openimaj.image.dataset.org.openimaj.image.dataset.FlickrImageDataset
org.openimaj.image.mask
org.openimaj.image.mask.org.openimaj.image.mask.AbstractMaskedObject
org.openimaj.image.mask.org.openimaj.image.mask.MaskedObject
org.openimaj.image.pixel
org.openimaj.image.pixel.org.openimaj.image.pixel.ConnectedComponent
org.openimaj.image.pixel.org.openimaj.image.pixel.FValuePixel
org.openimaj.image.pixel.org.openimaj.image.pixel.GenericValuePixel
org.openimaj.image.pixel.org.openimaj.image.pixel.IntValuePixel
org.openimaj.image.pixel.org.openimaj.image.pixel.Pixel
org.openimaj.image.pixel.org.openimaj.image.pixel.PixelSet
org.openimaj.image.pixel.org.openimaj.image.pixel.ValuePixel
org.openimaj.image.pixel.sampling
org.openimaj.image.pixel.sampling.org.openimaj.image.pixel.sampling.FLineSampler
org.openimaj.image.pixel.sampling.org.openimaj.image.pixel.sampling.LineSampler
org.openimaj.image.pixel.sampling.org.openimaj.image.pixel.sampling.QuadtreeSampler
org.openimaj.image.pixel.sampling.org.openimaj.image.pixel.sampling.RectangleSampler
org.openimaj.image.pixel.util
org.openimaj.image.pixel.util.org.openimaj.image.pixel.util.LineIterators
org.openimaj.image.processor
org.openimaj.image.processor.org.openimaj.image.processor.GridProcessor
org.openimaj.image.processor.org.openimaj.image.processor.ImageProcessor
org.openimaj.image.processor.org.openimaj.image.processor.KernelProcessor
org.openimaj.image.processor.org.openimaj.image.processor.PixelProcessor
org.openimaj.image.processor.org.openimaj.image.processor.Processor
org.openimaj.image.processor.org.openimaj.image.processor.ProcessorUtilities
org.openimaj.image.processor.org.openimaj.image.processor.SinglebandImageProcessor
org.openimaj.image.processor.org.openimaj.image.processor.SinglebandKernelProcessor
org.openimaj.image.processor.org.openimaj.image.processor.SinglebandPixelProcessor
org.openimaj.image.processor.connectedcomponent
org.openimaj.image.processor.connectedcomponent.org.openimaj.image.processor.connectedcomponent.ConnectedComponentProcessor
org.openimaj.image.processor.connectedcomponent.render
org.openimaj.image.processor.connectedcomponent.render.org.openimaj.image.processor.connectedcomponent.render.AbstractRenderer
org.openimaj.image.processor.connectedcomponent.render.org.openimaj.image.processor.connectedcomponent.render.AxisRenderer
org.openimaj.image.processor.connectedcomponent.render.org.openimaj.image.processor.connectedcomponent.render.BlobExtractorRenderer
org.openimaj.image.processor.connectedcomponent.render.org.openimaj.image.processor.connectedcomponent.render.BlobRenderer
org.openimaj.image.processor.connectedcomponent.render.org.openimaj.image.processor.connectedcomponent.render.BorderRenderer
org.openimaj.image.processor.connectedcomponent.render.org.openimaj.image.processor.connectedcomponent.render.BoundingBoxRenderer
org.openimaj.image.processor.connectedcomponent.render.org.openimaj.image.processor.connectedcomponent.render.CentroidRenderer
org.openimaj.image.processor.connectedcomponent.render.org.openimaj.image.processor.connectedcomponent.render.ConfigurableRenderOptions
org.openimaj.image.processor.connectedcomponent.render.org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererMono
org.openimaj.image.processor.connectedcomponent.render.org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererRGB
org.openimaj.image.processor.connectedcomponent.render.org.openimaj.image.processor.connectedcomponent.render.OrientatedBoundingBoxRenderer
org.openimaj.image.renderer
org.openimaj.image.renderer.org.openimaj.image.renderer.FImageRenderer
org.openimaj.image.renderer.org.openimaj.image.renderer.ImageRenderer
org.openimaj.image.renderer.org.openimaj.image.renderer.MBFImageRenderer
org.openimaj.image.renderer.org.openimaj.image.renderer.MultiBandRenderer
org.openimaj.image.renderer.org.openimaj.image.renderer.RenderHints
org.openimaj.image.renderer.org.openimaj.image.renderer.ScanRasteriser
org.openimaj.image.typography
org.openimaj.image.typography.org.openimaj.image.typography.Font
org.openimaj.image.typography.org.openimaj.image.typography.FontRenderer
org.openimaj.image.typography.org.openimaj.image.typography.FontStyle
org.openimaj.image.typography.font.hershey
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.Hershey.txt
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.astrology.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.cursive.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.cyrilc_1.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.cyrillic.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.futural.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.futuram.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.gothgbt.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.gothgrt.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.gothiceng.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.gothicger.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.gothicita.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.gothitt.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.greek.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.greekc.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.greeks.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.japanese.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.markers.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.mathlow.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.mathupp.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.meteorology.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.music.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.rowmand.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.rowmans.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.rowmant.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.scriptc.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.scripts.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.symbolic.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.timesg.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.timesi.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.timesib.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.timesr.jhf
org.openimaj.image.typography.font.hershey.org.openimaj.image.typography.font.hershey.timesrb.jhf
org.openimaj.image.typography.general
org.openimaj.image.typography.general.org.openimaj.image.typography.general.GeneralFont
org.openimaj.image.typography.general.org.openimaj.image.typography.general.GeneralFontRenderer
org.openimaj.image.typography.general.org.openimaj.image.typography.general.GeneralFontStyle
org.openimaj.image.typography.hershey
org.openimaj.image.typography.hershey.org.openimaj.image.typography.hershey.HersheyFont
org.openimaj.image.typography.hershey.org.openimaj.image.typography.hershey.HersheyFontData
org.openimaj.image.typography.hershey.org.openimaj.image.typography.hershey.HersheyFontRenderer
org.openimaj.image.typography.hershey.org.openimaj.image.typography.hershey.HersheyFontStyle
org.openimaj.image.typography.mathml
org.openimaj.image.typography.mathml.org.openimaj.image.typography.mathml.MathMLFont
org.openimaj.image.typography.mathml.org.openimaj.image.typography.mathml.MathMLFontRenderer
org.openimaj.image.typography.mathml.org.openimaj.image.typography.mathml.MathMLFontStyle




© 2015 - 2024 Weber Informatics LLC | Privacy Policy