You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removed the pixel diff, was not really important and a distraction, if useful, could create another example, but given it deals with pixel images, is largely redundant
Copy file name to clipboardExpand all lines: examples/Example_get_apr.cpp
-43Lines changed: 0 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ Advanced (Direct) Settings:
25
25
-mask_file mask_file_tiff (takes an input image uint16_t, assumes all zero regions should be ignored by the APR, useful for pre-processing of isolating desired content, or using another channel as a mask)
26
26
-rel_error rel_error_value (Reasonable ranges are from .08-.15), Default: 0.1
27
27
-normalize_input (flag that will rescale the input from the input data range to 80% of the output data type range, useful for float scaled datasets)
28
-
-store_delta (stores the delta between an APR reconstruction and the original image as an additional hdf5 file)
29
28
-compress_level (the IO uses BLOSC for lossless compression of the APR, this can be set from 1-9, where higher increases the compression level. Note, this can come at a significant time increase.)
30
29
)";
31
30
@@ -119,48 +118,6 @@ int main(int argc, char **argv) {
0 commit comments