search for: bggr

Displaying 1 result from an estimated 1 matches for "bggr".

Did you mean: aggr
2017 Dec 21
1
develop.raw error ( adimpro )
...ngth of object [0] My suspicion is that the develop.raw function fails to get the correct Bayer's? pattern. Within the develop.raw function there is a code (below) that will always return the pattern as a variable of NULL value > bayer <- switch(extract.info( r ), RGGB = 1, GRBG = 2, BGGR = 3, GBRG = 4) > bayer NULL > Is there anything to do to get around the situation? Thank you so much Cleber Borges ps.: below more details ############################## > r <- read.raw( '20171218_210956.dng', type='RAW', compress=FALSE ) > summary( r ) ??????...