Inherited methods
Method new()
Initialize a ImgFileComparator instance
Usage
ImgFileComparator$new(file1 = NULL, file2 = NULL, raw1 = NULL, raw2 = NULL)
Arguments
file1
First file to compare.
file2
Second file to compare.
raw1
First image in raw format to compare.
raw2
Second image in raw format to compare.
Method vrf_details_inner()
Method for comparing the inner part for the details query. This method
can be overwritten by more specialized comparator classes. This method is
intended to be called only by the comparator classes in the processing
and shouldn't be called directly by the user.
Usage
ImgFileComparator$vrf_details_inner(config, omit)
Arguments
config
configuration values
omit
string pattern to omit from the comparison
Method vrf_details_inner_from_raw()
Internal method for comparing the earlier populated raw image contents in
details and generating the difference highlight image in case differences
are found.
Usage
ImgFileComparator$vrf_details_inner_from_raw(config)
Arguments
config
configuration values
Method vrf_details_inner_from_files()
Method for comparing the inner part for the details query with the file
names as the base arguments. This is a part of a group of image
processing functions that work with different image abstractions (file,
image, raw image). These methods are intended to improve the performance
so that best suiting method version can be used depending on what data is
available from the earlier method calls to the same comparator instance.
Usage
ImgFileComparator$vrf_details_inner_from_files(config)
Arguments
config
configuration values
Method vrf_details_supported()
Inherited method for indicating whether detailed comparison is available
with the current comparator. Returns an empty string if the comparator is
is supported, otherwise a string that will be concatenated with the
summary string.
Usage
ImgFileComparator$vrf_details_supported(config)
Arguments
config
configuration values
Method clone()
The objects of this class are cloneable with this method.
Usage
ImgFileComparator$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.