Uses of Class
adams.core.annotation.MixedCopyright
-
-
Uses of MixedCopyright in adams.core
Classes in adams.core with annotations of type MixedCopyright Modifier and Type Class Description class
DateUtils
A helper class for common Date-related operations.Methods in adams.core with annotations of type MixedCopyright Modifier and Type Method Description static byte
Utils. fromHex(String s)
Parses the hex string (00 - FF) and returns the byte. -
Uses of MixedCopyright in adams.core.annotation
Methods in adams.core.annotation with parameters of type MixedCopyright Modifier and Type Method Description protected String
MixedCopyrightProcessor. getDataRow(MixedCopyright copyright, String module, String cls, String method)
Returns a data row for a specific annotation. -
Uses of MixedCopyright in adams.core.io
Methods in adams.core.io with annotations of type MixedCopyright Modifier and Type Method Description static String
GzipUtils. compress(File inputFile, int buffer, File outputFile, boolean removeInput)
Compresses the specified gzip archive.static String
TarUtils. compress(File output, File[] files, String stripRegExp, int bufferSize)
Creates a tar file from the specified files.static String
ZipUtils. compress(File output, File[] files, String stripRegExp, int bufferSize)
Creates a zip file from the specified files.static byte[]
GzipUtils. decompress(byte[] input, int buffer, MessageCollection errors)
Decompresses the specified gzip compressed bytes.static String
GzipUtils. decompress(File archiveFile, int buffer, File outputFile)
Decompresses the specified gzip archive.static List<File>
ZipUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch, int bufferSize, MessageCollection errors)
Unzips the files in a ZIP file.static List<BufferedImage>
PDFBox. extractImages(org.apache.pdfbox.pdmodel.PDDocument document)
Extracts images from a PDF document.static List<RenderedImage>
PDFBox. extractImagesFromResources(org.apache.pdfbox.pdmodel.PDResources resources)
Extracts images from PDF resources.static boolean
FileUtils. isOpenNonWindows(File file)
Checks whether the file is open/accessed by another process (Windows/*nix). -
Uses of MixedCopyright in adams.core.net
Classes in adams.core.net with annotations of type MixedCopyright Modifier and Type Class Description class
ApacheSendEmail
Uses Apache commons-netSMTPClient
orSMTPSClient
for sending emails.class
JSchUtils
Helper class for SSH connections usingJSch
.class
ProxyHelper
Helper class for proxy setups.class
SimpleApacheSendEmail
Uses Apache commons-email for sending emails.Methods in adams.core.net with annotations of type MixedCopyright Modifier and Type Method Description static String
HtmlUtils. markUpURLs(String raw, String replacement, boolean toHtml)
Replaces URLs in the string with the URL replaced by the replacement string. -
Uses of MixedCopyright in adams.data.autocorrelation
Classes in adams.data.autocorrelation with annotations of type MixedCopyright Modifier and Type Class Description class
BruteForce
Uses brute force approach to autocorrelation.
For more information see:
WikiPedia.class
FFT
Uses FFT approach to autocorrelation.
For more information see:
WikiPedia. -
Uses of MixedCopyright in adams.data.boofcv.transformer
Classes in adams.data.boofcv.transformer with annotations of type MixedCopyright Modifier and Type Class Description class
Binary
Creates a binary image.class
BinaryContours
Uses the BoofCV binary contours algorithm to detect edges in a binary image.class
CannyEdgeDetection
Performs edge detection using the Canny Edge detection algorithm.
For more information on the algorithm, see:
WikiPedia.class
WaveletDenoise
Removes noise using wavelet transformation. -
Uses of MixedCopyright in adams.data.geometry
Methods in adams.data.geometry with annotations of type MixedCopyright Modifier and Type Method Description static double
PolygonUtils. minDistance(Point A, Point B, Point E)
Returns the minimum distance between a line segment AB and a point E. -
Uses of MixedCopyright in adams.data.image.features
Classes in adams.data.image.features with annotations of type MixedCopyright Modifier and Type Class Description class
Entropy
Calculates the Shannon entropy of an image.
Original code taken from here:
http://stackoverflow.com/a/22280200
-
Uses of MixedCopyright in adams.data.image.transformer
Classes in adams.data.image.transformer with annotations of type MixedCopyright Modifier and Type Class Description class
GaussianBlur
Performs a gaussian blur.
Original code taken from here:
http://www.jhlabs.com/ip/blurring.html
Valid options are: -
Uses of MixedCopyright in adams.data.io.input
Classes in adams.data.io.input with annotations of type MixedCopyright Modifier and Type Class Description class
ExcelStreamingSpreadSheetReader
Reads large MS Excel XML files (using streaming via SAX).
Increasing the debug level to more than 1 results in outputting detailed information on cells.static class
ExcelStreamingSpreadSheetReader.SheetHandler
For reading a sheet from XML. -
Uses of MixedCopyright in adams.data.spc
Classes in adams.data.spc with annotations of type MixedCopyright Modifier and Type Class Description class
MOACUSUM
CUSUM (cumulative sum control chart) is a sequential analysis technique developed by E.class
MOAPageHinkley
Page-Hinkley Test.
This version is based on MOA's drift detector:
https://github.com/apache/incubator-samoa/blob/9b178f63152e5b4c262e0f3ed28e77667832fc98/samoa-api/src/main/java/org/apache/samoa/moa/classifiers/core/driftdetection/PageHinkleyDM.java
-
Uses of MixedCopyright in adams.data.statistics
Classes in adams.data.statistics with annotations of type MixedCopyright Modifier and Type Class Description class
SPCUtils
Helper class for statistical process control (SPC). -
Uses of MixedCopyright in adams.data.utils
Classes in adams.data.utils with annotations of type MixedCopyright Modifier and Type Class Description class
AutoCorrelation
Contains methods related to autocorrelation. -
Uses of MixedCopyright in adams.flow.sink
Methods in adams.flow.sink with annotations of type MixedCopyright Modifier and Type Method Description protected String
DownloadFile. doExecute()
Executes the flow item. -
Uses of MixedCopyright in adams.flow.source
Classes in adams.flow.source with annotations of type MixedCopyright Modifier and Type Class Description class
SSHExec
Runs a system command via ssh on a remote machine and broadcasts the generated output (stdout or stderr).
For more information see:
(2011). -
Uses of MixedCopyright in adams.flow.standalone
Classes in adams.flow.standalone with annotations of type MixedCopyright Modifier and Type Class Description class
SSHConnection
Provides access to a remote host via SSH.
For more information see:
(2011). -
Uses of MixedCopyright in adams.flow.transformer
Classes in adams.flow.transformer with annotations of type MixedCopyright Modifier and Type Class Description class
BoofCVDetectLines
Detects lines in images (Hough line detector based on polar parametrization).class
BoofCVDetectLineSegments
Detects line segments in images (line RANSAC).class
PDFMetaData
Actor for extracting the meta-data from a PDF.class
ScpTo
Uploads a file to a remote directory using secure copy (SCP).
The file name of a successful upload gets forwarded.
For more information see:
(2011).class
SFTPDelete
Deletes a remote file via secure FTP (SFTP) and forwards the deleted file name.
For more information see:
(2011).class
SFTPGet
Downloads a remote file and forwards the local file name via secure FTP (SFTP).
For more information see:
(2011).class
SFTPSend
Uploads a file to a remote directory using secure FTP (SFTP).
The file name of a successful upload gets forwarded.
For more information see:
(2011).class
WekaPrincipalComponents
Performs principal components analysis on the incoming data and outputs the loadings and the transformed data as spreadsheet array.
Automatically filters out attributes that cannot be handled by PCA.Methods in adams.flow.transformer with annotations of type MixedCopyright Modifier and Type Method Description protected String
DownloadContent. doExecute()
Executes the flow item. -
Uses of MixedCopyright in adams.flow.transformer.exiftagoperation
Classes in adams.flow.transformer.exiftagoperation with annotations of type MixedCopyright Modifier and Type Class Description class
ApacheCommonsExifTagExists
Checks whether the specified tag is present in the the file.class
ApacheCommonsExifTagRead
Reads the specified tag from the file and forwards the information.class
ApacheCommonsExifTagRemove
Removes the specified tag from the file.class
ApacheCommonsExifTagWrite
Sets the specified tag value in the file. -
Uses of MixedCopyright in adams.flow.transformer.locateobjects
Classes in adams.flow.transformer.locateobjects with annotations of type MixedCopyright Modifier and Type Class Description class
BinaryContours
Uses the BoofCV contour-finding algorithm to locate objects.class
CannyBinary
Uses the BoofCV canny binary algorithm to locate objects.class
CannyEdges
Uses the BoofCV canny edges algorithm to locate objects. -
Uses of MixedCopyright in adams.gui.chooser
Classes in adams.gui.chooser with annotations of type MixedCopyright Modifier and Type Class Description class
DatePanel
Panel for selecting a date.class
FontChooserPanelWithPreview
A font selection panel.class
ImagePreview
Preview component for aJFileChooser
.class
PdfFontChooserPanel
A font selection panel. -
Uses of MixedCopyright in adams.gui.core
Classes in adams.gui.core with annotations of type MixedCopyright Modifier and Type Class Description class
ButtonTabComponent
Component to be used as tabComponent; Contains a JLabel to show the text and a BaseButton to close the tab it belongs toclass
DragAndDropTabbedPane
Tabbed pane that allows reordering of tabs via drag-n-drop.class
DragAndDropTree
A BaseTree ehanced with drag'n'drop.class
JTableHelper
A helper class for JTable, e.g.class
StyledTextEditorPanel
A panel that allows the editing of text, including undo/redo support.class
TextEditorPanel
A panel that allows the editing of text, including undo/redo support.Methods in adams.gui.core with annotations of type MixedCopyright Modifier and Type Method Description void
DragAndDropTree. dragOver(DropTargetDragEvent e)
Called when a drag operation is ongoing, while the mouse pointer is still over the operable part of the drop site for theDropTarget
registered with this listener.static Color
ColorHelper. getContrastColor(Color color)
Returns a contrast color.int
BaseTree. getFirstVisibleRow()
Returns the first visible row.void
BaseTextPane. setTextFont(Font font)
Sets the font of the text pane. -
Uses of MixedCopyright in adams.gui.scripting
Classes in adams.gui.scripting with annotations of type MixedCopyright Modifier and Type Class Description class
SyntaxDocument
Highlights syntax in a DefaultStyledDocument. -
Uses of MixedCopyright in adams.gui.sendto
Classes in adams.gui.sendto with annotations of type MixedCopyright Modifier and Type Class Description class
Printer
Action for sending text to the printer. -
Uses of MixedCopyright in adams.gui.tools
Classes in adams.gui.tools with annotations of type MixedCopyright Modifier and Type Class Description class
SSHPanel
A simple telnet interface.class
TelnetPanel
A simple telnet interface. -
Uses of MixedCopyright in adams.gui.visualization.core.axis
Classes in adams.gui.visualization.core.axis with annotations of type MixedCopyright Modifier and Type Class Description class
FancyTickGenerator
A fancy tick generator based on code from the flotcharts project. -
Uses of MixedCopyright in adams.gui.visualization.core.plot
Classes in adams.gui.visualization.core.plot with annotations of type MixedCopyright Modifier and Type Class Description class
AbstractDistanceBasedHitDetector<H,P>
Detects hits based on the difference between two points in the plot, based on their 2-dim coordinates. -
Uses of MixedCopyright in adams.multiprocess
Classes in adams.multiprocess with annotations of type MixedCopyright Modifier and Type Class Description class
PausableFixedThreadPoolExecutor
The thread pool executor for theLocalJobRunner
class.
-