ImageGearJava Project > com.accusoft.imagegear.formats.xmp.exif Package : ImGearXMPCFAPattern Class |
The following tables list the members exposed by ImGearXMPCFAPattern.
Name | Description | |
---|---|---|
ImGearXMPCFAPattern Constructor | Initializes a new instance of the ImGearXMPCFAPattern class. |
Name | Description | |
---|---|---|
getColumns | Returns the number of columns, in the CFA pattern. | |
getRows | Returns the number of rows in the CFA pattern. | |
getValues | Returns CFA values.
CFA values are ordered as follows: value [0,0] ... value [n - 1, 0] value [0, m - 1] ... value [n - 1, m - 1] where n is number of columns, and m is number of rows. | |
setColumns | Sets the number of columns, in the CFA pattern. | |
setRows | Sets the number of rows in the CFA pattern. | |
setValues | Sets CFA values.
CFA values are ordered as follows: value [0,0] ... value [n - 1, 0] value [0, m - 1] ... value [n - 1, m - 1] where n is number of columns, and m is number of rows. |